diff --git a/fontforge.changes b/fontforge.changes index 4b3b3d4..cfd1965 100644 --- a/fontforge.changes +++ b/fontforge.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Dec 20 20:25:40 UTC 2011 - coolo@suse.com + +- remove call to suse_update_config (very old work around) + ------------------------------------------------------------------- Mon Oct 3 07:55:35 UTC 2011 - pgajdos@suse.com diff --git a/fontforge.spec b/fontforge.spec index 251a85f..802361a 100644 --- a/fontforge.spec +++ b/fontforge.spec @@ -15,14 +15,18 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # - - 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 +BuildRequires: dos2unix +BuildRequires: freetype2-devel +BuildRequires: giflib-devel +BuildRequires: libpng-devel +BuildRequires: libtiff-devel +BuildRequires: libxml2-devel +BuildRequires: python-devel +BuildRequires: update-desktop-files +BuildRequires: xorg-x11-devel Version: 20110222 -Release: 1 +Release: 0 Obsoletes: PfaEdit < 20110222 Provides: PfaEdit = %{version} Url: http://fontforge.sourceforge.net/ @@ -42,6 +46,8 @@ Patch6: libpng14-dynamic.diff Patch7: fontforge-python-module-name.diff BuildRoot: %{_tmppath}/%{name}-%{version}-build Summary: A Font Editor +License: BSD-3-Clause +Group: Productivity/Graphics/Vector Editors %description FontForge allows editing of outline and bitmap fonts. With it, you can @@ -50,7 +56,6 @@ can convert among PostScript (ASCII & binary Type 1, some Type 3s, and some Type 0s), TrueType, OpenType (Type2), and CID-keyed fonts. %package devel -License: BSD3c(or similar) Summary: Include Files and Libraries mandatory for Development Group: Development/Libraries/Other Requires: %{name} = %{version} freetype2-devel @@ -90,7 +95,6 @@ find . -name "*.html" -o -name "*.png" | xargs chmod 644 find . -name CVS -type d | xargs rm -rf %build -%{?suse_update_config} #libtoolize --force #autoreconf --force --install export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"