SHA256
1
0
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:
Greg Kroah-Hartman 2011-09-20 15:57:54 +00:00 committed by Git OBS Bridge
parent af5c4e0946
commit b6cd61792d
4 changed files with 18 additions and 22 deletions

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Sun Sep 18 17:17:12 UTC 2011 - jengelh@medozas.de
- Remove redundant tags/sections from specfile
(cf. packaging guidelines)
- Use %_smp_mflags for parallel build
-------------------------------------------------------------------
Mon Aug 22 08:35:24 UTC 2011 - pgajdos@novell.com

View File

@ -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

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Sun Sep 18 17:17:12 UTC 2011 - jengelh@medozas.de
- Remove redundant tags/sections from specfile
(cf. packaging guidelines)
- Use %_smp_mflags for parallel build
-------------------------------------------------------------------
Mon Aug 15 09:37:23 UTC 2011 - pgajdos@novell.com

View File

@ -15,7 +15,6 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
Name: doxywizard
@ -66,12 +65,6 @@ Requires(postun): desktop-file-utils
Doxywizard is a graphical front-end to read/edit/write doxygen
configuration files.
Authors:
--------
Dimitri van Heesch <dimitri@stack.nl>
%prep
%setup -q -n doxygen-%{version}
%patch
@ -102,8 +95,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 --with-doxywizard
make %{?jobs:-j%jobs}
make %{?_smp_mflags}
%install
make install INSTALL=$RPM_BUILD_ROOT/usr
@ -120,9 +114,6 @@ rm -f $RPM_BUILD_ROOT/usr/bin/{doxygen,doxytag}
%endif
rm -f $RPM_BUILD_ROOT%{_mandir}/man1/{doxygen,doxytag}.1
%clean
rm -rf %{buildroot}
%files
%defattr(-,root,root)
%attr(755,root,root) /usr/bin/doxywizard