Overview

Request 370 (accepted)

Dependency of tvnamer


python-tvdb_api.changes Added
x
 
1
@@ -0,0 +1,14 @@
2
+-------------------------------------------------------------------
3
+Mon Feb  4 14:26:00 UTC 2013 - hvogel@opensuse.org
4
+
5
+- Update to version 1.8.2
6
+
7
+-------------------------------------------------------------------
8
+Wed May  5 13:35:49 UTC 2010 - henne@links2linux.de
9
+
10
+- Update to version 1.4
11
+
12
+-------------------------------------------------------------------
13
+Tue Nov 17 12:11:55 UTC 2009 - henne@links2linux.de
14
+
15
+- Initial Package, Version 1.0
16
python-tvdb_api.spec Added
34
 
1
@@ -0,0 +1,32 @@
2
+%define modname tvdb_api
3
+Name:      python-tvdb_api
4
+Summary:   Python module to access the API from thetvdb.com
5
+License:   GPL
6
+Url:       http://pypi.python.org/pypi/tvdb_api
7
+Group:         Productivity/Multimedia/Other
8
+Version:   1.8.2
9
+Release:   1
10
+Source0:   tvdb_api-%version.tar.bz2
11
+BuildRoot:     %{_tmppath}/%{name}-buildroot
12
+BuildRequires: python-devel python-setuptools
13
+%py_requires
14
+
15
+%description
16
+tvdb_api is an easy to use interface to thetvdb.com
17
+
18
+%prep
19
+%setup -q -n %modname-%version
20
+
21
+%build
22
+
23
+%install
24
+python setup.py install --root=$RPM_BUILD_ROOT --prefix=%_prefix \
25
+       --record-rpm=INSTALLED_FILES
26
+
27
+%clean
28
+rm -rf $RPM_BUILD_ROOT
29
+
30
+%files -f INSTALLED_FILES
31
+%defattr(-,root,root)
32
+
33
+%changelog
34
tvdb_api-1.8.2.tar.bz2 Added
Refresh
Refresh
Request History
Henne Vogelsang's avatar

hennevogel created request over 11 years ago

Dependency of tvnamer


Peter Linnell's avatar

mrdocs accepted request about 12 years ago