diff --git a/fontforge.changes b/fontforge.changes index 3b92083..4826d9e 100644 --- a/fontforge.changes +++ b/fontforge.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sun Sep 18 17:17:12 UTC 2011 - jengelh@medozas.de + +- Apply packaging guidelines (remove redundant/obsolete + tags/sections from specfile, etc.) + ------------------------------------------------------------------- Mon May 16 14:38:39 CEST 2011 - pgajdos@suse.cz diff --git a/fontforge.spec b/fontforge.spec index 4ec4b16..29a7d98 100644 --- a/fontforge.spec +++ b/fontforge.spec @@ -15,14 +15,10 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -# norootforbuild - - Name: fontforge BuildRequires: dos2unix freetype2-devel giflib-devel libpng-devel libtiff-devel libxml2-devel python-devel update-desktop-files xorg-x11-devel License: BSD3c(or similar) Group: Productivity/Graphics/Vector Editors -AutoReqProv: on Obsoletes: PfaEdit Provides: PfaEdit Version: 20110222 @@ -81,8 +77,8 @@ to develop applications that require these. %patch6 %endif mkdir docs -tar jxvf %{S:1} -C docs -tar jxvf %{S:2} -C docs +tar -jxvf %{S:1} -C docs +tar -jxvf %{S:2} -C docs chmod 644 docs/quadraticspline.gif dos2unix docs/ja/*html docs/ja/nonBMP/index.html docs/corpchar.txt docs/Big5.txt tar zxvf docs/cidmaps.tgz @@ -97,7 +93,7 @@ export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing" # --with-multilayer %configure --disable-static --with-pic \ --enable-pyextension -%{__make} %{?jobs:-j%jobs} +make %{?_smp_mflags} pushd pyhook python setup.py build @@ -130,9 +126,6 @@ python setup.py install \ --record-rpm=%{name}-python.files popd -%clean -%{__rm} -rf %{buildroot} - %post -p /sbin/ldconfig %postun -p /sbin/ldconfig