remove INSTALL, move libcurl docs to -devel
This commit is contained in:
parent
2e2c21e435
commit
5266b5092d
10
curl.spec
10
curl.spec
@ -1,7 +1,7 @@
|
|||||||
Summary: A utility for getting files from remote servers (FTP, HTTP, and others).
|
Summary: A utility for getting files from remote servers (FTP, HTTP, and others).
|
||||||
Name: curl
|
Name: curl
|
||||||
Version: 7.12.0
|
Version: 7.12.0
|
||||||
Release: 2
|
Release: 3
|
||||||
License: MPL
|
License: MPL
|
||||||
Group: Applications/Internet
|
Group: Applications/Internet
|
||||||
Source: http://curl.haxx.se/download/%{name}-%{version}.tar.bz2
|
Source: http://curl.haxx.se/download/%{name}-%{version}.tar.bz2
|
||||||
@ -68,8 +68,8 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc CHANGES README* COPYING
|
%doc CHANGES README* COPYING
|
||||||
%doc docs/BUGS docs/CONTRIBUTE docs/examples docs/FAQ docs/FEATURES docs/INSTALL
|
%doc docs/BUGS docs/FAQ docs/FEATURES
|
||||||
%doc docs/INTERNALS docs/MANUAL docs/RESOURCES
|
%doc docs/MANUAL docs/RESOURCES
|
||||||
%doc docs/TheArtOfHttpScripting docs/TODO
|
%doc docs/TheArtOfHttpScripting docs/TODO
|
||||||
%{_bindir}/curl
|
%{_bindir}/curl
|
||||||
%{_mandir}/man1/curl.1*
|
%{_mandir}/man1/curl.1*
|
||||||
@ -77,6 +77,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
#%{_datadir}/ssl/certs/ca-bundle.crt
|
#%{_datadir}/ssl/certs/ca-bundle.crt
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
|
%doc docs/examples docs/INTERNALS
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_bindir}/curl-config
|
%{_bindir}/curl-config
|
||||||
%{_includedir}/curl
|
%{_includedir}/curl
|
||||||
@ -86,6 +87,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_mandir}/man3/*
|
%{_mandir}/man3/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Sep 27 2004 Warren Togami <wtogami@redhat.com> 7.12.0-3
|
||||||
|
- remove INSTALL, move libcurl docs to -devel
|
||||||
|
|
||||||
* Fri Jul 26 2004 Jindrich Novy <jnovy@redhat.com>
|
* Fri Jul 26 2004 Jindrich Novy <jnovy@redhat.com>
|
||||||
- updated to 7.12.0
|
- updated to 7.12.0
|
||||||
- updated nousr patch
|
- updated nousr patch
|
||||||
|
Loading…
Reference in New Issue
Block a user