forked from pool/fontforge
Accepting request 97689 from home:coolo:removeautoconf
- remove call to suse_update_config (very old work around) OBS-URL: https://build.opensuse.org/request/show/97689 OBS-URL: https://build.opensuse.org/package/show/M17N/fontforge?expand=0&rev=20
This commit is contained in:
parent
6799258910
commit
353ecae0b3
@ -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
|
Mon Oct 3 07:55:35 UTC 2011 - pgajdos@suse.com
|
||||||
|
|
||||||
|
@ -15,14 +15,18 @@
|
|||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Name: fontforge
|
Name: fontforge
|
||||||
BuildRequires: dos2unix freetype2-devel giflib-devel libpng-devel libtiff-devel libxml2-devel python-devel update-desktop-files xorg-x11-devel
|
BuildRequires: dos2unix
|
||||||
License: BSD3c(or similar)
|
BuildRequires: freetype2-devel
|
||||||
Group: Productivity/Graphics/Vector Editors
|
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
|
Version: 20110222
|
||||||
Release: 1
|
Release: 0
|
||||||
Obsoletes: PfaEdit < 20110222
|
Obsoletes: PfaEdit < 20110222
|
||||||
Provides: PfaEdit = %{version}
|
Provides: PfaEdit = %{version}
|
||||||
Url: http://fontforge.sourceforge.net/
|
Url: http://fontforge.sourceforge.net/
|
||||||
@ -42,6 +46,8 @@ Patch6: libpng14-dynamic.diff
|
|||||||
Patch7: fontforge-python-module-name.diff
|
Patch7: fontforge-python-module-name.diff
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
Summary: A Font Editor
|
Summary: A Font Editor
|
||||||
|
License: BSD-3-Clause
|
||||||
|
Group: Productivity/Graphics/Vector Editors
|
||||||
|
|
||||||
%description
|
%description
|
||||||
FontForge allows editing of outline and bitmap fonts. With it, you can
|
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.
|
some Type 0s), TrueType, OpenType (Type2), and CID-keyed fonts.
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
License: BSD3c(or similar)
|
|
||||||
Summary: Include Files and Libraries mandatory for Development
|
Summary: Include Files and Libraries mandatory for Development
|
||||||
Group: Development/Libraries/Other
|
Group: Development/Libraries/Other
|
||||||
Requires: %{name} = %{version} freetype2-devel
|
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
|
find . -name CVS -type d | xargs rm -rf
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{?suse_update_config}
|
|
||||||
#libtoolize --force
|
#libtoolize --force
|
||||||
#autoreconf --force --install
|
#autoreconf --force --install
|
||||||
export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
|
export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
|
||||||
|
Loading…
Reference in New Issue
Block a user