]> git.pld-linux.org Git - SPECS.git/blob - python-django-skypehub.spec
SPECS updated Wed 28 Jul 14:48:01 CEST 2021
[SPECS.git] / python-django-skypehub.spec
1 Summary:        Django-skypehub is an app to use skype in remote api
2 Name:           python-django-skypehub
3 Version:        0.2.1
4 Release:        1
5 License:        BSD
6 Group:          Development/Languages/Python
7 URL:            https://bitbucket.org/tokibito/django-skypehub/
8 Source0:        django-skypehub-%{version}.tar.bz2
9 # Source0-md5:  371824253928953b362bc85d0a696030
10 BuildRequires:  python-devel
11 BuildRequires:  python-distribute
12 BuildRequires:  rpmbuild(macros) >= 1.710
13 Requires:       python-django
14 Requires:       python-skype
15 BuildArch:      noarch
16 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18 %description
19 Django-skypehub is an app to use skype in remote api.
20
21 %prep
22 %setup -q -n django-skypehub-%{version}
23
24 %build
25 %py_build
26
27 %install
28 rm -rf $RPM_BUILD_ROOT
29 %py_install
30
31 %py_postclean
32
33 %clean
34 rm -rf $RPM_BUILD_ROOT
35
36 %files
37 %defattr(644,root,root,755)
38 %{py_sitescriptdir}/skypehub
39 %if "%{py_ver}" > "2.4"
40 %{py_sitescriptdir}/django_skypehub-%{version}-*.egg-info
41 %endif
This page took 0.383124 seconds and 3 git commands to generate.