auto-import changelog data from doxygen-1.3.4-1.src.rpm
1.3.4-1 - update to 1.3.4 - doxsearch was removed Tue Sep 23 2003 Florian La Roche <Florian.LaRoche@redhat.de> - allow compiling without qt/doxywizard Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com> - rebuilt Tue Jun 03 2003 Jeff Johnson <jbj@redhat.com> - add explicit epoch's where needed. Tue May 06 2003 Than Ngo <than@redhat.com> 1.3-1 - 1.3
This commit is contained in:
parent
b69ada218f
commit
db912594ea
@ -1 +1 @@
|
|||||||
doxygen-1.2.18.src.tar.bz2
|
doxygen-1.3.4.src.tar.gz
|
||||||
|
47
doxygen.spec
47
doxygen.spec
@ -1,13 +1,14 @@
|
|||||||
%define qt_version 3.1.1
|
%define qt_version 3.1.1
|
||||||
|
%{!?with_qt:%define with_qt 1}
|
||||||
|
|
||||||
Summary: A documentation system for C/C++.
|
Summary: A documentation system for C/C++.
|
||||||
Name: doxygen
|
Name: doxygen
|
||||||
Version: 1.2.18
|
Version: 1.3.4
|
||||||
Release: 3
|
Release: 1
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Source0: ftp://ftp.stack.nl/pub/users/dimitri/%{name}-%{version}.src.tar.bz2
|
Source0: ftp://ftp.stack.nl/pub/users/dimitri/%{name}-%{version}.src.tar.gz
|
||||||
|
|
||||||
Patch: doxygen-1.2.7-redhat.patch
|
Patch0: doxygen-1.2.7-redhat.patch
|
||||||
Patch1: doxygen-1.2.12-qt2.patch
|
Patch1: doxygen-1.2.12-qt2.patch
|
||||||
Patch2: doxygen-1.2.18-libdir.patch
|
Patch2: doxygen-1.2.18-libdir.patch
|
||||||
|
|
||||||
@ -28,38 +29,46 @@ documentation is extracted directly from the sources. Doxygen can
|
|||||||
also be configured to extract the code structure from undocumented
|
also be configured to extract the code structure from undocumented
|
||||||
source files.
|
source files.
|
||||||
|
|
||||||
|
%if %{with_qt}
|
||||||
%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
|
||||||
Requires: %{name} = %{version}
|
Requires: %{name} = %{epoch}:%{version}
|
||||||
BuildPrereq: qt-devel => %{qt_version}
|
BuildPrereq: qt-devel => %{qt_version}
|
||||||
|
|
||||||
%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
|
||||||
are used by doxygen.
|
are used by doxygen.
|
||||||
|
%endif
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch -p1 -b .redhat
|
%patch0 -p1 -b .redhat
|
||||||
%patch1 -p1 -b .qt2
|
%patch1 -p1 -b .qt2
|
||||||
|
|
||||||
%ifarch x86_64 s390x
|
%if "%{_lib}" != "lib"
|
||||||
%patch2 -p1 -b .libdir
|
%patch2 -p1 -b .libdir
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
%if %{with_qt}
|
||||||
QTDIR="" && . /etc/profile.d/qt.sh
|
QTDIR="" && . /etc/profile.d/qt.sh
|
||||||
|
%endif
|
||||||
export OLD_PO_FILE_INPUT=yes
|
export OLD_PO_FILE_INPUT=yes
|
||||||
|
|
||||||
./configure \
|
./configure \
|
||||||
--prefix %{_prefix} \
|
--prefix %{_prefix} \
|
||||||
--shared \
|
--shared \
|
||||||
--release \
|
--release \
|
||||||
|
%if %{with_qt}
|
||||||
--with-doxywizard \
|
--with-doxywizard \
|
||||||
|
%endif
|
||||||
--install %{_bindir}/install
|
--install %{_bindir}/install
|
||||||
|
|
||||||
make %{?_smp_mflags} all
|
make %{?_smp_mflags} all
|
||||||
|
%if %{with_qt}
|
||||||
make docs
|
make docs
|
||||||
|
%endif
|
||||||
|
|
||||||
%install
|
%install
|
||||||
rm -rf ${RPM_BUILD_ROOT}
|
rm -rf ${RPM_BUILD_ROOT}
|
||||||
@ -72,16 +81,36 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc LANGUAGE.HOWTO README examples html
|
%doc LANGUAGE.HOWTO README examples
|
||||||
|
%if %{with_qt}
|
||||||
|
%doc html
|
||||||
|
%endif
|
||||||
%{_bindir}/doxygen
|
%{_bindir}/doxygen
|
||||||
%{_bindir}/doxysearch
|
|
||||||
%{_bindir}/doxytag
|
%{_bindir}/doxytag
|
||||||
|
|
||||||
|
%if %{with_qt}
|
||||||
%files doxywizard
|
%files doxywizard
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_bindir}/doxywizard
|
%{_bindir}/doxywizard
|
||||||
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Sep 26 2003 Harald Hoyer <harald@redhat.de> 1:1.3.4-1
|
||||||
|
- update to 1.3.4
|
||||||
|
- doxsearch was removed
|
||||||
|
|
||||||
|
* Tue Sep 23 2003 Florian La Roche <Florian.LaRoche@redhat.de>
|
||||||
|
- allow compiling without qt/doxywizard
|
||||||
|
|
||||||
|
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
|
||||||
|
- rebuilt
|
||||||
|
|
||||||
|
* Tue Jun 3 2003 Jeff Johnson <jbj@redhat.com>
|
||||||
|
- add explicit epoch's where needed.
|
||||||
|
|
||||||
|
* Tue May 6 2003 Than Ngo <than@redhat.com> 1.3-1
|
||||||
|
- 1.3
|
||||||
|
|
||||||
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
|
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
|
||||||
- rebuilt
|
- rebuilt
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user