]> git.pld-linux.org Git - SPECS.git/blob - python-PyOpenAL.spec
SPECS updated Wed 28 Jul 14:48:01 CEST 2021
[SPECS.git] / python-PyOpenAL.spec
1 %define         pname   PyOpenAL
2 Summary:        Binding of OpenAL for Python
3 Summary(pl.UTF-8):      Interfejs OpenAL dla Pythona
4 Name:           python-%{pname}
5 Version:        0.1.6
6 Release:        8
7 License:        LGPL
8 Group:          Development/Languages/Python
9 Source0:        http://download.gna.org/pyopenal/%{pname}-%{version}.tar.gz
10 # Source0-md5:  51992fc62df474614ea6eb724061f392
11 URL:            http://home.gna.org/oomadness/en/pyopenal/
12 BuildRequires:  rpmbuild(macros) >= 1.710
13 BuildRequires:  OpenAL-devel
14 BuildRequires:  freealut-devel
15 BuildRequires:  python-devel >= 1:2.5
16 BuildRequires:  rpm-pythonprov
17 Requires:       python-pyvorbis
18 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20 %description
21 Binding of OpenAL for Python.
22
23 %description -l pl.UTF-8
24 Interfejs OpenAL dla Pythona.
25
26 %prep
27 %setup -q -n %{pname}-%{version}
28
29 %install
30 rm -rf $RPM_BUILD_ROOT
31
32 %py_install
33
34 rm -f $RPM_BUILD_ROOT%{py_sitedir}/pyopenal/*.py
35
36 %clean
37 rm -rf $RPM_BUILD_ROOT
38
39 %files
40 %defattr(644,root,root,755)
41 %doc AUTHORS CHANGES README
42 %attr(755,root,root) %{py_sitedir}/*.so
43 %{py_sitedir}/pyopenal
44 %{py_sitedir}/*.egg-info
This page took 0.589141 seconds and 3 git commands to generate.