Accepting request 83159 from home:jengelh:bl-c
- Remove redundant tags/sections from specfile - Use %_smp_mflags for parallel build OBS-URL: https://build.opensuse.org/request/show/83159 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/curl?expand=0&rev=56
This commit is contained in:
parent
7b671dfcc3
commit
9cad9a3042
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Sep 18 00:10:42 UTC 2011 - jengelh@medozas.de
|
||||||
|
|
||||||
|
- Remove redundant tags/sections from specfile
|
||||||
|
- Use %_smp_mflags for parallel build
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Sep 16 17:22:44 UTC 2011 - jengelh@medozas.de
|
Fri Sep 16 17:22:44 UTC 2011 - jengelh@medozas.de
|
||||||
|
|
||||||
|
@ -15,7 +15,6 @@
|
|||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
# norootforbuild
|
|
||||||
|
|
||||||
%bcond_without openssl
|
%bcond_without openssl
|
||||||
%bcond_with mozilla_nss
|
%bcond_with mozilla_nss
|
||||||
@ -39,7 +38,6 @@ BuildRequires: stunnel
|
|||||||
#define cvs_suffix -20090302
|
#define cvs_suffix -20090302
|
||||||
Version: 7.21.7
|
Version: 7.21.7
|
||||||
Release: 4
|
Release: 4
|
||||||
AutoReqProv: on
|
|
||||||
# bug437293
|
# bug437293
|
||||||
%ifarch ppc64
|
%ifarch ppc64
|
||||||
Obsoletes: curl-64bit
|
Obsoletes: curl-64bit
|
||||||
@ -115,7 +113,7 @@ export CFLAGS="%{optflags}"
|
|||||||
: if this fails, the above sed hack did not work
|
: if this fails, the above sed hack did not work
|
||||||
./libtool --config | grep -q link_all_deplibs=no
|
./libtool --config | grep -q link_all_deplibs=no
|
||||||
# enable-hidden-symbols needs gcc4 and causes that curl exports only its API
|
# enable-hidden-symbols needs gcc4 and causes that curl exports only its API
|
||||||
make %{?jobs:-j%jobs}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%if %{with testsuite}
|
%if %{with testsuite}
|
||||||
|
|
||||||
@ -145,9 +143,6 @@ rm $RPM_BUILD_ROOT%_libdir/libcurl.la
|
|||||||
install -d $RPM_BUILD_ROOT/usr/share/aclocal
|
install -d $RPM_BUILD_ROOT/usr/share/aclocal
|
||||||
install -m 644 docs/libcurl/libcurl.m4 $RPM_BUILD_ROOT/usr/share/aclocal/
|
install -m 644 docs/libcurl/libcurl.m4 $RPM_BUILD_ROOT/usr/share/aclocal/
|
||||||
|
|
||||||
%clean
|
|
||||||
rm -rf $RPM_BUILD_ROOT
|
|
||||||
|
|
||||||
%post -n libcurl4 -p /sbin/ldconfig
|
%post -n libcurl4 -p /sbin/ldconfig
|
||||||
|
|
||||||
%postun -n libcurl4 -p /sbin/ldconfig
|
%postun -n libcurl4 -p /sbin/ldconfig
|
||||||
|
Loading…
x
Reference in New Issue
Block a user