rpms/python-Coherence/devel python-Coherence.spec,1.10,1.11

Matthias Saou thias at fedoraproject.org
Sat Apr 4 23:16:15 UTC 2009


Author: thias

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

Modified Files:
	python-Coherence.spec 
Log Message:
Re-add re-needed re-python-twisted re-quirements (#485093).



Index: python-Coherence.spec
===================================================================
RCS file: /cvs/extras/rpms/python-Coherence/devel/python-Coherence.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- python-Coherence.spec	24 Feb 2009 01:46:52 -0000	1.10
+++ python-Coherence.spec	4 Apr 2009 23:15:44 -0000	1.11
@@ -3,7 +3,7 @@
 Summary: Python framework to participate in digital living networks
 Name: python-Coherence
 Version: 0.6.2
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: MIT
 Group: Development/Languages
 URL: https://coherence.beebits.net/
@@ -11,11 +11,14 @@
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
 Requires: python-setuptools
 # As of 0.5.8, only "ConfigObj >= 4.3" in the requires.txt egg file
-#Requires: python-twisted-core
-#Requires: python-twisted-web
+# As of 0.6.2, "Twisted >= 2.5.0" is there too, and "web" is req for sure
+Requires: python-twisted-core
+Requires: python-twisted-web
 #Requires: python-nevow
 Requires: python-louie
 Requires: python-configobj
+# Needed for the parent directory
+Requires: dbus
 BuildRequires: python-devel
 # Must have setuptools to build the package
 BuildRequires: python-setuptools-devel
@@ -47,10 +50,10 @@
 %{__python} setup.py install \
     --single-version-externally-managed \
     -O1 --skip-build --root %{buildroot}
+# Install the D-Bus service file
+%{__mkdir_p} %{buildroot}/%{_datadir}/dbus-1/services
+%{__cp} -a misc/org.Coherence.service %{buildroot}/%{_datadir}/dbus-1/services/
 
-# Install the D-Bus service file properly
-mkdir -p %{buildroot}/%{_datadir}/dbus-1/services
-cp -a misc/org.Coherence.service %{buildroot}/%{_datadir}/dbus-1/services
 
 %clean
 %{__rm} -rf %{buildroot}
@@ -61,7 +64,7 @@
 %doc LICENCE README docs/*
 %exclude %{_bindir}/applet-coherence
 %{_bindir}/coherence
-%{_datadir}/dbus-1/services/*
+%{_datadir}/dbus-1/services/org.Coherence.service
 %{python_sitelib}/Coherence-*.egg-info/
 %{python_sitelib}/coherence/
 # We don't want this in the package
@@ -69,6 +72,10 @@
 
 
 %changelog
+* Sun Apr  5 2009 Matthias Saou <http://freshrpms.net/> 0.6.2-2
+- Re-add re-needed re-python-twisted re-quirements (#485093).
+- Require dbus for proper parent directory ownership.
+
 * Tue Feb 24 2009 - Bastien Nocera <bnocera at redhat.com> - 0.6.2-1
 - Update to 0.6.2
 




More information about the scm-commits mailing list