]> git.pld-linux.org Git - packages/rpm.git/commitdiff
- fixed broken perl dependencies with a little help of a hammer: we use
authorradek <radek@pld-linux.org>
Wed, 16 Apr 2003 21:21:50 +0000 (21:21 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  perl.{prov,req} instead of perldeps.pl, both cpanflute* scripts suck
  like^W^Ware useless in PLD, and Specfile.pm is used only by them.
  Wasted 'em all.
- release 0.snap.7

Changed files:
    rpm.spec -> 1.411

rpm.spec

index de4d5b043ebc21dc68ee715968831c4884b0e41e..54471c978c32688873075e424c781a83bdb9d252 100644 (file)
--- a/rpm.spec
+++ b/rpm.spec
@@ -25,7 +25,7 @@ Summary(uk):  
 Name:          rpm
 %define        ver     4.2
 Version:       %{ver}
-%define        rel     0.%{snap}.6
+%define        rel     0.%{snap}.7
 Release:       %{rel}
 %define        beecrypt_rel    %{ver}_%{rel}
 License:       GPL
@@ -729,9 +729,9 @@ find /usr/lib/rpm -name '*-linux' -type l | xargs rm -f
 %attr(755,root,root) %{_libdir}/rpm/brp-*
 %attr(755,root,root) %{_libdir}/rpm/check-files
 %attr(755,root,root) %{_libdir}/rpm/check-prereqs
-%attr(755,root,root) %{_libdir}/rpm/cpanflute
-%attr(755,root,root) %{_libdir}/rpm/cpanflute2
-%attr(755,root,root) %{_libdir}/rpm/Specfile.pm
+#%attr(755,root,root) %{_libdir}/rpm/cpanflute
+#%attr(755,root,root) %{_libdir}/rpm/cpanflute2
+#%attr(755,root,root) %{_libdir}/rpm/Specfile.pm
 %attr(755,root,root) %{_libdir}/rpm/http.req
 %attr(755,root,root) %{_libdir}/rpm/magic.*
 %attr(755,root,root) %{_libdir}/rpm/u_pkg.sh
@@ -817,7 +817,8 @@ find /usr/lib/rpm -name '*-linux' -type l | xargs rm -f
 
 %files perlprov
 %defattr(644,root,root,755)
-%attr(755,root,root) %{_libdir}/rpm/perl*
+%attr(755,root,root) %{_libdir}/rpm/perl.*
+#%attr(755,root,root) %{_libdir}/rpm/perldeps.pl
 #%attr(755,root,root) %{_libdir}/rpm/find-perl-*
 %attr(755,root,root) %{_libdir}/rpm/find-*.perl
 %attr(755,root,root) %{_libdir}/rpm/find-prov.pl
This page took 0.046955 seconds and 4 git commands to generate.