]> git.pld-linux.org Git - packages/bibclean.git/commitdiff
- don't BR rsh (think before typing)
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 7 Oct 2004 08:37:14 +0000 (08:37 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bibclean.spec -> 1.6

bibclean.spec

index 11da081d6db3ded16894ad8fa29d83576f542339..6c54bd958e68a7bf02daffe68617b626a08df87c 100644 (file)
@@ -13,7 +13,6 @@ Source0:      ftp://ftp.math.utah.edu/pub/tex/bib/%{name}-%{version}.tar.bz2
 URL:           http://www.ecst.csuchico.edu/~jacobsd/bib/tools/bibtex.html
 BuildRequires: autoconf
 BuildRequires: automake
-BuildRequires: rsh
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -40,6 +39,7 @@ rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1,/etc/env.d}
 
 %{__make} install \
+       CP="cp -p" \
        DESTDIR=$RPM_BUILD_ROOT \
        prefix=$RPM_BUILD_ROOT%{_prefix} \
        mandir=$RPM_BUILD_ROOT%{_mandir}/man1
This page took 0.031678 seconds and 4 git commands to generate.