rpms/python-Coherence/FC-5 python-Coherence.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Matthias Saou (thias) fedora-extras-commits at redhat.com
Thu May 10 11:37:08 UTC 2007


Author: thias

Update of /cvs/extras/rpms/python-Coherence/FC-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18562

Modified Files:
	.cvsignore sources 
Added Files:
	python-Coherence.spec 
Log Message:
Initial import of python-Coherence.



--- NEW FILE python-Coherence.spec ---
%define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")

Summary: Python framework to participate in digital living networks
Name: python-Coherence
Version: 0.2.1
Release: 3%{?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
Requires: python-configobj
BuildRequires: python-devel
BuildRequires: python-setuptools
Buildarch: noarch
# Fist test packages had different names
Obsoletes: coherence < 0.2.1-2
Obsoletes: Coherence < 0.2.1-3

%description
Coherence is a framework written in Python enabling applications to participate
in digital living networks, such as the UPnP universe.


%prep
%setup -q -n Coherence-%{version}


%build
%{__python} setup.py build


%install
%{__rm} -rf %{buildroot}
%{__python} setup.py install --skip-build --root %{buildroot}


%clean
%{__rm} -rf %{buildroot}


%files
%defattr(-,root,root,-)
%doc LICENCE README docs/*
%{_bindir}/coherence
%{python_sitelib}/Coherence-*.egg-info/
%{python_sitelib}/coherence/


%changelog
* Tue May  8 2007 Matthias Saou <http://freshrpms.net/> 0.2.1-3
- Rename Coherence -> python-Coherence to match our python naming guidelines.

* Mon May  7 2007 Matthias Saou <http://freshrpms.net/> 0.2.1-2
- Rename coherence -> Coherence to match upstream and our naming guidelines.
- Obsolete coherence < 0.2.1-2 but don't provide it since elisa's requirement
  has been updated to match the name change and nothing else requires it.

* Fri Apr 20 2007 Matthias Saou <http://freshrpms.net/> 0.2.1-1
- Update to 0.2.1.

* Fri Mar 23 2007 Matthias Saou <http://freshrpms.net/> 0.1.0-1
- Update to 0.1.0 release.

* Wed Feb 14 2007 Matthias Saou <http://freshrpms.net/> 0.0-1.r303
- Switch to using the go-4-python-2.5 svn branch.

* Fri Feb  9 2007 Matthias Saou <http://freshrpms.net/> 0-0.1.r294
- Initial RPM release.



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/python-Coherence/FC-5/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	9 May 2007 20:13:42 -0000	1.1
+++ .cvsignore	10 May 2007 11:36:34 -0000	1.2
@@ -0,0 +1 @@
+Coherence-0.2.1.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/python-Coherence/FC-5/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	9 May 2007 20:13:42 -0000	1.1
+++ sources	10 May 2007 11:36:34 -0000	1.2
@@ -0,0 +1 @@
+629e2cbefe132b320170716a36ef1727  Coherence-0.2.1.tar.gz




More information about the fedora-extras-commits mailing list