source: projects/specs/trunk/p/python-Coherence/python-Coherence-vl.spec @ 976

Revision 976, 3.5 KB checked in by daisuke, 14 years ago (diff)

python-Coherence: update to 0.6.6.2

Line 
1%define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")
2
3Summary:        Python framework to participate in DLNA/UPnP network.
4Summary(ja):    DLNA や UPnP に参加するための python フレームワーク
5Name:           python-Coherence
6Version:        0.6.6.2
7Release:        1%{?_dist_release}
8License:        MIT
9Group:          Development/Languages
10URL:            https://coherence.beebits.net/
11Source:         https://coherence.beebits.net/download/Coherence-%{version}.tar.gz
12
13Requires:       python-setuptools
14Requires:       python-configobj
15BuildRequires:  python-devel
16BuildRequires:  python-setuptools
17BuildRoot:      %{_tmppath}/%{name}-%{version}-root
18Buildarch:      noarch
19
20%description
21Coherence is a framework written in Python enabling applications to participate
22in digital living networks, such as the UPnP universe.
23
24%description -l ja
25Coherence はアプリケーションをDLNA(Digital Living Network Alliance)やUPnPに
26参加できるようにする Python で書かれたフレームワークです。
27
28
29%prep
30%setup -q -n Coherence-%{version}
31
32
33%build
34%{__python} setup.py build
35
36
37%install
38%{__rm} -rf ${RPM_BUILD_ROOT}
39%{__python} setup.py install \
40    --single-version-externally-managed \
41    -O1 --skip-build --root ${RPM_BUILD_ROOT}
42
43
44%clean
45%{__rm} -rf ${RPM_BUILD_ROOT}
46
47
48%files
49%defattr(-,root,root,-)
50%doc LICENCE README docs/*
51%exclude %{_bindir}/applet-coherence
52%{_bindir}/coherence
53%{python_sitelib}/Coherence-*.egg-info/
54%{python_sitelib}/coherence/
55# We don't want this in the package
56%exclude %{python_sitelib}/misc/
57
58
59%changelog
60* Mon May 10 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 0.6.6.2-1
61- new upstream release
62- add Summary(ja):
63
64* Tue Feb 02 2010 Shu KONNO <owa@bg.wakwak.com> 0.5.8-2
65- rebuild with python-2.6
66
67* Wed Dec 24 2008 Kazutaka HARADA <kazutaka@dc4.so-net.ne.jp> 0.5.8-1
68- initial build for Vine Linux based on fedora package
69
70* Sat Nov 29 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> - 0.5.8-2
71- Rebuild for Python 2.6
72
73* Tue Jul 15 2008 Matthias Saou <http://freshrpms.net/> 0.5.8-1
74- Update to 0.5.8.
75- Don't include new "misc" directory, as its location is ugly!
76- Don't include applet-coherence as it probably requires the "misc" directory.
77- Remove all reqs but python-configobj, as it seems to be the only one left.
78
79* Sun Feb  3 2008 Matthias Saou <http://freshrpms.net/> 0.5.0-1
80- Update to 0.5.0.
81
82* Wed Aug 29 2007 Matthias Saou <http://freshrpms.net/> 0.4.0-2
83- Update python-setuptools build requirement to new python-setuptools-devel.
84
85* Fri Aug  3 2007 Matthias Saou <http://freshrpms.net/> 0.4.0-1
86- Update to 0.4.0.
87- No need to update License field, MIT is already correct.
88
89* Tue Jul 24 2007 Matthias Saou <http://freshrpms.net/> 0.3.0-1
90- Update to 0.3.0.
91
92* Tue May  8 2007 Matthias Saou <http://freshrpms.net/> 0.2.1-3
93- Rename Coherence -> python-Coherence to match our python naming guidelines.
94
95* Mon May  7 2007 Matthias Saou <http://freshrpms.net/> 0.2.1-2
96- Rename coherence -> Coherence to match upstream and our naming guidelines.
97- Obsolete coherence < 0.2.1-2 but don't provide it since elisa's requirement
98  has been updated to match the name change and nothing else requires it.
99
100* Fri Apr 20 2007 Matthias Saou <http://freshrpms.net/> 0.2.1-1
101- Update to 0.2.1.
102
103* Fri Mar 23 2007 Matthias Saou <http://freshrpms.net/> 0.1.0-1
104- Update to 0.1.0 release.
105
106* Wed Feb 14 2007 Matthias Saou <http://freshrpms.net/> 0.0-1.r303
107- Switch to using the go-4-python-2.5 svn branch.
108
109* Fri Feb  9 2007 Matthias Saou <http://freshrpms.net/> 0-0.1.r294
110- Initial RPM release.
111
Note: See TracBrowser for help on using the repository browser.