Dr. Werner Fink 2017-05-29 11:15:10 +00:00 committed by Git OBS Bridge
parent 0f7b4a6127
commit 4b9a51f194

View File

@ -173,7 +173,10 @@ find -name Makefile.in | xargs touch
grep '(This is a test text' test.latin | iconv -f latin1 -t utf8
chmod u+rw,g+r,o+r man/*.1
cp -p man/a2ps.1 man/a2ps.1.backup
patch --reject-format=unified --quoting-style=literal -f -p0 -F0 < %{S:5}
patch --reject-format=unified --quoting-style=literal -f -p0 -F0 < %{S:5} || cat man/a2ps.1.rej
if test -e man/a2ps.1.rej ; then
exit 1
fi
%install
make install DESTDIR=%{buildroot} PSFONT_PATH=%{_datadir}/ghostscript/fonts