This commit is contained in:
parent
35eb58db12
commit
bc9ac9c258
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jun 1 11:57:28 CEST 2007 - dmueller@suse.de
|
||||||
|
|
||||||
|
- fix obsoletes for alpha3 update
|
||||||
|
- fix ldconfig call
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed May 23 16:22:39 CEST 2007 - bk@suse.de
|
Wed May 23 16:22:39 CEST 2007 - bk@suse.de
|
||||||
|
|
||||||
|
13
curl.spec
13
curl.spec
@ -13,7 +13,7 @@
|
|||||||
Name: curl
|
Name: curl
|
||||||
BuildRequires: libidn-devel openssl-devel zlib-devel
|
BuildRequires: libidn-devel openssl-devel zlib-devel
|
||||||
Version: 7.16.2
|
Version: 7.16.2
|
||||||
Release: 1
|
Release: 5
|
||||||
Autoreqprov: on
|
Autoreqprov: on
|
||||||
License: BSD License and BSD-like, X11/MIT
|
License: BSD License and BSD-like, X11/MIT
|
||||||
Group: Productivity/Networking/Web/Utilities
|
Group: Productivity/Networking/Web/Utilities
|
||||||
@ -71,7 +71,7 @@ Group: Productivity/Networking/Web/Utilities
|
|||||||
Requires: libcurl4 = %{version} zlib-devel openssl-devel libidn-devel
|
Requires: libcurl4 = %{version} zlib-devel openssl-devel libidn-devel
|
||||||
Provides: curl-devel = %{version}-%{release}
|
Provides: curl-devel = %{version}-%{release}
|
||||||
# curl-devel (v 7.15.5) was last used in 10.2
|
# curl-devel (v 7.15.5) was last used in 10.2
|
||||||
Obsoletes: curl-devel < 7.16.0
|
Obsoletes: curl-devel < 7.16.2
|
||||||
|
|
||||||
%description -n libcurl-devel
|
%description -n libcurl-devel
|
||||||
Curl is a client to get documents and files from or send documents to a
|
Curl is a client to get documents and files from or send documents to a
|
||||||
@ -119,11 +119,9 @@ rm $RPM_BUILD_ROOT%_libdir/libcurl.la
|
|||||||
%clean
|
%clean
|
||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
|
|
||||||
%post
|
%post -n libcurl4 -p /sbin/ldconfig
|
||||||
%run_ldconfig
|
|
||||||
|
|
||||||
%postun
|
%postun -n libcurl4 -p /sbin/ldconfig
|
||||||
%run_ldconfig
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
@ -151,6 +149,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%doc %{_mandir}/man3/*
|
%doc %{_mandir}/man3/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jun 01 2007 - dmueller@suse.de
|
||||||
|
- fix obsoletes for alpha3 update
|
||||||
|
- fix ldconfig call
|
||||||
* Wed May 23 2007 - bk@suse.de
|
* Wed May 23 2007 - bk@suse.de
|
||||||
- updated to 7.16.2 (lots of fixes, fixes a segfault in git-http)
|
- updated to 7.16.2 (lots of fixes, fixes a segfault in git-http)
|
||||||
* Fri May 04 2007 - mmarek@suse.cz
|
* Fri May 04 2007 - mmarek@suse.cz
|
||||||
|
Loading…
x
Reference in New Issue
Block a user