rpms/python-Coherence/devel .cvsignore, 1.5, 1.6 python-Coherence.spec, 1.5, 1.6 sources, 1.5, 1.6

Matthias Saou thias at fedoraproject.org
Thu Oct 2 08:02:04 UTC 2008


Author: thias

Update of /cvs/extras/rpms/python-Coherence/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv24519

Modified Files:
	.cvsignore python-Coherence.spec sources 
Log Message:
Update to 0.5.8.



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/python-Coherence/devel/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- .cvsignore	3 Feb 2008 11:20:12 -0000	1.5
+++ .cvsignore	2 Oct 2008 08:01:34 -0000	1.6
@@ -1 +1 @@
-Coherence-0.5.0.tar.gz
+Coherence-0.5.8.tar.gz


Index: python-Coherence.spec
===================================================================
RCS file: /cvs/extras/rpms/python-Coherence/devel/python-Coherence.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- python-Coherence.spec	3 Feb 2008 11:20:12 -0000	1.5
+++ python-Coherence.spec	2 Oct 2008 08:01:34 -0000	1.6
@@ -2,7 +2,7 @@
 
 Summary: Python framework to participate in digital living networks
 Name: python-Coherence
-Version: 0.5.0
+Version: 0.5.8
 Release: 1%{?dist}
 License: MIT
 Group: Development/Languages
@@ -10,12 +10,12 @@
 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
@@ -45,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
@@ -55,12 +57,21 @@
 %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.
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/python-Coherence/devel/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- sources	3 Feb 2008 11:20:12 -0000	1.5
+++ sources	2 Oct 2008 08:01:34 -0000	1.6
@@ -1 +1 @@
-281e682c8af759c9cf81d96d082b847b  Coherence-0.5.0.tar.gz
+81148ea9c8ab6ce5dd8fc3f5f1403348  Coherence-0.5.8.tar.gz




More information about the fedora-extras-commits mailing list