Accepting request 82634 from home:jengelh:bl

- Remove redundant tags/sections from specfile
- Enable parallel build

OBS-URL: https://build.opensuse.org/request/show/82634
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/FastCGI?expand=0&rev=20
This commit is contained in:
Ismail Dönmez 2011-09-17 10:05:33 +00:00 committed by Git OBS Bridge
parent 3db19e9138
commit bcc282ddab
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