]> git.pld-linux.org Git - packages/python-telepathy.git/blame - python-telepathy.spec
- updated URLs
[packages/python-telepathy.git] / python-telepathy.spec
CommitLineData
2ad37b2c 1Summary: Python module to connect to Telepathy
78a8ebd0 2Summary(pl.UTF-8): Moduł Pythona do łączenia się z Telepathy
67ab9a66 3Name: python-telepathy
8bb0fc90 4Version: 0.15.19
9f2d8ed5 5Release: 2
ab4107b2 6License: LGPL v2.1+
67ab9a66 7Group: Libraries/Python
d7346612 8Source0: https://telepathy.freedesktop.org/releases/telepathy-python/telepathy-python-%{version}.tar.gz
8bb0fc90 9# Source0-md5: f7ca25ab3c88874015b7e9728f7f3017
d7346612 10URL: https://telepathy.freedesktop.org/wiki/
ab4107b2 11BuildRequires: autoconf >= 2.60
2010f3f6 12BuildRequires: automake
d8b88bd9 13BuildRequires: libxslt-progs
027422f1 14BuildRequires: python >= 1:2.5
78a8ebd0 15BuildRequires: rpm-pythonprov
027422f1
JB
16BuildRequires: rpmbuild(macros) >= 1.219
17BuildArch: noarch
2ad37b2c 18BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20%description
21Python module to connect to Telepathy.
22
78a8ebd0
JB
23%description -l pl.UTF-8
24Moduł Pythona do łączenia się z Telepathy.
25
f6e419b7
MB
26%package examples
27Summary: Examples for telepathy module
28Summary(pl.UTF-8): Przykłady do modułu telepathy
29Group: Libraries/Python
30Requires: %{name} = %{version}-%{release}
31
32%description examples
33Examples for telepathy module.
34
35%description examples -l pl.UTF-8
36Przykłady do modułu telepathy.
37
2ad37b2c 38%prep
67ab9a66 39%setup -q -n telepathy-python-%{version}
2ad37b2c 40
41%build
2010f3f6
PZ
42%{__aclocal}
43%{__autoconf}
44%{__automake}
45%configure
46%{__make}
2ad37b2c 47
48%install
49rm -rf $RPM_BUILD_ROOT
f6e419b7 50install -d $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
2ad37b2c 51
2010f3f6
PZ
52%{__make} install \
53 DESTDIR=$RPM_BUILD_ROOT
2ad37b2c 54
f6e419b7
MB
55cp -a examples/* $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
56
027422f1 57%py_postclean
2ad37b2c 58
59%clean
60rm -rf $RPM_BUILD_ROOT
61
62%files
63%defattr(644,root,root,755)
ab4107b2 64%doc AUTHORS NEWS README
2ad37b2c 65%dir %{py_sitescriptdir}/telepathy
66%{py_sitescriptdir}/telepathy/*.py[co]
78a8ebd0 67%dir %{py_sitescriptdir}/telepathy/_generated
2ad37b2c 68%{py_sitescriptdir}/telepathy/_generated/*.py[co]
78a8ebd0 69%dir %{py_sitescriptdir}/telepathy/client
2ad37b2c 70%{py_sitescriptdir}/telepathy/client/*.py[co]
78a8ebd0 71%dir %{py_sitescriptdir}/telepathy/server
2ad37b2c 72%{py_sitescriptdir}/telepathy/server/*.py[co]
f6e419b7
MB
73
74%files examples
75%defattr(644,root,root,755)
76%{_examplesdir}/%{name}-%{version}
This page took 0.055514 seconds and 4 git commands to generate.