]> git.pld-linux.org Git - projects/template-specs.git/blobdiff - python-ext.spec
just use one rpmbuild macros version that suits
[projects/template-specs.git] / python-ext.spec
index 284784f7594d50bd2154099b115e0b0fbdd8bf2b..2683307b0f17700ec99d5b716255eada1ad177cf 100644 (file)
@@ -11,7 +11,7 @@
 %define        module  template
 Summary:       -
 Summary(pl.UTF-8):     -
-# Name must match the python module/package name (as in 'import' statement)
+# Name must match the python module/package name (as on pypi or in 'import' statement)
 Name:          python-%{module}
 Version:       _
 Release:       0.1
@@ -23,7 +23,7 @@ Source0:      https://pypi.python.org/packages/source/M/MODULE/%{module}-%{version}.t
 URL:           -
 BuildRequires: rpm-pythonprov
 # for the py_build, py_install macros
-BuildRequires: rpmbuild(macros) >= 1.710
+BuildRequires: rpmbuild(macros) >= 1.714
 %if %{with python2}
 BuildRequires: python-devel
 #BuildRequires:        python-setuptools
@@ -89,7 +89,6 @@ rm -rf $RPM_BUILD_ROOT
 
 %if %{with python2}
 %py_install
-
 %py_postclean
 %endif
 
This page took 0.049502 seconds and 4 git commands to generate.