diff --git a/curl.changes b/curl.changes index f3c63cf..91a95a0 100644 --- a/curl.changes +++ b/curl.changes @@ -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 diff --git a/curl.spec b/curl.spec index c17b33d..97898bd 100644 --- a/curl.spec +++ b/curl.spec @@ -1,7 +1,7 @@ # # 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 # remain the property of their copyright owners, unless otherwise agreed @@ -34,19 +34,19 @@ BuildRequires: stunnel %endif #define cvs_suffix -20090302 Version: 7.19.6 -Release: 2 +Release: 1 AutoReqProv: on # bug437293 %ifarch ppc64 Obsoletes: curl-64bit %endif # -License: BSD3c(or similar) ; MIT License (or similar) +License: BSD 3-clause (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 +Source2: baselibs.conf BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -62,7 +62,7 @@ Authors: Daniel Stenberg %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 Group: Productivity/Networking/Web/Utilities @@ -76,7 +76,7 @@ Authors: Daniel Stenberg %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 Group: Development/Libraries/C and C++ Requires: libcurl4 = %{version} glibc-devel