]> git.pld-linux.org Git - projects/template-specs.git/blame - python.spec
- or this?
[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: -
7170a7b1 10URL: -
0a48bf0d
ER
11BuildRequires: python-devel >= 1:2.5
12BuildRequires: rpm-pythonprov
13#%pyrequires_eq python-libs
7170a7b1
ER
14%pyrequires_eq python-modules
15#BuildArch: noarch
16BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18%description
19
20%prep
21%setup -q
22
23%build
24python setup.py build
25
26%install
27rm -rf $RPM_BUILD_ROOT
28python setup.py install \
29 --optimize=2 \
30 --root=$RPM_BUILD_ROOT
31
32%clean
33rm -rf $RPM_BUILD_ROOT
34
35
36%files
37%defattr(644,root,root,755)
38%doc AUTHORS CREDITS ChangeLog NEWS README THANKS TODO
2a91d548 39%{py_sitescriptdir}/telepathy_python-*.egg-info
This page took 0.035796 seconds and 4 git commands to generate.