[packages/python-persistent] Rel 3. Added source and header files from sitedirs.
matkor
matkor at pld-linux.org
Mon Nov 13 22:14:35 CET 2017
commit f3408e2e5864241e8cd93c864d605bea769f4a68
Author: Mateusz Korniak <matkor at pld-linux.org>
Date: Mon Nov 13 22:14:22 2017 +0100
Rel 3. Added source and header files from sitedirs.
python-persistent.spec | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
---
diff --git a/python-persistent.spec b/python-persistent.spec
index 870d098..9fce575 100644
--- a/python-persistent.spec
+++ b/python-persistent.spec
@@ -14,7 +14,7 @@ Summary: Automatic persistence for Python objects
Summary(pl.UTF-8): Automytczne trwałe obiekty w Pythonie
Name: python-%{module}
Version: 4.2.4.2
-Release: 2
+Release: 3
License: ZPL 2.1
Group: Libraries/Python
Source0: https://files.pythonhosted.org/packages/source/p/%{pypi_name}/%{pypi_name}-%{version}.tar.gz
@@ -100,6 +100,7 @@ rm -rf $RPM_BUILD_ROOT
%doc README.rst CHANGES.rst
%dir %{py_sitedir}/%{module}
%{py_sitedir}/%{module}/*.py[co]
+%{py_sitedir}/%{module}/*.[ch]
%attr(755,root,root) %{py_sitedir}/%{module}/*.so
%{py_sitedir}/%{module}-%{version}-py*.egg-info
%dir %{_includedir}/python2.7/persistent/
@@ -113,6 +114,7 @@ rm -rf $RPM_BUILD_ROOT
%doc README.rst CHANGES.rst
%dir %{py3_sitedir}/%{module}
%{py3_sitedir}/%{module}/*.py
+%{py3_sitedir}/%{module}/*.[ch]
%attr(755,root,root) %{py3_sitedir}/%{module}/*.so
%{py3_sitedir}/%{module}/__pycache__
%{py3_sitedir}/%{module}-%{version}-py*.egg-info
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/python-persistent.git/commitdiff/f3408e2e5864241e8cd93c864d605bea769f4a68
More information about the pld-cvs-commit
mailing list