moved %doc below %defattr
This commit is contained in:
parent
5266b5092d
commit
ab0924a9b9
@ -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: 3
|
Release: 4
|
||||||
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
|
||||||
@ -77,8 +77,8 @@ 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)
|
||||||
|
%doc docs/examples docs/INTERNALS
|
||||||
%{_bindir}/curl-config
|
%{_bindir}/curl-config
|
||||||
%{_includedir}/curl
|
%{_includedir}/curl
|
||||||
%{_libdir}/*.a
|
%{_libdir}/*.a
|
||||||
@ -87,6 +87,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_mandir}/man3/*
|
%{_mandir}/man3/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Sep 29 2004 Adrian Havill <havill@redhat.com> 7.12.0-4
|
||||||
|
- move new docs position so defattr gets applied
|
||||||
|
|
||||||
* Mon Sep 27 2004 Warren Togami <wtogami@redhat.com> 7.12.0-3
|
* Mon Sep 27 2004 Warren Togami <wtogami@redhat.com> 7.12.0-3
|
||||||
- remove INSTALL, move libcurl docs to -devel
|
- remove INSTALL, move libcurl docs to -devel
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user