]> git.pld-linux.org Git - projects/template-specs.git/commitdiff
- rpm handles python dependency with 'python(abi) = py_ver', so
authorwrobell <wrobell@pld-linux.org>
Tue, 3 Feb 2009 19:05:06 +0000 (19:05 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  pyrequires_eq macro is no longer required (and it does nothing at the
  moment)
- ac branch typo fixed

Changed files:
    python.spec -> 1.13

python.spec

index 1aa409f78d4e01bd5786602564bf4a4ee50636d4..9cec1b677cd54900bf4346ee6c06bd8ab18a51c1 100644 (file)
@@ -13,8 +13,8 @@ BuildRequires:        python-devel
 BuildRequires: rpm-pythonprov
 # if py_postclean is used
 BuildRequires: rpmbuild(macros) >= 1.219
-#%pyrequires_eq        python-libs
-%pyrequires_eq python-modules
+#Requires:             python-libs
+Requires:              python-modules
 #BuildArch:    noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -45,6 +45,6 @@ rm -rf $RPM_BUILD_ROOT
 %doc AUTHORS CREDITS ChangeLog NEWS README THANKS TODO
 %{py_sitedir}/*.py[co]
 %attr(755,root,root) %{py_sitedir}/*.so
-%if "%{pld_release}" == "ac"
+%if "%{pld_release}" != "ac"
 %{py_sitedir}/TEMPLATE-*.egg-info
 %endif
This page took 0.044166 seconds and 4 git commands to generate.