Accepting request 26707 from home:jengelh:branches:devel:libraries:c_c++
Copy from home:jengelh:branches:devel:libraries:c_c++/curl via accept of submit request 26707 revision 2. Request was accepted with message: reviewed ok. OBS-URL: https://build.opensuse.org/request/show/26707 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/curl?expand=0&rev=21
This commit is contained in:
parent
ea1eed3751
commit
92dd043cb4
@ -1,8 +1,3 @@
|
|||||||
-------------------------------------------------------------------
|
|
||||||
Mon Jan 11 11:38:16 CET 2010 - meissner@suse.de
|
|
||||||
|
|
||||||
- add baselibs.conf as source
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Aug 13 21:30:37 CEST 2009 - mmarek@suse.cz
|
Thu Aug 13 21:30:37 CEST 2009 - mmarek@suse.cz
|
||||||
|
|
||||||
|
12
curl.spec
12
curl.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package curl (Version 7.19.6)
|
# spec file for package curl (Version 7.19.6)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -34,19 +34,19 @@ BuildRequires: stunnel
|
|||||||
%endif
|
%endif
|
||||||
#define cvs_suffix -20090302
|
#define cvs_suffix -20090302
|
||||||
Version: 7.19.6
|
Version: 7.19.6
|
||||||
Release: 2
|
Release: 1
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
# bug437293
|
# bug437293
|
||||||
%ifarch ppc64
|
%ifarch ppc64
|
||||||
Obsoletes: curl-64bit
|
Obsoletes: curl-64bit
|
||||||
%endif
|
%endif
|
||||||
#
|
#
|
||||||
License: BSD3c(or similar) ; MIT License (or similar)
|
License: BSD 3-clause (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: curl-%version%{?cvs_suffix}.tar.bz2
|
Source: curl-%version%{?cvs_suffix}.tar.bz2
|
||||||
Source2: baselibs.conf
|
Source2: baselibs.conf
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -62,7 +62,7 @@ Authors:
|
|||||||
Daniel Stenberg <Daniel.Stenberg@haxx.se>
|
Daniel Stenberg <Daniel.Stenberg@haxx.se>
|
||||||
|
|
||||||
%package -n libcurl4
|
%package -n libcurl4
|
||||||
License: BSD3c(or similar) ; MIT License (or similar)
|
License: BSD 3-clause (or similar) ; MIT License (or similar)
|
||||||
Summary: cURL shared library version 4
|
Summary: cURL shared library version 4
|
||||||
Group: Productivity/Networking/Web/Utilities
|
Group: Productivity/Networking/Web/Utilities
|
||||||
|
|
||||||
@ -76,7 +76,7 @@ Authors:
|
|||||||
Daniel Stenberg <Daniel.Stenberg@haxx.se>
|
Daniel Stenberg <Daniel.Stenberg@haxx.se>
|
||||||
|
|
||||||
%package -n libcurl-devel
|
%package -n libcurl-devel
|
||||||
License: BSD3c(or similar) ; MIT License (or similar)
|
License: BSD 3-clause (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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user