rpms/python-crypto/devel python-crypto.spec,1.11,1.12

Thorsten Leemhuis (thl) fedora-extras-commits at redhat.com
Fri Sep 8 17:18:45 UTC 2006


Author: thl

Update of /cvs/extras/rpms/python-crypto/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30350

Modified Files:
	python-crypto.spec 
Log Message:
2.0.1-4 -- Don't ghost pyo files (#205408)


Index: python-crypto.spec
===================================================================
RCS file: /cvs/extras/rpms/python-crypto/devel/python-crypto.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- python-crypto.spec	29 Aug 2006 05:41:11 -0000	1.11
+++ python-crypto.spec	8 Sep 2006 17:18:45 -0000	1.12
@@ -4,7 +4,7 @@
 Summary:	Cryptography library for Python
 Name:		python-crypto
 Version:	2.0.1
-Release:	3%{?dist}
+Release:	4%{?dist}
 License:	Python License (CNRI Python License)
 Group:		Development/Libraries
 URL:		http://www.amk.ca/python/code/crypto.html
@@ -46,27 +46,15 @@
 %files
 %defattr(-,root,root,-)
 %doc README TODO ACKS ChangeLog LICENSE Doc
-%{python_sitearch}/Crypto/*.py
-%{python_sitearch}/Crypto/*.pyc
-%ghost %{python_sitearch}/Crypto/*.pyo
+%{python_sitearch}/Crypto/*.py*
 %{python_sitearch}/Crypto/Cipher/*.so
-%{python_sitearch}/Crypto/Cipher/*.py
-%{python_sitearch}/Crypto/Cipher/*.pyc
-%ghost %{python_sitearch}/Crypto/Cipher/*.pyo
+%{python_sitearch}/Crypto/Cipher/*.py*
 %{python_sitearch}/Crypto/Hash/*.so
-%{python_sitearch}/Crypto/Hash/*.py
-%{python_sitearch}/Crypto/Hash/*.pyc
-%ghost %{python_sitearch}/Crypto/Hash/*.pyo
-%{python_sitearch}/Crypto/Protocol/*.py
-%{python_sitearch}/Crypto/Protocol/*.pyc
-%ghost %{python_sitearch}/Crypto/Protocol/*.pyo
+%{python_sitearch}/Crypto/Hash/*.py*
+%{python_sitearch}/Crypto/Protocol/*.py*
 %{python_sitearch}/Crypto/PublicKey/*.so
-%{python_sitearch}/Crypto/PublicKey/*.py
-%{python_sitearch}/Crypto/PublicKey/*.pyc
-%ghost %{python_sitearch}/Crypto/PublicKey/*.pyo
-%{python_sitearch}/Crypto/Util/*.py
-%{python_sitearch}/Crypto/Util/*.pyc
-%ghost %{python_sitearch}/Crypto/Util/*.pyo
+%{python_sitearch}/Crypto/PublicKey/*.py*
+%{python_sitearch}/Crypto/Util/*.py*
 %dir %{python_sitearch}/Crypto
 %dir %{python_sitearch}/Crypto/Cipher/
 %dir %{python_sitearch}/Crypto/Hash/
@@ -76,6 +64,9 @@
 
 
 %changelog
+* Thu Sep 07 2006 Thorsten Leemhuis <fedora[AT]leemhuis.info> - 2.0.1-4
+- Don't ghost pyo files (#205408)
+
 * Tue Aug 29 2006 Thorsten Leemhuis <fedora[AT]leemhuis.info> - 2.0.1-3
 - Rebuild for Fedora Extras 6
 




More information about the scm-commits mailing list