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 - 0.9.17-2 +- Drop the workaround for building man pages, it has already been + included upstream + * Mon Aug 20 2012 Jakub Hrozek - 0.9.17-1 - New upstream release 0.9.17