From ab0924a9b987b3db5a2c96b4e0c1c81ba12037d6 Mon Sep 17 00:00:00 2001 From: havill Date: Wed, 29 Sep 2004 07:05:43 +0000 Subject: [PATCH] moved %doc below %defattr --- curl.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/curl.spec b/curl.spec index 4cfc28a..3862fd5 100644 --- a/curl.spec +++ b/curl.spec @@ -1,7 +1,7 @@ Summary: A utility for getting files from remote servers (FTP, HTTP, and others). Name: curl Version: 7.12.0 -Release: 3 +Release: 4 License: MPL Group: Applications/Internet 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 %files devel -%doc docs/examples docs/INTERNALS %defattr(-,root,root) +%doc docs/examples docs/INTERNALS %{_bindir}/curl-config %{_includedir}/curl %{_libdir}/*.a @@ -87,6 +87,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/* %changelog +* Wed Sep 29 2004 Adrian Havill 7.12.0-4 +- move new docs position so defattr gets applied + * Mon Sep 27 2004 Warren Togami 7.12.0-3 - remove INSTALL, move libcurl docs to -devel