diff --git a/doxygen.changes b/doxygen.changes index 9dc6725..3898ac2 100644 --- a/doxygen.changes +++ b/doxygen.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Apr 10 09:33:51 CEST 2007 - anosek@suse.cz + +- fixed build of Doxywizard + ------------------------------------------------------------------- Thu Apr 5 14:40:08 CEST 2007 - anosek@suse.cz diff --git a/doxygen.spec b/doxygen.spec index 82f32af..9c1e615 100644 --- a/doxygen.spec +++ b/doxygen.spec @@ -13,7 +13,7 @@ Name: doxygen BuildRequires: bison flex gcc-c++ libpng-devel Version: 1.5.2 -Release: 1 +Release: 3 Autoreqprov: on License: GNU General Public License (GPL) Group: Development/Tools/Doc Generators @@ -83,6 +83,8 @@ rm -rf %{buildroot} %attr(755,root,root) /usr/bin/* %changelog +* Tue Apr 10 2007 - anosek@suse.cz +- fixed build of Doxywizard * Thu Apr 05 2007 - anosek@suse.cz - updated to version 1.5.2: * Doxygen now uses UTF-8 internally for all strings diff --git a/doxywizard.changes b/doxywizard.changes index 496b8cc..8f2206c 100644 --- a/doxywizard.changes +++ b/doxywizard.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Apr 10 09:34:13 CEST 2007 - anosek@suse.cz + +- fixed build of Doxywizard + ------------------------------------------------------------------- Thu Apr 5 14:47:26 CEST 2007 - anosek@suse.cz diff --git a/doxywizard.spec b/doxywizard.spec index 3454096..07ebd87 100644 --- a/doxywizard.spec +++ b/doxywizard.spec @@ -13,7 +13,7 @@ Name: doxywizard BuildRequires: bison flex libdrm-devel libjpeg-devel qt3-devel update-desktop-files Version: 1.5.2 -Release: 1 +Release: 3 Autoreqprov: on Requires: doxygen = %{version} License: GNU General Public License (GPL) @@ -58,7 +58,7 @@ export PATH=$QTDIR/bin:$PATH export LD_RUN_PATH=$QTDIR/lib # this tmake version use RPM_OPTL_FLAGS instead of RPM_OPT_FLAGS, # I do not know why -perl -pi -e 's#/lib#/%{_lib}#g;' -e "s#/usr/qt/3/bin/moc#/usr/lib/qt3/bin/moc#g;" addon/doxywizard/Makefile.doxywizard +perl -pi -e 's#/lib#/%{_lib}#g;' -e "s#/usr/qt/3/bin/moc#/usr/lib/qt3/bin/moc#g;" -e "s#/Developer/qt/bin/moc#/usr/lib/qt3/bin/moc#g;" addon/doxywizard/Makefile.doxywizard perl -pi -e "s#TMAKE_CFLAGS_RELEASE.*=.*#TMAKE_CFLAGS_RELEASE=$RPM_OPT_FLAGS -fno-strict-aliasing#;" tmake/lib/linux-g++/tmake.conf ./configure --prefix /usr --with-doxywizard --install /usr/bin/install make %{?jobs:-j%jobs} @@ -80,6 +80,8 @@ rm -rf %{buildroot} %attr(444,root,root) %doc %{_mandir}/man1/doxywizard.1.gz %changelog +* Tue Apr 10 2007 - anosek@suse.cz +- fixed build of Doxywizard * Thu Apr 05 2007 - anosek@suse.cz - updated to version 1.5.2 * Thu Mar 29 2007 - mmarek@suse.de