diff --git a/at-spi2-core.changes b/at-spi2-core.changes index 2105262..6a1a4af 100644 --- a/at-spi2-core.changes +++ b/at-spi2-core.changes @@ -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 diff --git a/at-spi2-core.spec b/at-spi2-core.spec index f57dac9..999e766 100644 --- a/at-spi2-core.spec +++ b/at-spi2-core.spec @@ -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