]> git.pld-linux.org Git - projects/template-specs.git/blame - python.spec
- egg lines
[projects/template-specs.git] / python.spec
CommitLineData
7170a7b1
ER
1Summary: -
2Summary(pl.UTF-8): -
3Name: template
4Version: _
5Release: 0.1
6License: - (enter GPL/GPL v2/GPL v3/LGPL/BSD/BSD-like/other license name here)
7Group: Development/Languages/Python
8Source0: %{name}-%{version}.tar.gz
9# Source0-md5: -
10#Source1: -
11# Source1-md5: -
12#Patch0: %{name}-DESTDIR.patch
13URL: -
2a91d548 14BuildRequires: python >= 1:2.5
7170a7b1
ER
15%pyrequires_eq python-modules
16#BuildArch: noarch
17BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19%description
20
21%prep
22%setup -q
23
24%build
25python setup.py build
26
27%install
28rm -rf $RPM_BUILD_ROOT
29python setup.py install \
30 --optimize=2 \
31 --root=$RPM_BUILD_ROOT
32
33%clean
34rm -rf $RPM_BUILD_ROOT
35
36
37%files
38%defattr(644,root,root,755)
39%doc AUTHORS CREDITS ChangeLog NEWS README THANKS TODO
2a91d548 40%{py_sitescriptdir}/telepathy_python-*.egg-info
This page took 0.029898 seconds and 4 git commands to generate.