- Use original source tarball
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/curl?expand=0&rev=61
This commit is contained in:
parent
cc0620d61f
commit
c81b8a7590
@ -1,5 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 29 12:00:00 UTC 2011 - opensuse@dstoecker.de
|
||||
Tue Nov 29 08:20:23 UTC 2011 - idoenmez@suse.de
|
||||
|
||||
- Use original source tarball
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 28 12:00:00 UTC 2011 - opensuse@dstoecker.de
|
||||
|
||||
- Update to version 7.23.1:
|
||||
+ Empty headers can be sent in HTTP requests by terminating with a semicolon
|
||||
|
@ -35,7 +35,6 @@ BuildRequires: libcares-devel
|
||||
# used by the testsuite
|
||||
BuildRequires: stunnel
|
||||
%endif
|
||||
#define cvs_suffix -20090302
|
||||
Version: 7.23.1
|
||||
Release: 1
|
||||
# bug437293
|
||||
@ -47,7 +46,7 @@ License: BSD3c(or similar) ; MIT License (or similar)
|
||||
Group: Productivity/Networking/Web/Utilities
|
||||
Summary: A Tool for Transferring Data from URLs
|
||||
Url: http://curl.haxx.se/
|
||||
Source: curl-%version%{?cvs_suffix}.tar.lzma
|
||||
Source: http://curl.haxx.se/download/%{name}-%{version}.tar.lzma
|
||||
Source2: baselibs.conf
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
@ -82,7 +81,7 @@ DICT, TELNET, LDAP, or FILE). The command is designed to work without
|
||||
user interaction or any kind of interactivity.
|
||||
|
||||
%prep
|
||||
%setup -q -n curl-%version%{?cvs_suffix}
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
# local hack to make curl-config --libs stop printing libraries it depends on
|
||||
|
Loading…
x
Reference in New Issue
Block a user