[packages/neon] - remove html docs installed by make - rel 6 for rebuild with new openssl
atler
atler at pld-linux.org
Sun Feb 17 10:55:23 CET 2013
commit 9dc179f08c2934ce32aba06c05a091954677217a
Author: Jan Palus <jan.palus at gmail.com>
Date: Sun Feb 17 10:52:25 2013 +0100
- remove html docs installed by make
- rel 6 for rebuild with new openssl
neon.spec | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/neon.spec b/neon.spec
index 41dc386..7ba03a2 100644
--- a/neon.spec
+++ b/neon.spec
@@ -10,7 +10,7 @@ Summary: An HTTP and WebDAV client library
Summary(pl.UTF-8): Biblioteka kliencka HTTP i WebDAV
Name: neon
Version: 0.29.6
-Release: 5
+Release: 6
License: LGPL v2+
Group: Libraries
Source0: http://www.webdav.org/neon/%{name}-%{version}.tar.gz
@@ -130,7 +130,8 @@ rm -rf $RPM_BUILD_ROOT
%{__make} install \
DESTDIR=$RPM_BUILD_ROOT
-rm $RPM_BUILD_ROOT%{_libdir}/*.la
+%{__rm} -r $RPM_BUILD_ROOT%{_docdir}/%{name}-%{version}/html
+%{__rm} $RPM_BUILD_ROOT%{_libdir}/*.la
%find_lang %{name}
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/neon.git/commitdiff/9dc179f08c2934ce32aba06c05a091954677217a
More information about the pld-cvs-commit
mailing list