forked from pool/doxygen
Accepting request 83296 from home:jengelh:bl-d
- Remove redundant tags/sections from specfile (cf. packaging guidelines) - Use %_smp_mflags for parallel build OBS-URL: https://build.opensuse.org/request/show/83296 OBS-URL: https://build.opensuse.org/package/show/devel:tools/doxygen?expand=0&rev=37
This commit is contained in:
committed by
Git OBS Bridge
parent
af5c4e0946
commit
b6cd61792d
13
doxygen.spec
13
doxygen.spec
@@ -15,7 +15,6 @@
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
# norootforbuild
|
||||
|
||||
|
||||
Name: doxygen
|
||||
@@ -65,12 +64,6 @@ documentation is extracted directly from the sources. Doxygen is
|
||||
developed on a Linux platform, but it runs on most other UNIX flavors
|
||||
as well. An executable for Windows 95/NT is also available.
|
||||
|
||||
|
||||
|
||||
Authors:
|
||||
--------
|
||||
Dimitri van Heesch <dimitri@stack.nl>
|
||||
|
||||
%prep
|
||||
%setup -q -b 2
|
||||
%patch
|
||||
@@ -86,8 +79,9 @@ mintoc=
|
||||
mintoc="-DENGLISH_ONLY"
|
||||
%endif
|
||||
sed -i~ "/^TMAKE_CFLAGS_RELEASE.*/s@^.*@TMAKE_CFLAGS_RELEASE = $RPM_OPT_FLAGS $mintoc@" tmake/lib/linux-g++/tmake.conf
|
||||
# custom configure script
|
||||
./configure --prefix /usr --install /usr/bin/install
|
||||
make %{?jobs:-j%jobs}
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
install -d -m 755 $RPM_BUILD_ROOT%{_docdir}/doxygen
|
||||
@@ -96,9 +90,6 @@ install -m 644 LICENSE LANGUAGE.HOWTO PLATFORMS README VERSION $RPM_BUILD_ROOT%{
|
||||
cp -a html $RPM_BUILD_ROOT%{_docdir}/doxygen
|
||||
cp doxygen_manual-%{version}.pdf $RPM_BUILD_ROOT%{_docdir}/doxygen
|
||||
|
||||
%clean
|
||||
rm -rf %{buildroot}
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc %{_docdir}/doxygen
|
||||
|
Reference in New Issue
Block a user