auto-import changelog data from doxygen-1.2.8.1-1.src.rpm
Wed Jun 13 2001 Than Ngo <than@redhat.com> - update tp 1.2.8.1 - make doxywizard as separat package - fix to use install as default
This commit is contained in:
parent
db968964ab
commit
26345c857d
@ -1 +1 @@
|
|||||||
doxygen-1.2.8.src.tar.gz
|
doxygen-1.2.8.1.src.tar.gz
|
||||||
|
35
doxygen.spec
35
doxygen.spec
@ -1,15 +1,16 @@
|
|||||||
Summary: A documentation system for C and C++.
|
Summary: A documentation system for C and C++.
|
||||||
Name: doxygen
|
Name: doxygen
|
||||||
Version: 1.2.8
|
Version: 1.2.8.1
|
||||||
Release: 1
|
Release: 1
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Source0: http://www.stack.nl/~dimitri/doxygen/dl/%{name}-%{version}.src.tar.gz
|
Source0: http://www.stack.nl/~dimitri/doxygen/dl/%{name}-%{version}.src.tar.gz
|
||||||
Patch: doxygen-1.2.7-redhat.patch
|
Patch: doxygen-1.2.7-redhat.patch
|
||||||
|
Patch1: doxygen-1.2.8.1-config.patch
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
Copyright: GPL
|
Copyright: GPL
|
||||||
URL: http://www.stack.nl/~dimitri/doxygen/index.html
|
URL: http://www.stack.nl/~dimitri/doxygen/index.html
|
||||||
Prefix: %{_prefix}
|
Prefix: %{_prefix}
|
||||||
BuildPrereq: qt-devel >= 2.1 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
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -19,19 +20,34 @@ LaTeX) from a set of documented source files. The documentation is
|
|||||||
extracted directly from the sources. Doxygen can be configured to
|
extracted directly from the sources. Doxygen can be configured to
|
||||||
extract the code structure from undocumented source files.
|
extract the code structure from undocumented source files.
|
||||||
|
|
||||||
|
%package doxywizard
|
||||||
|
Summary: a GUI front-end for creating and editing configuration files
|
||||||
|
Group: User Interface/X
|
||||||
|
BuildPrereq: qt-devel => 2.1
|
||||||
|
Requires: %{name} = %{version}, qt >= 2.2
|
||||||
|
|
||||||
|
%description doxywizard
|
||||||
|
Doxywizard is a GUI front-end for creating and editing
|
||||||
|
configuration files that are used by doxygen.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch -p1 -b .redhat
|
%patch -p1 -b .redhat
|
||||||
|
%patch1 -p1 -b .config
|
||||||
|
|
||||||
QTDIR= && . /etc/profile.d/qt.sh
|
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
|
||||||
|
|
||||||
./configure --prefix %{_prefix} --shared --release --with-doxywizard
|
./configure --prefix %{_prefix} --shared --release --with-doxywizard
|
||||||
make all docs
|
make all docs
|
||||||
|
|
||||||
%install
|
%install
|
||||||
rm -rf ${RPM_BUILD_ROOT}
|
rm -rf ${RPM_BUILD_ROOT}
|
||||||
|
|
||||||
|
export OLD_PO_FILE_INPUT=yes
|
||||||
make install INSTALL=$RPM_BUILD_ROOT%{_prefix}
|
make install INSTALL=$RPM_BUILD_ROOT%{_prefix}
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
@ -39,10 +55,21 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc LANGUAGE.HOWTO README doc examples html
|
%doc LANGUAGE.HOWTO README examples html
|
||||||
%{_bindir}/*
|
%{_bindir}/doxygen
|
||||||
|
%{_bindir}/doxysearch
|
||||||
|
%{_bindir}/doxytag
|
||||||
|
|
||||||
|
%files doxywizard
|
||||||
|
%defattr(-,root,root)
|
||||||
|
%{_bindir}/doxywizard
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jun 13 2001 Than Ngo <than@redhat.com>
|
||||||
|
- update tp 1.2.8.1
|
||||||
|
- make doxywizard as separat package
|
||||||
|
- fix to use install as default
|
||||||
|
|
||||||
* Tue Jun 05 2001 Than Ngo <than@redhat.com>
|
* Tue Jun 05 2001 Than Ngo <than@redhat.com>
|
||||||
- update to 1.2.8
|
- update to 1.2.8
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user