Remove redundant tags/sections; %_smp_mflags

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libsigsegv?expand=0&rev=2
This commit is contained in:
Jan Engelhardt 2012-01-31 10:40:23 +00:00 committed by Git OBS Bridge
parent 281fc102c1
commit 6ab37ebcf3
2 changed files with 7 additions and 4 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Jan 31 10:39:15 UTC 2012 - jengelh@medozas.de
- Remove redundant tags/sections per specfile guideline suggestions
- Parallel building using %_smp_mflags
-------------------------------------------------------------------
Fri Dec 3 20:36:03 UTC 2010 - pascal.bleser@opensuse.org

View File

@ -44,7 +44,7 @@ available.
%build
%configure \
--enable-shared
%__make %{?jobs:-j%{jobs}}
make %{?_smp_mflags}
%install
%makeinstall
@ -56,9 +56,6 @@ available.
%post -n %{name}%{soname} -p /sbin/ldconfig
%postun -n %{name}%{soname} -p /sbin/ldconfig
%clean
%{?buildroot:%__rm -rf "%{buildroot}"}
%files -n %{name}%{soname}
%defattr(-,root,root)
%doc AUTHORS COPYING ChangeLog* NEWS PORTING README