SHA256
1
0
forked from pool/curl

Accepting request 29104 from devel:libraries:c_c++

Copy from devel:libraries:c_c++/curl based on submit request 29104 from user msmeissn

OBS-URL: https://build.opensuse.org/request/show/29104
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/curl?expand=0&rev=41
This commit is contained in:
OBS User autobuild 2010-01-14 15:26:56 +00:00 committed by Git OBS Bridge
parent 1896f393c4
commit ea1eed3751
2 changed files with 11 additions and 5 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
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

View File

@ -1,7 +1,7 @@
#
# spec file for package curl (Version 7.19.6)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -34,18 +34,19 @@ BuildRequires: stunnel
%endif
#define cvs_suffix -20090302
Version: 7.19.6
Release: 1
Release: 2
AutoReqProv: on
# bug437293
%ifarch ppc64
Obsoletes: curl-64bit
%endif
#
License: BSD 3-clause (or similar) ; MIT License (or similar)
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.bz2
Source2: baselibs.conf
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
@ -61,7 +62,7 @@ Authors:
Daniel Stenberg <Daniel.Stenberg@haxx.se>
%package -n libcurl4
License: BSD 3-clause (or similar) ; MIT License (or similar)
License: BSD3c(or similar) ; MIT License (or similar)
Summary: cURL shared library version 4
Group: Productivity/Networking/Web/Utilities
@ -75,7 +76,7 @@ Authors:
Daniel Stenberg <Daniel.Stenberg@haxx.se>
%package -n libcurl-devel
License: BSD 3-clause (or similar) ; MIT License (or similar)
License: BSD3c(or similar) ; MIT License (or similar)
Summary: A Tool for Transferring Data from URLs
Group: Development/Libraries/C and C++
Requires: libcurl4 = %{version} glibc-devel