]> git.pld-linux.org Git - packages/rpm.git/blobdiff - rpm.spec
- 755 for python .so object
[packages/rpm.git] / rpm.spec
index cd3ff3c61ac847b2547a2bf44057967178337c18..ae572e8879122cbf51ee9137ad8786c419a9cd6e 100644 (file)
--- a/rpm.spec
+++ b/rpm.spec
@@ -1,13 +1,13 @@
 # to build for athlon you need release at least 49
 
-Summary:       Red Hat (and now also PLD) Package Manager
-Summary(de):   Red Hat (und jetzt auch PLD) Packet-Manager
+Summary:       RPM Package Manager
+Summary(de):   RPM Packet-Manager
 Summary(es):   Gestor de paquetes RPM
-Summary(pl):   Aplikacja do zarz±dzania pakietami
+Summary(pl):   Aplikacja do zarz±dzania pakietami RPM
 Summary(pt_BR):        Gerenciador de pacotes RPM
 Name:          rpm
 Version:       4.0.2
-Release:       51
+Release:       57
 License:       GPL
 Group:         Base
 Source0:       ftp://ftp.rpm.org/pub/rpm/dist/rpm-4.0.x/%{name}-%{version}.tar.gz
@@ -57,6 +57,7 @@ Patch29:      %{name}-cxx.patch
 Patch30:       %{name}-athlon.patch
 Patch31:       %{name}-athlon-identify.patch
 Patch32:       %{name}-gettext-in-header.patch
+Patch33:       %{name}-perlprov-perl5.6.patch
 Patch37:        %{name}-short_circuit.patch
 Patch38:        %{name}-section_test.patch
 URL:           http://www.rpm.org/
@@ -209,6 +210,7 @@ Summary:    Additional utilities for checking perl provides/requires in rpm package
 Summary(de):   Zusatzwerkzeuge fürs Nachsehen Perl-Abhängigkeiten in RPM-Paketen
 Summary(pl):   Dodatkowe narzêdzia do sprawdzenia zale¿no¶ci skryptów perla w pakietach rpm
 Group:         Applications/File
+Requires:      %{name} = %{version}
 Requires:      perl-modules
 Requires:      findutils
 
@@ -295,6 +297,7 @@ Requires:   make
 Requires:      patch
 Requires:      popt >= 1.6.2-2
 Requires:      sed
+Requires:      sh-utils
 Requires:      tar
 Requires:      textutils
 
@@ -348,6 +351,7 @@ construir pacotes usando o RPM.
 %ifarch athlon
 %patch31 -p1
 %endif
+
 %patch35 -p1
 %patch36 -p1
 %patch37 -p1
@@ -451,6 +455,10 @@ rm -rf $RPM_BUILD_ROOT
 %post  -p /sbin/ldconfig
 %postun -p /sbin/ldconfig
 
+%files -f %{name}.lang
+%defattr(644,root,root,755)
+%doc RPM-PGP-KEY.gz CHANGES.gz doc/manual/*
+
 %attr(755,root,root) /bin/rpm
 %attr(755,root,root) %{_bindir}/rpmdb
 %attr(755,root,root) %{_bindir}/rpmquery
@@ -496,6 +504,10 @@ rm -rf $RPM_BUILD_ROOT
 %endif
 %ifarch ppc
 %{_libdir}/rpm/ppc*
+%endif
+
+
+%files build
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_bindir}/rpmbuild
 %attr(755,root,root) %{_bindir}/rpme
@@ -532,7 +544,9 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %{_libdir}/librpm*.so
 
 %files static
-%attr(755,root,root) %{_bindir}/*
+%defattr(644,root,root,755)
+%{_libdir}/librpm*.a
+
 %files utils
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_bindir}/gendiff
@@ -557,7 +571,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %{_libdir}/rpm/macros.perl
 
-%defattr(644,root,root,755)
+%files pythonprov
 %defattr(644,root,root,755)
 %{_libdir}/rpm/macros.python
 
This page took 0.032646 seconds and 4 git commands to generate.