rpms/python-Coherence/EL-5 .cvsignore, 1.2, 1.3 python-Coherence.spec, 1.1, 1.2 sources, 1.2, 1.3

Matthias Saou thias at fedoraproject.org
Fri Dec 26 14:00:23 UTC 2008


Author: thias

Update of /cvs/extras/rpms/python-Coherence/EL-5
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv5831

Modified Files:
	.cvsignore python-Coherence.spec sources 
Log Message:
Update to 0.5.8 for the initial non broken EL-5 build.



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/python-Coherence/EL-5/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	10 May 2007 11:37:11 -0000	1.2
+++ .cvsignore	26 Dec 2008 13:59:53 -0000	1.3
@@ -1 +1 @@
-Coherence-0.2.1.tar.gz
+Coherence-0.5.8.tar.gz


Index: python-Coherence.spec
===================================================================
RCS file: /cvs/extras/rpms/python-Coherence/EL-5/python-Coherence.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- python-Coherence.spec	10 May 2007 11:37:11 -0000	1.1
+++ python-Coherence.spec	26 Dec 2008 13:59:53 -0000	1.2
@@ -2,23 +2,29 @@
 
 Summary: Python framework to participate in digital living networks
 Name: python-Coherence
-Version: 0.2.1
-Release: 3%{?dist}
+Version: 0.5.8
+Release: 1%{?dist}
 License: MIT
 Group: Development/Languages
 URL: https://coherence.beebits.net/
 Source: https://coherence.beebits.net/download/Coherence-%{version}.tar.gz
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
 Requires: python-setuptools
-# Are core and web enough?
-Requires: python-twisted-core
-Requires: python-twisted-web
-Requires: SOAPpy
-Requires: python-nevow
-Requires: python-louie
+# As of 0.5.8, only "ConfigObj >= 4.3" in the requires.txt egg file
+#Requires: python-twisted-core
+#Requires: python-twisted-web
+#Requires: SOAPpy
+#Requires: python-nevow
+#Requires: python-louie
 Requires: python-configobj
 BuildRequires: python-devel
+# Must have setuptools to build the package
+# The build portions moved to a subpackage in F-8
+%if 0%{?fedora} >= 8
+BuildRequires: python-setuptools-devel
+%else
 BuildRequires: python-setuptools
+%endif
 Buildarch: noarch
 # Fist test packages had different names
 Obsoletes: coherence < 0.2.1-2
@@ -39,7 +45,9 @@
 
 %install
 %{__rm} -rf %{buildroot}
-%{__python} setup.py install --skip-build --root %{buildroot}
+%{__python} setup.py install \
+    --single-version-externally-managed \
+    -O1 --skip-build --root %{buildroot}
 
 
 %clean
@@ -49,12 +57,34 @@
 %files
 %defattr(-,root,root,-)
 %doc LICENCE README docs/*
+%exclude %{_bindir}/applet-coherence
 %{_bindir}/coherence
 %{python_sitelib}/Coherence-*.egg-info/
 %{python_sitelib}/coherence/
+# We don't want this in the package
+%exclude %{python_sitelib}/misc/
 
 
 %changelog
+* Tue Jul 15 2008 Matthias Saou <http://freshrpms.net/> 0.5.8-1
+- Update to 0.5.8.
+- Don't include new "misc" directory, as its location is ugly!
+- Don't include applet-coherence as it probably requires the "misc" directory.
+- Remove all reqs but python-configobj, as it seems to be the only one left.
+
+* Sun Feb  3 2008 Matthias Saou <http://freshrpms.net/> 0.5.0-1
+- Update to 0.5.0.
+
+* Wed Aug 29 2007 Matthias Saou <http://freshrpms.net/> 0.4.0-2
+- Update python-setuptools build requirement to new python-setuptools-devel.
+
+* Fri Aug  3 2007 Matthias Saou <http://freshrpms.net/> 0.4.0-1
+- Update to 0.4.0.
+- No need to update License field, MIT is already correct.
+
+* Tue Jul 24 2007 Matthias Saou <http://freshrpms.net/> 0.3.0-1
+- Update to 0.3.0.
+
 * Tue May  8 2007 Matthias Saou <http://freshrpms.net/> 0.2.1-3
 - Rename Coherence -> python-Coherence to match our python naming guidelines.
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/python-Coherence/EL-5/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	10 May 2007 11:37:11 -0000	1.2
+++ sources	26 Dec 2008 13:59:53 -0000	1.3
@@ -1 +1 @@
-629e2cbefe132b320170716a36ef1727  Coherence-0.2.1.tar.gz
+81148ea9c8ab6ce5dd8fc3f5f1403348  Coherence-0.5.8.tar.gz




More information about the fedora-extras-commits mailing list