commit FastCGI for openSUSE:Factory
Hello community, here is the log from the commit of package FastCGI for openSUSE:Factory checked in at 2014-12-30 00:49:36 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/FastCGI (Old) and /work/SRC/openSUSE:Factory/.FastCGI.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "FastCGI" Changes: -------- --- /work/SRC/openSUSE:Factory/FastCGI/FastCGI.changes 2014-12-16 14:48:43.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.FastCGI.new/FastCGI.changes 2014-12-30 00:49:43.000000000 +0100 @@ -1,0 +2,8 @@ +Sat Dec 20 11:57:22 UTC 2014 - jengelh@inai.de + +- "libfcgi++-0" package name is wrong (should be "libfcgi++0"); + change to libfcgi0 (due to libfcgi.so.0 being present, which is + the main one). +- Remove pointless --with-pic (it is enabled by default anyway) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ FastCGI.spec ++++++ --- /var/tmp/diff_new_pack.UIIwDF/_old 2014-12-30 00:49:45.000000000 +0100 +++ /var/tmp/diff_new_pack.UIIwDF/_new 2014-12-30 00:49:45.000000000 +0100 @@ -15,18 +15,14 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -%define so_ver 0 Name: FastCGI +%define lname libfcgi0 Version: 2.4.0 Release: 0 -# -# -BuildRequires: gcc-c++ -BuildRequires: libtool -BuildRequires: perl -BuildRoot: %{_tmppath}/%{name}-%{version}-build -# +Summary: A Scalable, Open Extension to CGI +License: OML +Group: Development/Languages/C and C++ Url: http://www.fastcgi.com Source: http://www.fastcgi.com/dist/fcgi.tar.bz2 Source1: README.supervise @@ -37,10 +33,10 @@ Patch4: FastCGI-gcc44.patch Patch5: FastCGI-perl514.patch Patch6: FastCGI-fix_deprecated_api.patch -# -Summary: A Scalable, Open Extension to CGI -License: OML -Group: Development/Languages/C and C++ +BuildRequires: gcc-c++ +BuildRequires: libtool +BuildRequires: perl +BuildRoot: %{_tmppath}/%{name}-%{version}-build %description FastCGI is a language-independent, scalable, open extension to CGI that @@ -50,7 +46,7 @@ %package devel Summary: A scalable, open extension to CGI Group: Development/Languages/C and C++ -Requires: libfcgi++-%{so_ver} = %{version} +Requires: %lname = %version Requires: glibc-devel %description devel @@ -58,11 +54,13 @@ provides high performance without the limitations of server specific APIs. -%package -n libfcgi++-%{so_ver} +%package -n %lname Summary: A scalable, open extension to CGI - System library Group: System/Libraries +Obsoletes: libfcgi++-0 < %version-%release +Provides: libfcgi++-0 = %version-%release -%description -n libfcgi++-%{so_ver} +%description -n %lname FastCGI is a language independent, scalable, open extension to CGI that provides high performance without the limitations of server specific APIs. @@ -96,16 +94,16 @@ %build autoreconf -fi -%configure --disable-static --with-pic --includedir=%{_includedir}/fastcgi +%configure --disable-static --includedir=%{_includedir}/fastcgi make all pushd perl - %configure --disable-static --with-pic --includedir=%{_includedir}/fastcgi + %configure --disable-static --includedir=%{_includedir}/fastcgi %{__perl} Makefile.PL make %{?_smp_mflags} all popd %install -%makeinstall +%make_install pushd perl %perl_make_install %perl_process_packlist @@ -127,11 +125,8 @@ %{buildroot}%{_docdir}/%{name}/ rm -f %{buildroot}%{_libdir}/libfcgi*.la -%post -n libfcgi++-%{so_ver} -/sbin/ldconfig - -%postun -n libfcgi++-%{so_ver} -/sbin/ldconfig +%post -n %lname -p /sbin/ldconfig +%postun -n %lname -p /sbin/ldconfig %files %defattr(-,root,root) @@ -146,7 +141,7 @@ %{_libdir}/libfcgi*.so %{_mandir}/man3/*.3.gz -%files -n libfcgi++-%{so_ver} +%files -n %lname %defattr(-,root,root) %{_libdir}/libfcgi*.so.* -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@hilbert.suse.de