Accepting request 97926 from M17N

- remove call to suse_update_config (very old work around) (forwarded request 97689 from coolo)

OBS-URL: https://build.opensuse.org/request/show/97926
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fontforge?expand=0&rev=25
This commit is contained in:
Stephan Kulow 2011-12-25 16:34:08 +00:00 committed by Git OBS Bridge
commit 1191a34cc1
2 changed files with 17 additions and 8 deletions

View File

@ -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

View File

@ -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: BSD-3-Clause
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: BSD-3-Clause
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"