fix broken deps

This commit is contained in:
Than Ngo 2015-09-23 10:08:59 +02:00
parent 93ba94c65f
commit 7593fe1a8c
1 changed files with 5 additions and 1 deletions

View File

@ -2,7 +2,7 @@ Summary: A documentation system for C/C++
Name: doxygen
Epoch: 1
Version: 1.8.10
Release: 1%{?dist}
Release: 2%{?dist}
# No version is specified.
License: GPL+
@ -81,6 +81,7 @@ pushd %{_target_platform}
-DMAN_INSTALL_DIR=%{_mandir}/man1 \
-DDOC_INSTALL_DIR=%{_docdir}/doxygen \
-DCMAKE_INSTALL_PREFIX:PATH=%{_prefix} \
-DBUILD_SHARED_LIBS=OFF \
..
popd
@ -116,6 +117,9 @@ desktop-file-install \
%changelog
* Wed Sep 23 2015 Than Ngo <than@redhat.com> - 1.8.10-2
- fix broken deps
* Fri Aug 28 2015 Than Ngo <than@redhat.com> - 1.8.10-1
- update to 1.8.10