Accepting request 601817 from home:MargueriteSu:branches:M17N:fonts
- fix factory build OBS-URL: https://build.opensuse.org/request/show/601817 OBS-URL: https://build.opensuse.org/package/show/M17N:fonts/ghostscript-fonts-grops?expand=0&rev=12
This commit is contained in:
parent
f7fb61abd3
commit
d3df84e571
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 27 06:47:46 UTC 2018 - i@marguerite.su
|
||||
|
||||
- fix factory build
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 10 16:25:12 UTC 2015 - schwab@suse.de
|
||||
|
||||
|
@ -30,6 +30,9 @@ Source2: zzz-groff-gs.csh
|
||||
BuildArch: noarch
|
||||
BuildRequires: fontforge
|
||||
BuildRequires: ghostscript
|
||||
%if 0%{?suse_version} > 1320
|
||||
BuildRequires: ghostscript-fonts-std
|
||||
%endif
|
||||
BuildRequires: groff-full
|
||||
%requires_eq groff
|
||||
|
||||
@ -41,8 +44,9 @@ A version of PostScript® driver for Groff to support characters outside ISO Lat
|
||||
%build
|
||||
%define gs_fonts %{_datadir}/ghostscript/fonts
|
||||
%define import_font() ln -s -T "%{gs_fonts}/%1.afm" "%2.afm" && pfbtopfa "%{gs_fonts}/%1.pfb" "devps/%1.pfa"
|
||||
|
||||
cp -t. '%{_datadir}'/ghostscript/*/doc/COPYING
|
||||
%define gs_version %(gs --version)
|
||||
%define gs_docdir %(if [ -d "%{_datadir}/ghostscript/%{gs_version}/doc" ] ; then echo "%{_datadir}/ghostscript/%{gs_version}/doc" ; else echo "%{_datadir}/doc/ghostscript/%{gs_version}"; fi)
|
||||
cp -t. %{gs_docdir}/COPYING
|
||||
mkdir devps
|
||||
while read fn fa
|
||||
# Grops font generator expects conventional font file names;
|
||||
|
Loading…
Reference in New Issue
Block a user