]> git.pld-linux.org Git - packages/rpm.git/commitdiff
- added Provides: rpmbuild(macros) to build package, equal to rpm.macro
authortrojan <trojan@pld-linux.org>
Thu, 10 Jul 2003 12:17:34 +0000 (12:17 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  revision (from HEAD) bacported to RA-branch
- release 108

Changed files:
    rpm.spec -> 1.355.2.2.2.9

rpm.spec

index 08ee06ad4af4cc7789868ced10aa89190c2eee74..bf89637f2a797b57b00ef3724a5c5c4f3730296d 100644 (file)
--- a/rpm.spec
+++ b/rpm.spec
@@ -9,7 +9,7 @@ Summary(ru):    
 Summary(uk):   íÅÎÅÄÖÅÒ ÐÁËÅԦנצĠRPM
 Name:          rpm
 Version:       4.0.2
-Release:       107
+Release:       108
 License:       GPL
 Group:         Base
 Source0:       ftp://ftp.rpm.org/pub/rpm/dist/rpm-4.0.x/%{name}-%{version}.tar.gz
@@ -116,6 +116,10 @@ Conflicts: glibc < 2.2
 %define                py_dyndir       %{py_libdir}/lib-dynload
 %define                pyrequires_eq() Requires:       %1 >= %py_ver %1 < %(echo `python -c "import sys; import string; ver=sys.version[:3].split('.'); ver[1]=str(int(ver[1])+1); print string.join(ver, '.')"`)
 
+# Contains rpm.macro revision from HEAD which is currently
+# backported to Ra
+%define                rpm_macro_rev   1.118
+
 %description
 RPM is a powerful package manager, which can be used to build,
 install, query, verify, update, and uninstall individual software
@@ -357,6 +361,7 @@ Summary(pt_BR):     Scripts e programas execut
 Summary(ru):   óËÒÉÐÔÙ É ÕÔÉÌÉÔÙ, ÎÅÏÂÈÏÄÉÍÙÅ ÄÌÑ ÓÂÏÒËÉ ÐÁËÅÔÏ×
 Summary(uk):   óËÒÉÐÔÉ ÔÁ ÕÔÉ̦ÔÉ, ÎÅÏÂȦÄΦ ÄÌÑ ÐÏÂÕÄÏ×É ÐÁËÅÔ¦×
 Group:         Applications/File
+Provides:      rpmbuild(macros) = %{rpm_macros_rev}
 Requires:      %{name} = %{version}
 Requires:      /bin/id
 Requires:      awk
This page took 0.11522 seconds and 4 git commands to generate.