Remove redundant/unwanted tags/section (cf. specfile guidelines)
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/curl?expand=0&rev=62
This commit is contained in:
parent
c81b8a7590
commit
a197500b88
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Nov 29 11:51:38 UTC 2011 - jengelh@medozas.de
|
||||||
|
|
||||||
|
- Remove redundant/unwanted tags/section (cf. specfile guidelines)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Nov 29 08:20:23 UTC 2011 - idoenmez@suse.de
|
Tue Nov 29 08:20:23 UTC 2011 - idoenmez@suse.de
|
||||||
|
|
||||||
|
@ -45,7 +45,7 @@ Obsoletes: curl-64bit
|
|||||||
License: BSD3c(or similar) ; MIT License (or similar)
|
License: BSD3c(or similar) ; MIT License (or similar)
|
||||||
Group: Productivity/Networking/Web/Utilities
|
Group: Productivity/Networking/Web/Utilities
|
||||||
Summary: A Tool for Transferring Data from URLs
|
Summary: A Tool for Transferring Data from URLs
|
||||||
Url: http://curl.haxx.se/
|
URL: http://curl.haxx.se/
|
||||||
Source: http://curl.haxx.se/download/%{name}-%{version}.tar.lzma
|
Source: http://curl.haxx.se/download/%{name}-%{version}.tar.lzma
|
||||||
Source2: baselibs.conf
|
Source2: baselibs.conf
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
@ -57,7 +57,6 @@ TFTP, DICT, TELNET, LDAP, or FILE). The command is designed to work
|
|||||||
without user interaction or any kind of interactivity.
|
without user interaction or any kind of interactivity.
|
||||||
|
|
||||||
%package -n libcurl4
|
%package -n libcurl4
|
||||||
License: BSD3c(or similar) ; MIT License (or similar)
|
|
||||||
Summary: Version 4 of cURL shared library
|
Summary: Version 4 of cURL shared library
|
||||||
Group: Productivity/Networking/Web/Utilities
|
Group: Productivity/Networking/Web/Utilities
|
||||||
|
|
||||||
@ -66,7 +65,6 @@ The cURL shared library version 4 for accessing data using different
|
|||||||
network protocols.
|
network protocols.
|
||||||
|
|
||||||
%package -n libcurl-devel
|
%package -n libcurl-devel
|
||||||
License: BSD3c(or similar) ; MIT License (or similar)
|
|
||||||
Summary: A Tool for Transferring Data from URLs
|
Summary: A Tool for Transferring Data from URLs
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Requires: libcurl4 = %{version} glibc-devel
|
Requires: libcurl4 = %{version} glibc-devel
|
||||||
@ -88,9 +86,7 @@ user interaction or any kind of interactivity.
|
|||||||
# (currently, libtool sets link_all_deplibs=(yes|unknown) everywhere,
|
# (currently, libtool sets link_all_deplibs=(yes|unknown) everywhere,
|
||||||
# will hopefully change in the future)
|
# will hopefully change in the future)
|
||||||
sed -i 's/link_all_deplibs=unknown/link_all_deplibs=no/' configure
|
sed -i 's/link_all_deplibs=unknown/link_all_deplibs=no/' configure
|
||||||
export CFLAGS="%{optflags}"
|
%configure \
|
||||||
./configure \
|
|
||||||
--prefix=%{_prefix} \
|
|
||||||
--enable-ipv6 \
|
--enable-ipv6 \
|
||||||
%if %{with openssl}
|
%if %{with openssl}
|
||||||
--with-ssl \
|
--with-ssl \
|
||||||
@ -103,7 +99,6 @@ export CFLAGS="%{optflags}"
|
|||||||
%endif
|
%endif
|
||||||
--with-gssapi=/usr/lib/mit \
|
--with-gssapi=/usr/lib/mit \
|
||||||
--with-libssh2\
|
--with-libssh2\
|
||||||
--libdir=%{_libdir} \
|
|
||||||
--enable-hidden-symbols \
|
--enable-hidden-symbols \
|
||||||
--disable-static \
|
--disable-static \
|
||||||
--enable-ares
|
--enable-ares
|
||||||
|
Loading…
x
Reference in New Issue
Block a user