devel/python-dialog .cvsignore, 1.2, 1.3 python-dialog.spec, 1.2, 1.3 sources, 1.2, 1.3

Aurelien Bompard (abompard) fedora-extras-commits at redhat.com
Thu Feb 10 18:25:14 UTC 2005


Author: abompard

Update of /cvs/extras/devel/python-dialog
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12880

Modified Files:
	.cvsignore python-dialog.spec sources 
Log Message:
- update to version 2.7
- update URL



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/devel/python-dialog/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	8 Nov 2004 05:15:39 -0000	1.2
+++ .cvsignore	10 Feb 2005 18:25:12 -0000	1.3
@@ -1 +1 @@
-pythondialog-2.06.tar.bz2
+pythondialog-2.7.tar.bz2


Index: python-dialog.spec
===================================================================
RCS file: /cvs/extras/devel/python-dialog/python-dialog.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- python-dialog.spec	10 Dec 2004 22:03:10 -0000	1.2
+++ python-dialog.spec	10 Feb 2005 18:25:12 -0000	1.3
@@ -3,15 +3,15 @@
 %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 
 Name:           python-dialog
-Version:        2.0.6
+Version:        2.7
 Release:        1
 Epoch:          0
 Summary:        Python interface to the Unix dialog utility
 
 Group:          Development/Languages
 License:        LGPL
-URL:            http://people.via.ecp.fr/~flo
-Source0:        http://people.via.ecp.fr/~flo/2002/pythondialog/dist/pythondialog-2.06.tar.bz2
+URL:            http://pythondialog.sourceforge.net
+Source0:        http://dl.sf.net/pythondialog/pythondialog-2.7.tar.bz2
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
@@ -25,7 +25,7 @@
 features from Python code.
 
 %prep
-%setup -q -n pythondialog-2.06
+%setup -q -n pythondialog-%{version}
 
 
 %build
@@ -43,12 +43,20 @@
 
 %files
 %defattr(-,root,root,-)
-%doc demo.py AUTHORS COPYING DEBUGGING README TODO ChangeLog
-%{python_sitearch}/dialog.py
-%{python_sitearch}/dialog.pyc
-%ghost %{python_sitearch}/dialog.pyo
+%doc demo.py AUTHORS COPYING DEBUGGING README TODO
+%{python_sitelib}/dialog.py
+%{python_sitelib}/dialog.pyc
+%ghost %{python_sitelib}/dialog.pyo
 
 
 %changelog
+* Thu Feb 10 2005 Aurelien Bompard <gauret[AT]free.fr> 0:2.7-1
+- update to version 2.7
+- update URL
+
+* Sat Feb 05 2005 Toshio Kuratomi <toshio at tiki-lounge.com> 0:2.0.6-2
+- Change %%python_sitearch to %%python_sitelib as sitearch references
+  /usr/lib64 on x86_64 multilib and the python files install to /usr/lib.
+  
 * Sat Jul 24 2004 Aurelien Bompard <gauret[AT]free.fr> 0:2.06-0.fdr.1
 - Initial Fedora Package


Index: sources
===================================================================
RCS file: /cvs/extras/devel/python-dialog/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	8 Nov 2004 05:15:39 -0000	1.2
+++ sources	10 Feb 2005 18:25:12 -0000	1.3
@@ -1 +1 @@
-9bf2d93a9e7412c5fc40f6d3fc008557  pythondialog-2.06.tar.bz2
+19e68b362fe61ef84b981d53d96f0735  pythondialog-2.7.tar.bz2




More information about the fedora-extras-commits mailing list