SHA256
8
0
forked from pool/doxygen
Files
doxygen/doxywizard.spec

209 lines
7.5 KiB
RPMSpec
Raw Normal View History

#
# spec file for package doxywizard (Version 1.5.9)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
Name: doxywizard
BuildRequires: bison flex libdrm-devel libjpeg-devel libqt4-devel update-desktop-files
Version: 1.5.9
Release: 1
AutoReqProv: on
Requires: doxygen = %{version}
License: GPL v2 or later
Group: Development/Tools/Doc Generators
Summary: Graphical User Interface for Doxygen
Url: http://www.stack.nl/~dimitri/doxygen/
Source: doxygen-%{version}.src.tar.bz2
Source1: doxywizard.desktop
Patch: doxygen-%{version}-64archs.patch
Patch1: doxygen-%{version}-libpng.patch
Patch2: %{name}-%{version}-flex.patch
Patch4: doxygen-%{version}-arm.patch
Patch5: doxygen-%{version}-man.patch
Patch6: doxygen-%{version}-qtdir.patch
Patch100: doxygen.warnings.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
Doxywizard is a graphical front-end to read/edit/write doxygen
configuration files.
Authors:
--------
Dimitri van Heesch <dimitri@stack.nl>
%prep
%setup -q -n doxygen-%{version}
%patch
%patch1
%patch2
%patch4
%patch5
%patch6
%patch100
%build
mintoc=
%ifarch ppc64
mintoc="-DENGLISH_ONLY"
%endif
sed -i~ "/^TMAKE_CFLAGS_RELEASE.*/s@^.*@TMAKE_CFLAGS_RELEASE = $RPM_OPT_FLAGS $mintoc@" tmake/lib/linux-g++/tmake.conf
./configure --with-doxywizard
make %{?jobs:-j%jobs}
%install
make install INSTALL=$RPM_BUILD_ROOT/usr
rm -f $RPM_BUILD_ROOT/usr/bin/{doxygen,doxytag}
%suse_update_desktop_file -i doxywizard Development Documentation
rm -f $RPM_BUILD_ROOT%{_mandir}/man1/{doxygen,doxytag}.1
%clean
rm -rf %{buildroot}
%files
%defattr(-,root,root)
%attr(755,root,root) /usr/bin/doxywizard
/usr/share/applications/doxywizard.desktop
%attr(444,root,root) %doc %{_mandir}/man1/doxywizard.1.gz
%changelog
* Mon May 04 2009 mseben@suse.cz
- updated to version 1.5.9
- New features
* Added new option LATEX_SOURCE_CODE, which when enabled adds
source code also to the latex output
* Included updates for the Finnish, Romanian, Korean, German,
Japanese, and Hongarian translation.
* Added translation support for Esperanto.
* Added class attribute to the \todo and \bug HTML
code so they can be customized via CSS.
* Added support for Æ and æ characters.
- Bug fixes (ids refer to the gnome bugzilla database)
* id 395169: Some links via tagfiles were not correct in
combination with CREATE_SUBDIRS=YES
* id 539080: Having the same comment for the declaration and
definition of a function could result in duplicate documentation
in case the indentation level was different.
* id 566713: Dot font was not removed even though DOT_CLEANUP was YES.
* id 566925: Fixed problem resolving symbolic links.
* id 567044: Fully qualified name was not shown correctly for
nested classes.
* id 567375: Fixed parse problem for typedefs with redundant braces.
* id 567535: Fixed problem when parsing operator%%= for CLI/C++ code.
* id 567777: Fixed problem with latex output when using enums.
* id 567990: Doxygen could crash when there was a symlink in project.
* id 568237: Non-ascii values entered where not saved according
to the INPUT_ENCODING.
* id 568505: Fixed build problem for old Linux distributions.
* id 569478: Fixed line continuation issue with the Fortran parser.
* id 570960: C++ class defined in a .mm file was sometimes parsed
as Objective-C code.
* id 571013: In the wizard, editing a text field in the middle of
the text in the expert tab caused the cursor to jump to the end
of the line.
* id 571096: Fixed Objective-C parsing problem when multiple
protocol forward declarations are put on one line.
* id 571990: Fixed compiler issue with portable_iconv by moving
the function to a C file.
* id 572560: Fixed parse issue when a #define is inside an enum.
* id 572740: Fixed problem parsing C++ comments using line continuation.
* id 573057: Included update for Swedish translator and changed
the language code from SE to SV to comply with ISO 639.
* id 578382: When referring to a static variable or function
doxygen will now look at the file context in case of ambiguity.
* Mon Feb 09 2009 olh@suse.de
- compile with RPM_OPT_FLAGS again
- apply 64bit patch unconditionally
- fix compile warnings for string and signed char handling
- disable language support on ppc64
code size too large, -mminimal-toc does not help
* Tue Jan 06 2009 mseben@suse.cz
- updated to version 1.5.8
Changes
* Completely rewrote the doxywizard. Main changes:
* It is now based on Qt version 4. (4.3 or higher is required)
* Different layout that allows easy switching between wizard and
expert mode, without losing settings.
* Running doxygen can be done without first having to save the
configuration file.
* For HTML output, there is a button to show the results in the
default browser.
* Option to change the default configuration that is used when
you first start the wizard.
* Non-default options are shown with red label, and there is
context menu to reset them back to the default.-
- rewritten (*-man.patch)
- spec file clean-up, added libqt4-devel to BuildRequires
- fixed qmake and moc path (*-qtdir.patch)
* Tue Jul 15 2008 anosek@suse.cz
- updated to version 1.5.6
* Tue Oct 30 2007 anosek@suse.cz
- updated to version 1.5.4
* Fri Jul 27 2007 anosek@suse.cz
- updated to version 1.5.3
* 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
- added flex and bison to buildrequires
* Mon Feb 05 2007 anosek@suse.cz
- updated to version 1.5.1
* fixed build (makefile.patch)
* Wed Oct 18 2006 anosek@suse.cz
- updated to version 1.5.0
* bugfixes
* Mon Jun 26 2006 mmarek@suse.cz
- updated to 1.4.7
* new CALLER_GRAPH option to add called-by graph to functions
* new REFERENCES_LINK_SOURCE option to set whether function names
in REFERENCES_RELATION and REFERENCED_BY_RELATION link to
source or documentation
* doxywizard asks for confirmation before overwriting files in
the save dialog
* Wed Jan 25 2006 mls@suse.de
- converted neededforbuild to BuildRequires
* Tue Jan 17 2006 mmarek@suse.cz
- remove %%_lib fix, which isn't needed anymore and actually breaks
build on 64bit
* Thu Jan 05 2006 mmarek@suse.cz
- use make -j
- add -fno-strict-aliasing
* Mon Jan 02 2006 mmarek@suse.cz
- update to 1.4.6
* Mon Oct 10 2005 mmarek@suse.cz
- update to 1.4.5
* Tue Sep 20 2005 mmarek@suse.cz
- fix qtools to build with gcc-4.1.0
* Thu Jul 28 2005 postadal@suse.cz
- updated to version 1.4.4
* added man pages
- removed obsoleted qt-mt patch
* Sat Jan 22 2005 ro@suse.de
- fix build (qt-mt instead of qt)
* Wed Jan 12 2005 postadal@suse.cz
- updated to version 1.4.1
* Tue Aug 31 2004 postadal@suse.cz
- fixed for new flex
* Tue Aug 03 2004 postadal@suse.cz
- updated to version 1.3.8
* Tue Apr 27 2004 postadal@suse.cz
- doxywizard split off (qt3 dependency)