From bacca9a2008f7fbbfa5092f9d365903499f2f725 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Pawe=C5=82=20Go=C5=82aszewski?= Date: Sun, 6 Jul 2003 23:27:15 +0000 Subject: [PATCH] - many small fixes, mostly inpired by kloczek Changed files: a2ps.spec -> 1.70 --- a2ps.spec | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/a2ps.spec b/a2ps.spec index d40b9e4..753ef4e 100644 --- a/a2ps.spec +++ b/a2ps.spec @@ -101,7 +101,8 @@ perl -pe 's/^lispdir = $/lispdir = \$(prefix)\/lib\/emacs\/site-lisp/g' contrib/ mv -f tmp contrib/emacs/Makefile -%{__make} install DESTDIR=$RPM_BUILD_ROOT +%{__make} install \ + DESTDIR=$RPM_BUILD_ROOT install i18n-fonts-0.1/afm/*.afm %{buildroot}%{_datadir}/a2ps/afm install i18n-fonts-0.1/fonts/*.pfb %{buildroot}%{_datadir}/a2ps/fonts @@ -123,11 +124,9 @@ rm -rf $RPM_BUILD_ROOT %files -f %{name}.lang %defattr(644,root,root,755) %doc AUTHORS ChangeLog NEWS README THANKS - %dir %{_sysconfdir} %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/a2ps.cfg %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/a2ps-site.cfg - %attr(755,root,root) %{_bindir}/* %attr(755,root,root) %{_libdir}/lib*.so.*.* %{_mandir}/man1/* -- 2.44.0