]> git.pld-linux.org Git - packages/rpm.git/commitdiff
- new macro pyrequires_eq so modules can have requirement only for main
authorwrobell <wrobell@pld-linux.org>
Thu, 11 Apr 2002 12:16:39 +0000 (12:16 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  version of Python language
- rel. 63
- stb

Changed files:
    rpm.spec -> 1.308

rpm.spec

index 2420aeb0b1d09594210f3b6b96e15866e7cbbb73..8a4dd94c24cd58854f49da5d6d9d4b66714bd81c 100644 (file)
--- a/rpm.spec
+++ b/rpm.spec
@@ -7,7 +7,7 @@ Summary(pl):    Aplikacja do zarz
 Summary(pt_BR):        Gerenciador de pacotes RPM
 Name:          rpm
 Version:       4.0.2
-Release:       62
+Release:       63
 License:       GPL
 Group:         Base
 Source0:       ftp://ftp.rpm.org/pub/rpm/dist/rpm-4.0.x/%{name}-%{version}.tar.gz
@@ -94,6 +94,7 @@ Conflicts:    glibc < 2.2
 %define                py_ver          %(echo `python -c "import sys; print sys.version[:3]"`)
 %define                py_prefix       %(echo `python -c "import sys; print sys.prefix"`)
 %define                py_libdir       %{py_prefix}/lib/python%{py_ver}
+%define                py_sitedir      %{py_libdir}/site-packages
 %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, '.')"`)
 
@@ -247,7 +248,7 @@ Pythonie.
 Summary:       Python interface to RPM library
 Summary(pl):   Pythonowy interfejs do biblioteki RPM-a
 Summary(pt_BR):        Módulo Python para aplicativos que manipulam pacotes RPM
-%requires_eq   python
+Group:         Libraries/Python
 Requires:      %{name} = %{version}
 %pyrequires_eq python
 Obsoletes:     rpm-python
This page took 0.039585 seconds and 4 git commands to generate.