SHA256
1
0
forked from pool/doxygen
OBS User unknown
2009-01-13 17:42:16 +00:00
committed by Git OBS Bridge
parent 41db1ffb62
commit 837cfaa50c
18 changed files with 142 additions and 76 deletions

View File

@@ -1,10 +1,17 @@
#
# spec file for package doxywizard (Version 1.5.6)
# spec file for package doxywizard (Version 1.5.8)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
# 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/
#
@@ -12,8 +19,8 @@
Name: doxywizard
BuildRequires: bison flex libdrm-devel libjpeg-devel qt3-devel update-desktop-files
Version: 1.5.6
BuildRequires: bison flex libdrm-devel libjpeg-devel libqt4-devel update-desktop-files
Version: 1.5.8
Release: 1
AutoReqProv: on
Requires: doxygen = %{version}
@@ -23,12 +30,12 @@ Summary: Graphical User Interface for Doxygen
Url: http://www.stack.nl/~dimitri/doxygen/
Source: doxygen-%{version}.src.tar.bz2
Source1: doxywizard.desktop
Patch: doxygen-64archs.diff
Patch1: doxygen-%{version}-libpng.diff
Patch2: %{name}-%{version}-flex.diff
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: %{name}-%{version}-makefile.patch
Patch6: doxygen-%{version}-qtdir.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
@@ -53,24 +60,14 @@ Authors:
%patch6
%build
%{suse_update_libdir tmake/lib/linux-g++/tmake.conf}
export QTDIR=/usr/lib/qt3
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;" -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
./configure --with-doxywizard
make %{?jobs:-j%jobs}
%install
rm -rf %{buildroot}
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
mv $RPM_BUILD_ROOT/usr/man/man1/doxywizard.1 $RPM_BUILD_ROOT%{_mandir}/man1/doxywizard.1
%clean
rm -rf %{buildroot}
@@ -82,6 +79,24 @@ rm -rf %{buildroot}
%attr(444,root,root) %doc %{_mandir}/man1/doxywizard.1.gz
%changelog
* 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