Drop the workaround for building manpages, included upstream

This commit is contained in:
Jakub Hrozek 2012-08-20 15:14:04 +02:00
parent 66a41e1191
commit 2146cf6aca

View File

@ -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@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@redhat.com> - 0.9.17-1
- New upstream release 0.9.17