]> git.pld-linux.org Git - SPECS.git/blob - python-yadis.spec
SPECS updated Wed 28 Jul 14:48:01 CEST 2021
[SPECS.git] / python-yadis.spec
1
2 %define         module  yadis
3
4 Summary:        Python modules offering Yadis support
5 Summary(pl.UTF-8):      Moduły Pythona oferujące obsługę Yadis
6 Name:           python-%{module}
7 Version:        1.1.0
8 Release:        6
9 License:        LGPL
10 Group:          Libraries/Python
11 Source0:        http://www.openidenabled.com/resources/downloads/python-openid/%{name}-%{version}.tar.gz
12 # Source0-md5:  dce07b08a54f28dfe17ed6601175409c
13 URL:            http://www.openidenabled.com/
14 BuildRequires:  rpmbuild(macros) >= 1.710
15 BuildRequires:  python-devel
16 BuildRequires:  python-modules
17 BuildRequires:  rpm-pythonprov
18 %pyrequires_eq  python
19 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20
21 %description
22 This module implements relying party support for the Yadis service
23 discovery protocol. The protocol was developed for use by
24 decentralized URL-based identity systems, but is useful for
25 advertising services provided by or on behalf of a certain URL.
26
27 To learn more about Yadis, see http://www.openidenabled.com/yadis
28
29 %description -l pl.UTF-8
30 Ten moduł implementuje obsługę części przekazującej dla protokołu
31 wykrywania usług Yadis. Protokół został stworzony do używania przez
32 zdecentralizowane systemy identyfikacji oparte na URL-ach, ale jest
33 przydatny do usług reklamowych udostępnianych przez lub w imieniu
34 określonego URL-a.
35
36 %prep
37 %setup -q
38
39 %build
40 %py_build
41
42 %install
43 rm -rf $RPM_BUILD_ROOT
44
45 %py_install
46
47 %py_ocomp $RPM_BUILD_ROOT%{py_sitescriptdir}
48 %py_comp $RPM_BUILD_ROOT%{py_sitescriptdir}
49 rm -f $RPM_BUILD_ROOT%{py_sitescriptdir}/%{module}/*.py
50
51 %clean
52 rm -rf $RPM_BUILD_ROOT
53
54 %files
55 %defattr(644,root,root,755)
56 %doc README doc/*
57 %{py_sitescriptdir}/%{module}
This page took 1.1016 seconds and 3 git commands to generate.