From 2b4ffdc4f3fea5b2c9ab2a8643633c37f8565752 Mon Sep 17 00:00:00 2001 From: Than Ngo Date: Apr 23 2012 10:28:26 +0000 Subject: fix build issue with doxygen-1.8.0 --- diff --git a/polkit-qt.spec b/polkit-qt.spec index 2d1c727..ccfe18b 100644 --- a/polkit-qt.spec +++ b/polkit-qt.spec @@ -1,6 +1,6 @@ Name: polkit-qt Version: 0.103.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Qt bindings for PolicyKit Group: System Environment/Libraries @@ -66,8 +66,9 @@ popd make %{?_smp_mflags} -C %{_target_platform} doxygen %{SOURCE1} + # Remove installdox file - it is not necessary here -rm html/installdox +rm -f html/installdox %install @@ -110,6 +111,9 @@ rm -rf %{buildroot} %changelog +* Fri Apr 20 2012 Than Ngo - 0.103.0-3 +- fix build issue with doxygen-1.8.0 + * Sat Jan 14 2012 Fedora Release Engineering - 0.103.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild