SHA256
1
0
forked from pool/fontforge

Accepting request 83536 from home:jengelh:bl-f

- Apply packaging guidelines (remove redundant/obsolete
  tags/sections from specfile, etc.)

OBS-URL: https://build.opensuse.org/request/show/83536
OBS-URL: https://build.opensuse.org/package/show/M17N/fontforge?expand=0&rev=16
This commit is contained in:
Petr Gajdos 2011-10-03 06:42:42 +00:00 committed by Git OBS Bridge
parent 55e251f913
commit 5d4aa6e207
2 changed files with 9 additions and 10 deletions

View File

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

View File

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