This commit is contained in:
committed by
Git OBS Bridge
parent
31d1dfdb70
commit
9c8dd66338
12
a2ps.spec
12
a2ps.spec
@@ -20,11 +20,10 @@ Requires: /bin/sed /usr/bin/iconv /usr/bin/file /usr/bin/wdiff /usr/bin/w3
|
||||
AutoReqProv: on
|
||||
PreReq: %{install_info_prereq}
|
||||
Version: 4.13
|
||||
Release: 1241
|
||||
Release: 1285
|
||||
Summary: Converts ASCII Text into PostScript
|
||||
Source: a2ps-4.13b.tar.bz2
|
||||
Source1: a2ps-ko.po
|
||||
Source2: a2ps.sh
|
||||
Patch: a2ps-4.13.dif
|
||||
Patch1: a2ps-4.13-security.patch
|
||||
Patch2: a2ps-4.13-ogonkify.patch
|
||||
@@ -34,6 +33,7 @@ Patch5: a2ps-4.13-nb.patch
|
||||
Patch6: a2ps-4.13-include.patch
|
||||
Patch7: a2ps-4.13-acroread.patch
|
||||
Patch8: a2ps-4.13-base.patch
|
||||
Patch9: a2ps-4.13-utf8.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
%description
|
||||
@@ -59,6 +59,7 @@ touch -r configure.in .ref
|
||||
%patch -P 7 -p 0 -b .acroread
|
||||
%endif
|
||||
%patch -P 8 -p 0 -b .base
|
||||
%patch -P 9 -p 0 -b .utf8
|
||||
%patch
|
||||
cp -f %SOURCE1 po/ko.po
|
||||
rename no nb po/no.*
|
||||
@@ -96,8 +97,6 @@ rename no nb po/no.*
|
||||
make install DESTDIR=$RPM_BUILD_ROOT PSFONT_PATH=/usr/share/ghostscript/fonts
|
||||
rm -r $RPM_BUILD_ROOT/%{_infodir}/regex*
|
||||
rm -r $RPM_BUILD_ROOT/%{_infodir}/dir
|
||||
mv $RPM_BUILD_ROOT/usr/bin/a2ps $RPM_BUILD_ROOT/usr/bin/a2ps.bin
|
||||
install -m 0755 %{SOURCE2} $RPM_BUILD_ROOT/usr/bin/a2ps
|
||||
%{find_lang} %{name}
|
||||
|
||||
%clean
|
||||
@@ -117,7 +116,6 @@ test -n "$RPM_BUILD_ROOT" && rm -rf $RPM_BUILD_ROOT
|
||||
%config /etc/a2ps-site.cfg
|
||||
%config /etc/a2ps.cfg
|
||||
/usr/bin/a2ps
|
||||
/usr/bin/a2ps.bin
|
||||
/usr/bin/card
|
||||
/usr/bin/composeglyphs
|
||||
/usr/bin/fixnt
|
||||
@@ -138,6 +136,8 @@ test -n "$RPM_BUILD_ROOT" && rm -rf $RPM_BUILD_ROOT
|
||||
/usr/share/ogonkify
|
||||
|
||||
%changelog
|
||||
* Tue Jul 15 2008 werner@suse.de
|
||||
- Better workaround for UTF-8 files
|
||||
* Tue Mar 04 2008 werner@suse.de
|
||||
- Work around reencoded fonts from ogonkify in wdiff screen mode
|
||||
* Fri Apr 20 2007 aj@suse.de
|
||||
@@ -253,7 +253,7 @@ test -n "$RPM_BUILD_ROOT" && rm -rf $RPM_BUILD_ROOT
|
||||
- merged patches
|
||||
* Thu Jul 06 2000 werner@suse.de
|
||||
- Add `,' to atan2 in for77kwds.ssh to distinguish atan2 from cabs.
|
||||
* Fri Apr 07 2000 bk@suse.de
|
||||
* Sat Apr 08 2000 bk@suse.de
|
||||
- added suse update config macro
|
||||
* Fri Feb 25 2000 kukuk@suse.de
|
||||
- Fill out copyright and group tag
|
||||
|
||||
Reference in New Issue
Block a user