SHA256
1
0
forked from pool/doxygen
OBS User unknown 2007-03-29 11:58:33 +00:00 committed by Git OBS Bridge
parent dde0a1229e
commit 22598810e9
4 changed files with 20 additions and 6 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Mar 29 13:16:19 CEST 2007 - mmarek@suse.de
- added flex and bison to buildrequires
-------------------------------------------------------------------
Mon Feb 5 15:56:24 CET 2007 - anosek@suse.cz

View File

@ -11,9 +11,9 @@
# norootforbuild
Name: doxygen
BuildRequires: gcc-c++ libpng-devel
BuildRequires: bison flex gcc-c++ libpng-devel
Version: 1.5.1
Release: 1
Release: 8
Autoreqprov: on
License: GNU General Public License (GPL)
Group: Development/Tools/Doc Generators
@ -84,7 +84,9 @@ rm -rf %{buildroot}
%attr(444,root,root) %doc %{_mandir}/man1/doxytag.1.gz
%attr(755,root,root) /usr/bin/*
%changelog -n doxygen
%changelog
* Thu Mar 29 2007 - mmarek@suse.de
- added flex and bison to buildrequires
* Mon Feb 05 2007 - anosek@suse.cz
-updated to version 1.5.1, bugfixes:
* id 148567: @todo at the end of a comment block caused problem

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Mar 29 13:16:19 CEST 2007 - mmarek@suse.de
- added flex and bison to buildrequires
-------------------------------------------------------------------
Mon Feb 5 16:17:23 CET 2007 - anosek@suse.cz

View File

@ -11,9 +11,9 @@
# norootforbuild
Name: doxywizard
BuildRequires: libdrm-devel libjpeg-devel qt3-devel update-desktop-files
BuildRequires: bison flex libdrm-devel libjpeg-devel qt3-devel update-desktop-files
Version: 1.5.1
Release: 1
Release: 8
Autoreqprov: on
Requires: doxygen = %{version}
License: GNU General Public License (GPL)
@ -79,7 +79,9 @@ rm -rf %{buildroot}
/usr/share/applications/doxywizard.desktop
%attr(444,root,root) %doc %{_mandir}/man1/doxywizard.1.gz
%changelog -n doxywizard
%changelog
* Thu Mar 29 2007 - mmarek@suse.de
- added flex and bison to buildrequires
* Mon Feb 05 2007 - anosek@suse.cz
- updated to version 1.5.1
* fixed build (makefile.patch)