forked from pool/doxygen
- updated to 1.8.5:
* Added SOURCE_TOOLTIPS option for advanced tooltip support while source browsing. * bugfixes - updated to 1.8.5: * Added SOURCE_TOOLTIPS option for advanced tooltip support while source browsing. * bugfixes OBS-URL: https://build.opensuse.org/package/show/devel:tools/doxygen?expand=0&rev=67
This commit is contained in:
@@ -22,7 +22,7 @@ BuildRequires: flex
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: libpng-devel
|
||||
BuildRequires: unzip
|
||||
Version: 1.8.4
|
||||
Version: 1.8.5
|
||||
Release: 0
|
||||
Summary: Automated C, C++, and Java Documentation Generator
|
||||
License: GPL-2.0+
|
||||
@@ -37,7 +37,6 @@ Patch: %{name}-1.5.9-64archs.patch
|
||||
Patch3: %{name}-1.5.9-man.patch
|
||||
Patch4: %{name}-1.7.0-modify_footer.patch
|
||||
Patch5: %{name}-no-lowercase-man-names.patch
|
||||
Patch6: %{name}-1.4.8-endless-loop.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
#########################################################################################
|
||||
# SuSE, openSUSE
|
||||
@@ -72,7 +71,6 @@ as well. An executable for Windows 95/NT is also available.
|
||||
%patch3
|
||||
%patch4
|
||||
%patch5 -p1
|
||||
%patch6 -p1
|
||||
cp -v %{S:3} .
|
||||
/usr/bin/unzip %{S:3}
|
||||
|
||||
@@ -89,7 +87,7 @@ make %{?_smp_mflags}
|
||||
%install
|
||||
install -d -m 755 $RPM_BUILD_ROOT%{_docdir}/doxygen
|
||||
make install INSTALL=$RPM_BUILD_ROOT/usr DOCDIR=$RPM_BUILD_ROOT%{_docdir}/doxygen
|
||||
install -m 644 LICENSE LANGUAGE.HOWTO PLATFORMS README VERSION $RPM_BUILD_ROOT%{_docdir}/doxygen
|
||||
install -m 644 LICENSE LANGUAGE.HOWTO PLATFORMS README.md VERSION $RPM_BUILD_ROOT%{_docdir}/doxygen
|
||||
cp -a html $RPM_BUILD_ROOT%{_docdir}/doxygen
|
||||
cp doxygen_manual-%{version}.pdf $RPM_BUILD_ROOT%{_docdir}/doxygen
|
||||
|
||||
|
Reference in New Issue
Block a user