SHA256
1
0
forked from pool/doxygen
OBS User unknown 2007-04-12 15:14:04 +00:00 committed by Git OBS Bridge
parent be2fa87697
commit 4597ccdd34
4 changed files with 17 additions and 3 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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