From 6ea67534e7b8614fc40ea5310a06fd30830486ac Mon Sep 17 00:00:00 2001 From: Joe Orton Date: Wed, 31 Jul 2013 17:59:00 +0100 Subject: [PATCH] prevent installation of HTML docs --- neon.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/neon.spec b/neon.spec index eb91319..d97ff34 100644 --- a/neon.spec +++ b/neon.spec @@ -1,7 +1,7 @@ Summary: An HTTP and WebDAV client library Name: neon Version: 0.30.0 -Release: 1%{?dist} +Release: 2%{?dist} License: LGPLv2+ Group: System Environment/Libraries URL: http://www.webdav.org/neon/ @@ -79,6 +79,9 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/*.so %changelog +* Wed Jul 31 2013 Joe Orton - 0.30.0-2 +- prevent installation of HTML docs + * Wed Jul 31 2013 Joe Orton - 0.30.0-1 - update to 0.30.0 (#983563, #926212)