rpms/pyicq-t/FC-6 .cvsignore, 1.3, 1.4 pyicq-t.spec, 1.4, 1.5 sources, 1.3, 1.4

Jeffrey C. Ollie (jcollie) fedora-extras-commits at redhat.com
Wed Jun 27 13:32:50 UTC 2007


Author: jcollie

Update of /cvs/extras/rpms/pyicq-t/FC-6
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27748

Modified Files:
	.cvsignore pyicq-t.spec sources 
Log Message:
Update to 0.8a


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/pyicq-t/FC-6/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore	31 Oct 2006 21:42:29 -0000	1.3
+++ .cvsignore	27 Jun 2007 13:32:15 -0000	1.4
@@ -1 +1 @@
-pyicq-t-0.8.tar.gz
+pyicq-t-0.8a.tar.gz


Index: pyicq-t.spec
===================================================================
RCS file: /cvs/extras/rpms/pyicq-t/FC-6/pyicq-t.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- pyicq-t.spec	31 Oct 2006 21:42:29 -0000	1.4
+++ pyicq-t.spec	27 Jun 2007 13:32:15 -0000	1.5
@@ -1,12 +1,16 @@
+%{!?python_standard_lib: %define python_standard_lib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(standard_lib=1)")}
+
+%define subver a
+
 Name:           pyicq-t
 Version:        0.8
-Release:        1%{?dist}
+Release:        4%{?subver:.%{subver}}%{?dist}
 Summary:        ICQ Transport for Jabber Servers
 
 Group:          Applications/Internet
 License:        GPL
 URL:            http://pyicq-t.blathersource.org/
-Source0:        http://www.blathersource.org/download.php/pyicq-t/pyicq-t-%{version}.tar.gz
+Source0:        http://www.blathersource.org/download.php/pyicq-t/pyicq-t-%{version}%{?subver:%{subver}}.tar.gz
 Source1:        pyicq-t.init
 Patch0:         config.patch
 
@@ -23,9 +27,6 @@
 Requires(preun): /sbin/service
 Requires(postun): /sbin/service
 
-Provides:       pyicqt
-Obsoletes:      pyicqt
-
 %description
 The ICQ Transport provides a gateway which allows Jabber users to
 communicate with their contacts on the ICQ network.
@@ -39,18 +40,18 @@
 Summary: MySQL backend for ICQ transport
 Group: Applications/Internet
 Requires: MySQL-python
-Requires: pyicqt = %{version}-%{release}
+Requires: pyicq-t = %{version}-%{release}
 
 %description mysql
 MySQL backend for ICQ transport
 
 %prep
-%setup -q
+%setup -q -n %{name}-%{version}%{?subver:%{subver}}
 %patch0 -p0
 
 %build
-%{__python}    %{_libdir}/python2.4/compileall.py .
-%{__python} -O %{_libdir}/python2.4/compileall.py .
+%{__python}    %{python_standard_lib}/compileall.py .
+%{__python} -O %{python_standard_lib}/compileall.py .
 
 %install
 rm -rf %{buildroot}
@@ -106,8 +107,18 @@
 
 %{_datadir}/pyicq-t/src/xdb/mysql.py*
 
-
 %changelog
+* Wed Jun 27 2007 Jeffrey C. Ollie <jeff at ocjtech.us> - 0.8-4.a
+- Update to 0.8a
+
+* Fri Dec  8 2006 Jeffrey C. Ollie <jeff at ocjtech.us> - 0.8-3
+- Fix up requires for mysql subpackage.
+
+* Fri Dec  8 2006 Jeffrey C. Ollie <jeff at ocjtech.us> - 0.8-2
+- Bump release and rebuild for Python 2.5
+- Use macro for path to standard library
+- Eliminate provides/obsoletes pyicqt
+
 * Tue Oct 31 2006 Jeffrey C. Ollie <jeff at ocjtech.us> - 0.8-1
 - Update to 0.8 (see http://www.blathersource.org/releases_view.php?projid=pyicq-t&relid=28)
 - Fix init script to create subsys lock file


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/pyicq-t/FC-6/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	31 Oct 2006 21:42:29 -0000	1.3
+++ sources	27 Jun 2007 13:32:15 -0000	1.4
@@ -1 +1 @@
-0929aa4b726d8718e1b8c8cb900fa114  pyicq-t-0.8.tar.gz
+eb44605d5f952759e3cba19815d367d2  pyicq-t-0.8a.tar.gz




More information about the fedora-extras-commits mailing list