[libtevent] Drop the workaround for building manpages, included upstream

Jakub Hrozek jhrozek at fedoraproject.org
Mon Aug 20 13:18:50 UTC 2012


commit 2146cf6aca914b49772057627128e89ccd5b8ba9
Author: Jakub Hrozek <jhrozek at redhat.com>
Date:   Mon Aug 20 15:14:04 2012 +0200

    Drop the workaround for building manpages, included upstream

 libtevent.spec |   12 +++++-------
 1 files changed, 5 insertions(+), 7 deletions(-)
---
diff --git a/libtevent.spec b/libtevent.spec
index afe6403..b30d38a 100644
--- a/libtevent.spec
+++ b/libtevent.spec
@@ -6,7 +6,7 @@
 
 Name: libtevent
 Version: 0.9.17
-Release: 1%{?dist}
+Release: 2%{?dist}
 Group: System Environment/Daemons
 Summary: The tevent library
 License: LGPLv3+
@@ -76,12 +76,6 @@ UpdateTimestamps() {
 
 make %{?_smp_mflags} V=1
 
-# libtevent's doxy.config is based on the example doxygen file. The
-# EXCLUDE_PATTERNS example there would match paths in our build
-# system and prevent man pages from being built
-echo "EXCLUDE_PATTERNS = " >> doxy.config
-doxygen doxy.config
-
 %install
 rm -rf $RPM_BUILD_ROOT
 
@@ -122,6 +116,10 @@ rm -rf $RPM_BUILD_ROOT
 %postun -p /sbin/ldconfig
 
 %changelog
+* Mon Aug 20 2012 Jakub Hrozek <jhrozek at redhat.com> - 0.9.17-2
+- Drop the workaround for building man pages, it has already been
+  included upstream
+
 * Mon Aug 20 2012 Jakub Hrozek <jhrozek at redhat.com> - 0.9.17-1
 - New upstream release 0.9.17
 


More information about the scm-commits mailing list