diff --git a/eog-plugins.changes b/eog-plugins.changes index cac5c24..1d31b62 100644 --- a/eog-plugins.changes +++ b/eog-plugins.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Sun Sep 18 17:17:12 UTC 2011 - jengelh@medozas.de + +- Remove redundant/obsolete tags/sections from specfile + (cf. packaging guidelines) +- Use %_smp_mflags for parallel build + ------------------------------------------------------------------- Tue Sep 6 11:41:58 UTC 2011 - vuntz@opensuse.org diff --git a/eog-plugins.spec b/eog-plugins.spec index e423d3f..57768da 100644 --- a/eog-plugins.spec +++ b/eog-plugins.spec @@ -62,7 +62,7 @@ sed -i "s:champlain-gtk-0.10:champlain-gtk-0.12:g" configure %configure \ --with-plugins=all \ --enable-python -%__make %{?jobs:-j%jobs} V=1 +make %{?_smp_mflags} V=1 %install %makeinstall @@ -70,9 +70,6 @@ sed -i "s:champlain-gtk-0.10:champlain-gtk-0.12:g" configure find %{buildroot} -type f -name "*.la" -delete -print %fdupes %{buildroot}/%{_libdir}/eog/plugins -%clean -rm -rf %{buildroot} - %post %glib2_gsettings_schema_post