Accepting request 82658 from devel:libraries:c_c++

- Remove redundant tags/sections from specfile
- Enable parallel build (forwarded request 82634 from jengelh)

OBS-URL: https://build.opensuse.org/request/show/82658
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/FastCGI?expand=0&rev=15
This commit is contained in:
Lars Vogdt 2011-09-19 13:24:33 +00:00 committed by Git OBS Bridge
commit 75d4bfa54b
2 changed files with 8 additions and 6 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sat Sep 17 09:16:06 UTC 2011 - jengelh@medozas.de
- Remove redundant tags/sections from specfile
- Enable parallel build
-------------------------------------------------------------------
Thu May 26 20:30:01 UTC 2011 - idonmez@novell.com

View File

@ -15,7 +15,6 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
Name: FastCGI
@ -88,11 +87,11 @@ find doc/{fastcgi-prog-guide,fastcgi-whitepaper} -type f -print0 | xargs -r0 chm
%build
autoreconf -fi
%configure --disable-static --with-pic --includedir=%{_includedir}/fastcgi
%{__make} all
make all
pushd perl
%configure --disable-static --with-pic --includedir=%{_includedir}/fastcgi
%{__perl} Makefile.PL
%{__make} %{?jobs:-j%jobs} all
make %{?_smp_mflags} all
popd
%install
@ -118,9 +117,6 @@ popd
%{buildroot}%{_docdir}/%{name}/
rm -f %{buildroot}%{_libdir}/libfcgi*.la
%clean
%{__rm} -rf %{buildroot};
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig