]> git.pld-linux.org Git - packages/a2ps.git/commitdiff
- spec adapterized.
authorkloczek <kloczek@pld-linux.org>
Sun, 30 Jul 2000 08:52:33 +0000 (08:52 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    a2ps.spec -> 1.39

a2ps.spec

index c99fca2adec8f7608dca8c6f3ea336aadb6ea6cf..ea6eb86a8aca3224f741bf29134d52232f5a1c2a 100644 (file)
--- a/a2ps.spec
+++ b/a2ps.spec
@@ -8,7 +8,7 @@ Group:          Utilities/Text
 Group(fr):     Utilitaires/Texte
 Group(pl):     Narzêdzia/Tekst
 Source0:       ftp://ftp.enst.fr/pub/unix/a2ps/%{name}-%{version}.tar.gz
 Group(fr):     Utilitaires/Texte
 Group(pl):     Narzêdzia/Tekst
 Source0:       ftp://ftp.enst.fr/pub/unix/a2ps/%{name}-%{version}.tar.gz
-Patch0:                a2ps-info.patch
+Patch0:                %{name}-info.patch
 Prereq:                /sbin/ldconfig
 URL:           http://www.inf.enst.fr/~demaille/a2ps/
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 Prereq:                /sbin/ldconfig
 URL:           http://www.inf.enst.fr/~demaille/a2ps/
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -79,7 +79,7 @@ rm -rf $RPM_BUILD_ROOT
 
 perl -pe 's/^lispdir = $/lispdir = \$(prefix)\/lib\/emacs\/site-lisp/g' contrib/emacs/Makefile >tmp
 
 
 perl -pe 's/^lispdir = $/lispdir = \$(prefix)\/lib\/emacs\/site-lisp/g' contrib/emacs/Makefile >tmp
 
-mv tmp contrib/emacs/Makefile
+mv -f tmp contrib/emacs/Makefile
 %{__make} install DESTDIR=$RPM_BUILD_ROOT
 
 strip --strip-unneeded $RPM_BUILD_ROOT%{_libdir}/lib*.so.*.*
 %{__make} install DESTDIR=$RPM_BUILD_ROOT
 
 strip --strip-unneeded $RPM_BUILD_ROOT%{_libdir}/lib*.so.*.*
This page took 0.089666 seconds and 4 git commands to generate.