auto-import changelog data from doxygen-1.2.14-3.src.rpm
Fri Mar 08 2002 Bernhard Rosenkraenzer <bero@redhat.com> 1.2.13-4 - rebuild against qt 3.0.2 Tue Feb 26 2002 Than Ngo <than@redhat.com> 1.2.14-2 - rebuild against qt 2.3.2 Tue Feb 19 2002 Bernhard Rosenkraenzer <bero@redhat.com> 1.2.14-1 - 1.2.14 Wed Jan 09 2002 Tim Powers <timp@redhat.com> - automated rebuild Sun Jan 06 2002 Than Ngo <than@redhat.com> 1.2.13.1-1 - update to 1.2.13.1 - fixed build doxywizard with qt3 Sun Dec 30 2001 Jeff Johnson <jbj@redhat.com> 1.2.13-1 - update to 1.2.13 Sun Nov 18 2001 Than Ngo <than@redhat.com> 1.2.12-1 - update to 1.2.12 - s/Copyright/License
This commit is contained in:
parent
0a88b1abee
commit
b9746da263
@ -1 +1 @@
|
|||||||
doxygen-1.2.8.1.src.tar.gz
|
doxygen-1.2.14.src.tar.bz2
|
||||||
|
47
doxygen.spec
47
doxygen.spec
@ -1,14 +1,15 @@
|
|||||||
Summary: A documentation system for C/C++.
|
Summary: A documentation system for C/C++.
|
||||||
Name: doxygen
|
Name: doxygen
|
||||||
Version: 1.2.8.1
|
Version: 1.2.14
|
||||||
Release: 2
|
Release: 3
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Source0: http://www.stack.nl/~dimitri/doxygen/dl/%{name}-%{version}.src.tar.gz
|
Source0: ftp://ftp.stack.nl/pub/users/dimitri/%{name}-%{version}.src.tar.bz2
|
||||||
Patch: doxygen-1.2.7-redhat.patch
|
Patch: doxygen-1.2.7-redhat.patch
|
||||||
Patch1: doxygen-1.2.8.1-config.patch
|
Patch1: doxygen-1.2.12-qt2.patch
|
||||||
|
PAtch2: doxygen-1.2.13.1-qt3.patch
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
Copyright: GPL
|
License: GPL
|
||||||
URL: http://www.stack.nl/~dimitri/doxygen/index.html
|
Url: http://www.stack.nl/~dimitri/doxygen/index.html
|
||||||
Prefix: %{_prefix}
|
Prefix: %{_prefix}
|
||||||
BuildPrereq: libstdc++-devel >= 2.96, /usr/bin/perl
|
BuildPrereq: libstdc++-devel >= 2.96, /usr/bin/perl
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
@ -23,8 +24,8 @@ source files.
|
|||||||
%package doxywizard
|
%package doxywizard
|
||||||
Summary: A GUI for creating and editing configuration files.
|
Summary: A GUI for creating and editing configuration files.
|
||||||
Group: User Interface/X
|
Group: User Interface/X
|
||||||
BuildPrereq: qt-devel => 2.1
|
Requires: %{name} = %{version}
|
||||||
Requires: %{name} = %{version}, qt >= 2.2
|
BuildPrereq: qt-devel => 2.3.0
|
||||||
|
|
||||||
%description doxywizard
|
%description doxywizard
|
||||||
Doxywizard is a GUI for creating and editing configuration files that
|
Doxywizard is a GUI for creating and editing configuration files that
|
||||||
@ -33,12 +34,11 @@ are used by doxygen.
|
|||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch -p1 -b .redhat
|
%patch -p1 -b .redhat
|
||||||
%patch1 -p1 -b .config
|
%patch1 -p1 -b .qt2
|
||||||
|
%patch2 -p1 -b .qt3
|
||||||
QTDIR= && . /etc/profile.d/qt.sh
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
QTDIR= && . /etc/profile.d/qt.sh
|
QTDIR="" && . /etc/profile.d/qt.sh
|
||||||
export OLD_PO_FILE_INPUT=yes
|
export OLD_PO_FILE_INPUT=yes
|
||||||
|
|
||||||
./configure --prefix %{_prefix} --shared --release --with-doxywizard
|
./configure --prefix %{_prefix} --shared --release --with-doxywizard
|
||||||
@ -65,6 +65,29 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||||||
%{_bindir}/doxywizard
|
%{_bindir}/doxywizard
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Mar 8 2002 Bernhard Rosenkraenzer <bero@redhat.com> 1.2.13-4
|
||||||
|
- rebuild against qt 3.0.2
|
||||||
|
|
||||||
|
* Tue Feb 26 2002 Than Ngo <than@redhat.com> 1.2.14-2
|
||||||
|
- rebuild against qt 2.3.2
|
||||||
|
|
||||||
|
* Tue Feb 19 2002 Bernhard Rosenkraenzer <bero@redhat.com> 1.2.14-1
|
||||||
|
- 1.2.14
|
||||||
|
|
||||||
|
* Wed Jan 09 2002 Tim Powers <timp@redhat.com>
|
||||||
|
- automated rebuild
|
||||||
|
|
||||||
|
* Sun Jan 06 2002 Than Ngo <than@redhat.com> 1.2.13.1-1
|
||||||
|
- update to 1.2.13.1
|
||||||
|
- fixed build doxywizard with qt3
|
||||||
|
|
||||||
|
* Sun Dec 30 2001 Jeff Johnson <jbj@redhat.com> 1.2.13-1
|
||||||
|
- update to 1.2.13
|
||||||
|
|
||||||
|
* Sun Nov 18 2001 Than Ngo <than@redhat.com> 1.2.12-1
|
||||||
|
- update to 1.2.12
|
||||||
|
- s/Copyright/License
|
||||||
|
|
||||||
* Wed Sep 12 2001 Tim Powers <timp@redhat.com>
|
* Wed Sep 12 2001 Tim Powers <timp@redhat.com>
|
||||||
- rebuild with new gcc and binutils
|
- rebuild with new gcc and binutils
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user