2007-01-16 00:10:37 +01:00
|
|
|
#
|
2009-01-13 18:42:16 +01:00
|
|
|
# spec file for package doxywizard (Version 1.5.8)
|
2007-01-16 00:10:37 +01:00
|
|
|
#
|
2009-01-13 18:42:16 +01:00
|
|
|
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
2007-01-16 00:10:37 +01:00
|
|
|
#
|
2009-01-13 18:42:16 +01:00
|
|
|
# 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.
|
|
|
|
|
2007-01-16 00:10:37 +01:00
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
|
|
#
|
|
|
|
|
|
|
|
# norootforbuild
|
|
|
|
|
2008-02-28 01:54:14 +01:00
|
|
|
|
2007-01-16 00:10:37 +01:00
|
|
|
Name: doxywizard
|
2009-01-13 18:42:16 +01:00
|
|
|
BuildRequires: bison flex libdrm-devel libjpeg-devel libqt4-devel update-desktop-files
|
|
|
|
Version: 1.5.8
|
2007-07-27 13:03:48 +02:00
|
|
|
Release: 1
|
2007-10-31 16:52:10 +01:00
|
|
|
AutoReqProv: on
|
2007-01-16 00:10:37 +01:00
|
|
|
Requires: doxygen = %{version}
|
2007-07-27 13:03:48 +02:00
|
|
|
License: GPL v2 or later
|
2007-01-16 00:10:37 +01:00
|
|
|
Group: Development/Tools/Doc Generators
|
|
|
|
Summary: Graphical User Interface for Doxygen
|
2007-10-31 16:52:10 +01:00
|
|
|
Url: http://www.stack.nl/~dimitri/doxygen/
|
2007-01-16 00:10:37 +01:00
|
|
|
Source: doxygen-%{version}.src.tar.bz2
|
|
|
|
Source1: doxywizard.desktop
|
2009-01-13 18:42:16 +01:00
|
|
|
Patch: doxygen-%{version}-64archs.patch
|
|
|
|
Patch1: doxygen-%{version}-libpng.patch
|
|
|
|
Patch2: %{name}-%{version}-flex.patch
|
2007-01-16 00:10:37 +01:00
|
|
|
Patch4: doxygen-%{version}-arm.patch
|
|
|
|
Patch5: doxygen-%{version}-man.patch
|
2009-01-13 18:42:16 +01:00
|
|
|
Patch6: doxygen-%{version}-qtdir.patch
|
2007-01-16 00:10:37 +01:00
|
|
|
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}
|
|
|
|
%ifarch s390x ia64 ppc64 x86_64
|
|
|
|
%patch
|
|
|
|
%endif
|
|
|
|
%patch1
|
|
|
|
%patch2
|
|
|
|
%patch4
|
|
|
|
%patch5
|
2007-02-07 00:27:23 +01:00
|
|
|
%patch6
|
2007-01-16 00:10:37 +01:00
|
|
|
|
|
|
|
%build
|
2009-01-13 18:42:16 +01:00
|
|
|
./configure --with-doxywizard
|
2007-01-16 00:10:37 +01:00
|
|
|
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
|
2008-02-28 01:54:14 +01:00
|
|
|
|
2007-03-29 13:58:33 +02:00
|
|
|
%changelog
|
2009-01-13 18:42:16 +01:00
|
|
|
* 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)
|
2008-07-18 22:24:33 +02:00
|
|
|
* Tue Jul 15 2008 anosek@suse.cz
|
|
|
|
- updated to version 1.5.6
|
2008-02-28 01:54:14 +01:00
|
|
|
* Tue Oct 30 2007 anosek@suse.cz
|
2007-10-31 16:52:10 +01:00
|
|
|
- updated to version 1.5.4
|
2008-02-28 01:54:14 +01:00
|
|
|
* Fri Jul 27 2007 anosek@suse.cz
|
2007-07-27 13:03:48 +02:00
|
|
|
- updated to version 1.5.3
|
2008-02-28 01:54:14 +01:00
|
|
|
* Tue Apr 10 2007 anosek@suse.cz
|
2007-04-12 17:14:04 +02:00
|
|
|
- fixed build of Doxywizard
|
2008-02-28 01:54:14 +01:00
|
|
|
* Thu Apr 05 2007 anosek@suse.cz
|
2007-04-06 00:36:17 +02:00
|
|
|
- updated to version 1.5.2
|
2008-02-28 01:54:14 +01:00
|
|
|
* Thu Mar 29 2007 mmarek@suse.de
|
2007-03-29 13:58:33 +02:00
|
|
|
- added flex and bison to buildrequires
|
2008-02-28 01:54:14 +01:00
|
|
|
* Mon Feb 05 2007 anosek@suse.cz
|
2007-02-07 00:27:23 +01:00
|
|
|
- updated to version 1.5.1
|
|
|
|
* fixed build (makefile.patch)
|
2008-02-28 01:54:14 +01:00
|
|
|
* Wed Oct 18 2006 anosek@suse.cz
|
2007-01-16 00:10:37 +01:00
|
|
|
- updated to version 1.5.0
|
|
|
|
* bugfixes
|
2008-02-28 01:54:14 +01:00
|
|
|
* Mon Jun 26 2006 mmarek@suse.cz
|
2007-01-16 00:10:37 +01:00
|
|
|
- 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
|
2008-02-28 01:54:14 +01:00
|
|
|
* Wed Jan 25 2006 mls@suse.de
|
2007-01-16 00:10:37 +01:00
|
|
|
- converted neededforbuild to BuildRequires
|
2008-02-28 01:54:14 +01:00
|
|
|
* Tue Jan 17 2006 mmarek@suse.cz
|
2007-01-16 00:10:37 +01:00
|
|
|
- remove %%_lib fix, which isn't needed anymore and actually breaks
|
|
|
|
build on 64bit
|
2008-02-28 01:54:14 +01:00
|
|
|
* Thu Jan 05 2006 mmarek@suse.cz
|
2007-01-16 00:10:37 +01:00
|
|
|
- use make -j
|
|
|
|
- add -fno-strict-aliasing
|
2008-02-28 01:54:14 +01:00
|
|
|
* Mon Jan 02 2006 mmarek@suse.cz
|
2007-01-16 00:10:37 +01:00
|
|
|
- update to 1.4.6
|
2008-02-28 01:54:14 +01:00
|
|
|
* Mon Oct 10 2005 mmarek@suse.cz
|
2007-01-16 00:10:37 +01:00
|
|
|
- update to 1.4.5
|
2008-02-28 01:54:14 +01:00
|
|
|
* Tue Sep 20 2005 mmarek@suse.cz
|
2007-01-16 00:10:37 +01:00
|
|
|
- fix qtools to build with gcc-4.1.0
|
2008-02-28 01:54:14 +01:00
|
|
|
* Thu Jul 28 2005 postadal@suse.cz
|
2007-01-16 00:10:37 +01:00
|
|
|
- updated to version 1.4.4
|
|
|
|
* added man pages
|
|
|
|
- removed obsoleted qt-mt patch
|
2008-02-28 01:54:14 +01:00
|
|
|
* Sat Jan 22 2005 ro@suse.de
|
2007-01-16 00:10:37 +01:00
|
|
|
- fix build (qt-mt instead of qt)
|
2008-02-28 01:54:14 +01:00
|
|
|
* Wed Jan 12 2005 postadal@suse.cz
|
2007-01-16 00:10:37 +01:00
|
|
|
- updated to version 1.4.1
|
2008-02-28 01:54:14 +01:00
|
|
|
* Tue Aug 31 2004 postadal@suse.cz
|
2007-01-16 00:10:37 +01:00
|
|
|
- fixed for new flex
|
2008-02-28 01:54:14 +01:00
|
|
|
* Tue Aug 03 2004 postadal@suse.cz
|
2007-01-16 00:10:37 +01:00
|
|
|
- updated to version 1.3.8
|
2008-02-28 01:54:14 +01:00
|
|
|
* Tue Apr 27 2004 postadal@suse.cz
|
2007-01-16 00:10:37 +01:00
|
|
|
- doxywizard split off (qt3 dependency)
|