forked from pool/doxygen
This commit is contained in:
parent
c4b221d0f7
commit
41db1ffb62
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:de7a401b1c2b50172b294af935c74db564645d729b8cbb77f85ca74641bd57cc
|
|
||||||
size 465004
|
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:c4d6364b3145c84aa210449fb350fd03fe2ec8d14d4750da21505374f3664c1b
|
|
||||||
size 3159174
|
|
3
doxygen-1.5.6-html.tar.bz2
Normal file
3
doxygen-1.5.6-html.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:3e183a828b7da095504fafd2fa63e17f184ef5ca9efa2ac08b69505485de8c25
|
||||||
|
size 465888
|
3
doxygen-1.5.6.src.tar.bz2
Normal file
3
doxygen-1.5.6.src.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:d2fdb31332d54f7744f275fcbf1dd859755090843cea1edc92e2e6f54b54e5b7
|
||||||
|
size 3186077
|
@ -1,3 +1,30 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jul 15 13:31:58 CEST 2008 - anosek@suse.cz
|
||||||
|
|
||||||
|
- updated to version 1.5.6
|
||||||
|
Changes
|
||||||
|
* The GENERATE_TREEVIEW option is not longer a boolean, but can
|
||||||
|
now have 4 values, NONE (was NO), FRAME (was YES), HIERARCHIES,
|
||||||
|
and ALL.
|
||||||
|
* a page marked as a sub page (\subpage) is now shown in the LaTeX
|
||||||
|
and RTF output as a section of its parent page. So the top level
|
||||||
|
pages are shown a chapters, subpages as sections, subpages
|
||||||
|
of a subpage as subsections, etc.
|
||||||
|
New features
|
||||||
|
* Added DOT_FONTNAME and DOT_FONTPATH options
|
||||||
|
* Added option CHM_INDEX_ENCODING to specify the encoding to be
|
||||||
|
used for the CHM index files.
|
||||||
|
* Included patch to make the font-size button visible in the CHM output.
|
||||||
|
* Added new options SHOW_NAMESPACES and SHOW_FILES to Suppress
|
||||||
|
Namepace and Files Pages.
|
||||||
|
* Included a patch that makes it easy to modify the root
|
||||||
|
of the html treeview with an image using style sheets.
|
||||||
|
* Added option IDL_PROPERTY_SUPPORT to enable/disable special
|
||||||
|
propget/propput handling in IDL files.
|
||||||
|
* Added option FORMULA_FONTSIZE which can be used to change
|
||||||
|
the font size of the formulas included in the HTML documentation.
|
||||||
|
And lots of bugfixes
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Feb 27 08:59:59 CET 2008 - anosek@suse.cz
|
Wed Feb 27 08:59:59 CET 2008 - anosek@suse.cz
|
||||||
|
|
||||||
|
35
doxygen.spec
35
doxygen.spec
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package doxygen (Version 1.5.5)
|
# spec file for package doxygen (Version 1.5.6)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
# This file and all modifications and additions to the pristine
|
# This file and all modifications and additions to the pristine
|
||||||
@ -13,7 +13,7 @@
|
|||||||
|
|
||||||
Name: doxygen
|
Name: doxygen
|
||||||
BuildRequires: bison flex gcc-c++ libpng-devel
|
BuildRequires: bison flex gcc-c++ libpng-devel
|
||||||
Version: 1.5.5
|
Version: 1.5.6
|
||||||
Release: 1
|
Release: 1
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
License: GPL v2 or later
|
License: GPL v2 or later
|
||||||
@ -71,7 +71,6 @@ make install INSTALL=$RPM_BUILD_ROOT/usr DOCDIR=$RPM_BUILD_ROOT%{_docdir}/doxyge
|
|||||||
install -m 644 LICENSE LANGUAGE.HOWTO PLATFORMS README VERSION $RPM_BUILD_ROOT%{_docdir}/doxygen
|
install -m 644 LICENSE LANGUAGE.HOWTO PLATFORMS README VERSION $RPM_BUILD_ROOT%{_docdir}/doxygen
|
||||||
cp -a html $RPM_BUILD_ROOT%{_docdir}/doxygen
|
cp -a html $RPM_BUILD_ROOT%{_docdir}/doxygen
|
||||||
cp doxygen_manual-%{version}.pdf $RPM_BUILD_ROOT%{_docdir}/doxygen
|
cp doxygen_manual-%{version}.pdf $RPM_BUILD_ROOT%{_docdir}/doxygen
|
||||||
rm $RPM_BUILD_ROOT%{_mandir}/man1/doxywizard.1
|
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
rm -rf %{buildroot}
|
rm -rf %{buildroot}
|
||||||
@ -84,6 +83,30 @@ rm -rf %{buildroot}
|
|||||||
%attr(755,root,root) /usr/bin/*
|
%attr(755,root,root) /usr/bin/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jul 15 2008 anosek@suse.cz
|
||||||
|
- updated to version 1.5.6
|
||||||
|
Changes
|
||||||
|
* The GENERATE_TREEVIEW option is not longer a boolean, but can
|
||||||
|
now have 4 values, NONE (was NO), FRAME (was YES), HIERARCHIES,
|
||||||
|
and ALL.
|
||||||
|
* a page marked as a sub page (\subpage) is now shown in the LaTeX
|
||||||
|
and RTF output as a section of its parent page. So the top level
|
||||||
|
pages are shown a chapters, subpages as sections, subpages
|
||||||
|
of a subpage as subsections, etc.
|
||||||
|
New features
|
||||||
|
* Added DOT_FONTNAME and DOT_FONTPATH options
|
||||||
|
* Added option CHM_INDEX_ENCODING to specify the encoding to be
|
||||||
|
used for the CHM index files.
|
||||||
|
* Included patch to make the font-size button visible in the CHM output.
|
||||||
|
* Added new options SHOW_NAMESPACES and SHOW_FILES to Suppress
|
||||||
|
Namepace and Files Pages.
|
||||||
|
* Included a patch that makes it easy to modify the root
|
||||||
|
of the html treeview with an image using style sheets.
|
||||||
|
* Added option IDL_PROPERTY_SUPPORT to enable/disable special
|
||||||
|
propget/propput handling in IDL files.
|
||||||
|
* Added option FORMULA_FONTSIZE which can be used to change
|
||||||
|
the font size of the formulas included in the HTML documentation.
|
||||||
|
And lots of bugfixes
|
||||||
* Wed Feb 27 2008 anosek@suse.cz
|
* Wed Feb 27 2008 anosek@suse.cz
|
||||||
- updated to version 1.5.5
|
- updated to version 1.5.5
|
||||||
Changes:
|
Changes:
|
||||||
@ -295,7 +318,7 @@ rm -rf %{buildroot}
|
|||||||
- added ghostscript-x11-packages to neededforbuild (for gs)
|
- added ghostscript-x11-packages to neededforbuild (for gs)
|
||||||
* Sun Jul 28 2002 meissner@suse.de
|
* Sun Jul 28 2002 meissner@suse.de
|
||||||
- use RPM_OPT_FLAGS so it builds on ppc64.
|
- use RPM_OPT_FLAGS so it builds on ppc64.
|
||||||
* Thu Jul 18 2002 coolo@suse.de
|
* Fri Jul 19 2002 coolo@suse.de
|
||||||
- updating to 1.2.17 (needed for new kdelibs3)
|
- updating to 1.2.17 (needed for new kdelibs3)
|
||||||
* Sun Jun 09 2002 olh@suse.de
|
* Sun Jun 09 2002 olh@suse.de
|
||||||
- build with -mminimal-toc on ppc64, workaround
|
- build with -mminimal-toc on ppc64, workaround
|
||||||
@ -310,7 +333,7 @@ rm -rf %{buildroot}
|
|||||||
- patch tmake config file as well to use qt-mt
|
- patch tmake config file as well to use qt-mt
|
||||||
* Tue Mar 12 2002 ro@suse.de
|
* Tue Mar 12 2002 ro@suse.de
|
||||||
- build against qt3
|
- build against qt3
|
||||||
* Thu Jan 31 2002 ro@suse.de
|
* Fri Feb 01 2002 ro@suse.de
|
||||||
- added libgimpprint to neededforbuild
|
- added libgimpprint to neededforbuild
|
||||||
* Tue Jan 29 2002 cihlar@suse.cz
|
* Tue Jan 29 2002 cihlar@suse.cz
|
||||||
- use %%{suse_update_libdir}
|
- use %%{suse_update_libdir}
|
||||||
@ -388,7 +411,7 @@ rm -rf %{buildroot}
|
|||||||
- Use %%{_docdir}
|
- Use %%{_docdir}
|
||||||
* Wed Jan 05 2000 garloff@suse.de
|
* Wed Jan 05 2000 garloff@suse.de
|
||||||
- Upgrade to doxygen-1.0.0
|
- Upgrade to doxygen-1.0.0
|
||||||
* Sun Oct 31 1999 ro@suse.de
|
* Mon Nov 01 1999 ro@suse.de
|
||||||
- re-added -g to CFLAGS (workaround for a segfault without)
|
- re-added -g to CFLAGS (workaround for a segfault without)
|
||||||
* Sat Oct 30 1999 garloff@suse.de
|
* Sat Oct 30 1999 garloff@suse.de
|
||||||
- Update to 0.49-991003.
|
- Update to 0.49-991003.
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:cad7985278a532d13c9d165d0583348cfcfc9e33b302a17f7dd92ff5b76bc089
|
|
||||||
size 587045
|
|
3
doxygen_manual-1.5.6.pdf.bz2
Normal file
3
doxygen_manual-1.5.6.pdf.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:06515e0c9bc564f075e3171b5d833f7df9636f901800de62b6dc02138e9872e7
|
||||||
|
size 599279
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jul 15 13:39:08 CEST 2008 - anosek@suse.cz
|
||||||
|
|
||||||
|
- updated to version 1.5.6
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Oct 30 11:58:52 CET 2007 - anosek@suse.cz
|
Tue Oct 30 11:58:52 CET 2007 - anosek@suse.cz
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package doxywizard (Version 1.5.5)
|
# spec file for package doxywizard (Version 1.5.6)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
# This file and all modifications and additions to the pristine
|
# This file and all modifications and additions to the pristine
|
||||||
@ -13,7 +13,7 @@
|
|||||||
|
|
||||||
Name: doxywizard
|
Name: doxywizard
|
||||||
BuildRequires: bison flex libdrm-devel libjpeg-devel qt3-devel update-desktop-files
|
BuildRequires: bison flex libdrm-devel libjpeg-devel qt3-devel update-desktop-files
|
||||||
Version: 1.5.5
|
Version: 1.5.6
|
||||||
Release: 1
|
Release: 1
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
Requires: doxygen = %{version}
|
Requires: doxygen = %{version}
|
||||||
@ -70,6 +70,7 @@ make install INSTALL=$RPM_BUILD_ROOT/usr
|
|||||||
rm -f $RPM_BUILD_ROOT/usr/bin/{doxygen,doxytag}
|
rm -f $RPM_BUILD_ROOT/usr/bin/{doxygen,doxytag}
|
||||||
%suse_update_desktop_file -i doxywizard Development Documentation
|
%suse_update_desktop_file -i doxywizard Development Documentation
|
||||||
rm -f $RPM_BUILD_ROOT%{_mandir}/man1/{doxygen,doxytag}.1
|
rm -f $RPM_BUILD_ROOT%{_mandir}/man1/{doxygen,doxytag}.1
|
||||||
|
mv $RPM_BUILD_ROOT/usr/man/man1/doxywizard.1 $RPM_BUILD_ROOT%{_mandir}/man1/doxywizard.1
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
rm -rf %{buildroot}
|
rm -rf %{buildroot}
|
||||||
@ -81,6 +82,8 @@ rm -rf %{buildroot}
|
|||||||
%attr(444,root,root) %doc %{_mandir}/man1/doxywizard.1.gz
|
%attr(444,root,root) %doc %{_mandir}/man1/doxywizard.1.gz
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jul 15 2008 anosek@suse.cz
|
||||||
|
- updated to version 1.5.6
|
||||||
* Tue Oct 30 2007 anosek@suse.cz
|
* Tue Oct 30 2007 anosek@suse.cz
|
||||||
- updated to version 1.5.4
|
- updated to version 1.5.4
|
||||||
* Fri Jul 27 2007 anosek@suse.cz
|
* Fri Jul 27 2007 anosek@suse.cz
|
||||||
|
Loading…
x
Reference in New Issue
Block a user