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:
parent
55e251f913
commit
5d4aa6e207
@ -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
|
Mon May 16 14:38:39 CEST 2011 - pgajdos@suse.cz
|
||||||
|
|
||||||
|
@ -15,14 +15,10 @@
|
|||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
# norootforbuild
|
|
||||||
|
|
||||||
|
|
||||||
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 freetype2-devel giflib-devel libpng-devel libtiff-devel libxml2-devel python-devel update-desktop-files xorg-x11-devel
|
||||||
License: BSD3c(or similar)
|
License: BSD3c(or similar)
|
||||||
Group: Productivity/Graphics/Vector Editors
|
Group: Productivity/Graphics/Vector Editors
|
||||||
AutoReqProv: on
|
|
||||||
Obsoletes: PfaEdit
|
Obsoletes: PfaEdit
|
||||||
Provides: PfaEdit
|
Provides: PfaEdit
|
||||||
Version: 20110222
|
Version: 20110222
|
||||||
@ -81,8 +77,8 @@ to develop applications that require these.
|
|||||||
%patch6
|
%patch6
|
||||||
%endif
|
%endif
|
||||||
mkdir docs
|
mkdir docs
|
||||||
tar jxvf %{S:1} -C docs
|
tar -jxvf %{S:1} -C docs
|
||||||
tar jxvf %{S:2} -C docs
|
tar -jxvf %{S:2} -C docs
|
||||||
chmod 644 docs/quadraticspline.gif
|
chmod 644 docs/quadraticspline.gif
|
||||||
dos2unix docs/ja/*html docs/ja/nonBMP/index.html docs/corpchar.txt docs/Big5.txt
|
dos2unix docs/ja/*html docs/ja/nonBMP/index.html docs/corpchar.txt docs/Big5.txt
|
||||||
tar zxvf docs/cidmaps.tgz
|
tar zxvf docs/cidmaps.tgz
|
||||||
@ -97,7 +93,7 @@ export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
|
|||||||
# --with-multilayer
|
# --with-multilayer
|
||||||
%configure --disable-static --with-pic \
|
%configure --disable-static --with-pic \
|
||||||
--enable-pyextension
|
--enable-pyextension
|
||||||
%{__make} %{?jobs:-j%jobs}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
pushd pyhook
|
pushd pyhook
|
||||||
python setup.py build
|
python setup.py build
|
||||||
@ -130,9 +126,6 @@ python setup.py install \
|
|||||||
--record-rpm=%{name}-python.files
|
--record-rpm=%{name}-python.files
|
||||||
popd
|
popd
|
||||||
|
|
||||||
%clean
|
|
||||||
%{__rm} -rf %{buildroot}
|
|
||||||
|
|
||||||
%post -p /sbin/ldconfig
|
%post -p /sbin/ldconfig
|
||||||
|
|
||||||
%postun -p /sbin/ldconfig
|
%postun -p /sbin/ldconfig
|
||||||
|
Loading…
Reference in New Issue
Block a user