Dropping the workaround dropped even the doxygen command itself..

This commit is contained in:
Jakub Hrozek 2012-08-20 15:35:18 +02:00
parent 2146cf6aca
commit 9bc8d58a94

View File

@ -6,7 +6,7 @@
Name: libtevent
Version: 0.9.17
Release: 2%{?dist}
Release: 3%{?dist}
Group: System Environment/Daemons
Summary: The tevent library
License: LGPLv3+
@ -76,6 +76,8 @@ UpdateTimestamps() {
make %{?_smp_mflags} V=1
doxygen doxy.config
%install
rm -rf $RPM_BUILD_ROOT
@ -116,6 +118,9 @@ rm -rf $RPM_BUILD_ROOT
%postun -p /sbin/ldconfig
%changelog
* Mon Aug 20 2012 Jakub Hrozek <jhrozek@redhat.com> - 0.9.17-3
- Dropping the workaround dropped even the doxygen command itself..
* 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