]> git.pld-linux.org Git - packages/a2ps.git/blobdiff - a2ps.spec
- many small fixes, mostly inpired by kloczek
[packages/a2ps.git] / a2ps.spec
index d40b9e46e03ef575ed2b9b32fcc428b1d45460bd..753ef4e3f39a7e75dce31c3710eaa51cbaf7d22a 100644 (file)
--- 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/*
This page took 0.092794 seconds and 4 git commands to generate.