From 7b38ed2b7a7130330dd3a979e437e084ca5adec3 Mon Sep 17 00:00:00 2001 From: supercyper Date: Sun, 25 Jul 2010 05:09:04 +0000 Subject: [PATCH] *** empty log message *** --- quazip.spec | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/quazip.spec b/quazip.spec index ff7ae6a..8bf9377 100644 --- a/quazip.spec +++ b/quazip.spec @@ -1,14 +1,13 @@ Name: quazip Version: 0.3 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Qt/C++ wrapper for the minizip library License: GPLv2+ or LGPLv2+ Group: System Environment/Libraries URL: http://quazip.sourceforge.net/ Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz -BuildRequires: qt4-devel -BuildRequires: minizip-devel -BuildRequires: doxygen +BuildRequires: qt4-devel minizip-devel +BuildRequires: doxygen graphviz %description QuaZIP is a simple C++ wrapper over Gilles Vollant's ZIP/UNZIP package that @@ -46,7 +45,7 @@ sed -i 's/\*.c //' %{name}/%{name}.pro %build export PATH=%{_qt4_bindir}:$PATH -%{_qt4_qmake} PREFIX=%{_prefix} LIBS+=" -lminizip" INCLUDEPATH+=" %{_includedir}/minizip" +%{_qt4_qmake} PREFIX=%{_prefix} LIBS+=-lminizip INCLUDEPATH+=%{_includedir}/minizip #do not build in parallel - there are race conditions in #qmake-generated makefiles make @@ -78,6 +77,9 @@ rm -rf %{buildroot} %{_libdir}/*.so %changelog +* Sat Jul 24 2010 Chen Lei - 0.3-2 +- add BR:graphviz for building apidocs + * Sat Jul 24 2010 Chen Lei - 0.3-1 - update to 0.3