rpms/python-dialog/FC-5 python-dialog.spec,1.7,1.8

Aurelien Bompard (abompard) fedora-extras-commits at redhat.com
Wed Nov 1 08:31:08 UTC 2006


Author: abompard

Update of /cvs/extras/rpms/python-dialog/FC-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv930/FC-5

Modified Files:
	python-dialog.spec 
Log Message:
unghost *.pyo files


Index: python-dialog.spec
===================================================================
RCS file: /cvs/extras/rpms/python-dialog/FC-5/python-dialog.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- python-dialog.spec	22 Feb 2006 15:59:31 -0000	1.7
+++ python-dialog.spec	1 Nov 2006 08:30:38 -0000	1.8
@@ -1,10 +1,8 @@
-%define pyver %(%{__python} -c "from distutils.sysconfig import get_python_version; print get_python_version()")
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
-%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 
 Name:           python-dialog
 Version:        2.7
-Release:        3%{?dist}
+Release:        5%{?dist}
 Summary:        Python interface to the Unix dialog utility
 
 Group:          Development/Languages
@@ -15,7 +13,6 @@
 
 BuildArch:      noarch
 BuildRequires:  python-devel
-Requires:       python-abi = %{pyver}
 Requires:       dialog
 
 %description
@@ -43,12 +40,16 @@
 %files
 %defattr(-,root,root,-)
 %doc demo.py AUTHORS COPYING DEBUGGING README TODO
-%{python_sitelib}/dialog.py
-%{python_sitelib}/dialog.pyc
-%ghost %{python_sitelib}/dialog.pyo
+%{python_sitelib}/dialog.py*
 
 
 %changelog
+* Wed Nov 01 2006 Aurelien Bompard <abompard at fedoraproject.org> 2.7-5
+- unghost .pyo file
+
+* Wed Aug 30 2006 Aurelien Bompard <abompard at fedoraproject.org> 2.7-4
+- rebuild
+
 * Wed Feb 22 2006 Aurelien Bompard <gauret[AT]free.fr> 2.7-3
 - rebuild for FC5
 




More information about the scm-commits mailing list