]> git.pld-linux.org Git - packages/rpm.git/commitdiff
- added find-perl-{provides,requires} scripts which provide automatic
authorpius <pius@pld-linux.org>
Fri, 22 Oct 1999 13:54:19 +0000 (13:54 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  dependency generation for perl modules (by wiget)
- improvements in perl.{req,prov} scripts
- added macros.perl file containing perl specific macro definitions
- release 8

Changed files:
    rpm.spec -> 1.58

rpm.spec

index 5fa2bb8a399daa865305eb8c4cda0f468e874ad7..a1844da8be58a943cec5e03c6c06b7ab2d02f3b7 100644 (file)
--- a/rpm.spec
+++ b/rpm.spec
@@ -2,7 +2,7 @@ Summary:        Red Hat & PLD Package Manager
 Summary(pl):   Aplikacja do zarzĀ±dzania pakietami
 Name:          rpm
 Version:       3.0.3
-Release:       7
+Release:       8
 Group:         Base
 Group(pl):     Podstawowe
 Copyright:     GPL
@@ -17,6 +17,7 @@ Patch3:               rpm-arch.patch
 Patch4:                rpm-pld.patch
 Patch5:                rpm-rpmpopt.patch
 Patch6:                rpm-findlangs.patch
+Patch7:                rpm-perl-macros.patch
 Patch37:        %{name}-short_circuit.patch
 Patch38:        %{name}-section_test.patch
 BuildRequires: bzip2-static
@@ -118,6 +119,7 @@ construir pacotes usando o RPM.
 %patch4 -p1 
 %patch5 -p1
 %patch6 -p1
+%patch7 -p1
 %patch31 -p1
 install %{SOURCE3} macros.pld.in
 install %{SOURCE13} macros.python.in
@@ -149,7 +151,8 @@ install -d $RPM_BUILD_ROOT/var/db/rpm \
 
 make DESTDIR="$RPM_BUILD_ROOT" pkgbindir="%{_bindir}" install
 
-install macros.pld $RPM_BUILD_ROOT%{_libdir}/rpm/macros.pld
+install macros.pld      $RPM_BUILD_ROOT%{_libdir}/rpm/macros.pld
+install macros.perl     $RPM_BUILD_ROOT%{_libdir}/rpm/macros.perl
 install -m755 %{SOURCE5} $RPM_BUILD_ROOT%{_libdir}/rpm/install-build-tree
        pkgbindir="%{_bindir}"
 #install rpm.8ru $RPM_BUILD_ROOT%{_mandir}/ru/man8/rpm.8
@@ -218,7 +221,9 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %dir /var/db/rpm
 
 %dir /usr/lib/rpm
-%attr(755,root,root) %{_libdir}/rpm/find-*
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/rpmbuild
+%attr(755,root,root) %{_bindir}/rpmu
 %attr(755,root,root) %{_libdir}/rpm/freshen.sh
 %attr(755,root,root) %{_libdir}/rpm/find-requires
 %attr(755,root,root) %{_libdir}/rpm/find-provides
@@ -227,7 +232,8 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %{_libdir}/rpm/convertrpmrc.sh
 
 %{_libdir}/rpm/rpm*
-%{_libdir}/rpm/macros*
+%{_libdir}/rpm/macros
+%{_libdir}/rpm/macros.pld
 %attr(755,root,root) %{_libdir}/rpm/rpmb
 %attr(755,root,root) %{_libdir}/rpm/rpmi
 %attr(755,root,root) %{_libdir}/rpm/rpmt
@@ -253,6 +259,10 @@ rm -rf $RPM_BUILD_ROOT
 %lang(ja) %{_mandir}/ja/man8/rpm2cpio.8*
 %lang(ko) %{_mandir}/ko/man8/rpm2cpio.8*
 %lang(pl) %{_mandir}/pl/man8/rpm2cpio.8*
+%lang(ru) %{_mandir}/ru/man8/rpm2cpio.8*
+%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
 
 
 %files -n python-rpm
This page took 0.117497 seconds and 4 git commands to generate.