Accepting request 82777 from home:jengelh:bl-a

- Remove redundant tags/sections from specfile
- Use %_smp_mflags for parallel build

OBS-URL: https://build.opensuse.org/request/show/82777
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/at-spi2-core?expand=0&rev=55
This commit is contained in:
Vincent Untz 2011-09-21 15:26:31 +00:00 committed by Git OBS Bridge
parent e76b97be0c
commit 2f159171f2
2 changed files with 7 additions and 4 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sat Sep 17 13:26:55 UTC 2011 - jengelh@medozas.de
- Remove redundant tags/sections from specfile
- Use %_smp_mflags for parallel build
-------------------------------------------------------------------
Tue Sep 6 06:09:38 UTC 2011 - vuntz@opensuse.org

View File

@ -84,7 +84,7 @@ to develop applications that require these.
--libexecdir=%{_libexecdir}/at-spi2 \
--with-dbus-daemondir=/bin \
--disable-static
%__make %{?jobs:-j%jobs}
make %{?_smp_mflags}
%install
%makeinstall
@ -92,9 +92,6 @@ to develop applications that require these.
%find_lang at-spi2-core
find %{buildroot}%{_libdir} -name '*.la' -type f -delete -print
%clean
rm -rf %{buildroot}
%post -n libatspi0 -p /sbin/ldconfig
%postun -n libatspi0 -p /sbin/ldconfig