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
@@ -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
|
||||
|
Reference in New Issue
Block a user