diff --git a/fcgi.spec b/fcgi.spec index cc3645a..258e56d 100644 --- a/fcgi.spec +++ b/fcgi.spec @@ -2,7 +2,7 @@ Name: fcgi Version: 2.4.0 -Release: 25%{?dist} +Release: 26%{?dist} Summary: FastCGI development kit Group: Development/Languages @@ -78,7 +78,8 @@ rm -f -- doc/*.3 %{_libdir}/libfcgi++.so.* %{_mandir}/man1/* %defattr(0644,root,root,0755) -%doc LICENSE.TERMS README +%license LICENSE.TERMS +%doc LICENSE.TERMS %files devel @@ -91,6 +92,9 @@ rm -f -- doc/*.3 %changelog +* Fri Feb 06 2015 Till Maas - 2.4.0-26 +- Use %%license + * Fri Feb 06 2015 Till Maas - 2.4.0-25 - Fix crash when too many connections are used - Make gcc build dependencies obvious for local builds