Accepting request 83250 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/83250
OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/dia?expand=0&rev=9
This commit is contained in:
Vincent Untz 2011-09-21 15:41:32 +00:00 committed by Git OBS Bridge
parent a087827abc
commit ce23ec0e84
2 changed files with 8 additions and 5 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
-------------------------------------------------------------------
Thu May 26 09:06:36 UTC 2011 - idonmez@novell.com

View File

@ -15,7 +15,6 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
Name: dia
@ -94,7 +93,7 @@ intltoolize --force
--with-python\
--with-cairo\
--with-swig
make %{?jobs:-j%jobs}
make %{?_smp_mflags}
%install
%makeinstall
@ -112,9 +111,6 @@ rm -r $RPM_BUILD_ROOT%{_datadir}/mime-info
rm samples/Makefile* samples/*png
%fdupes -s $RPM_BUILD_ROOT
%clean
rm -rf $RPM_BUILD_ROOT
%if 0%{?suse_version} > 1130
%post