]> git.pld-linux.org Git - SPECS.git/blob - python-taglib.spec
SPECS updated Wed 28 Jul 14:48:01 CEST 2021
[SPECS.git] / python-taglib.spec
1 Summary:        Python bindings for TagLib
2 Summary(pl.UTF-8):      Wiązania Pythona dla biblioteki TagLib
3 Name:           python-taglib
4 Version:        1.3.3
5 Release:        1
6 License:        GPL
7 Group:          Libraries/Python
8 Source0:        http://download.berlios.de/namingmuse/%{name}-%{version}.tar.gz
9 # Source0-md5:  ede76df44e0a82a64a0855f99e0cb4df
10 URL:            http://namingmuse.berlios.de/
11 BuildRequires:  python-devel
12 BuildRequires:  rpm-pythonprov
13 BuildRequires:  swig-python
14 BuildRequires:  taglib-devel
15 %pyrequires_eq  python-libs
16 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18 %description
19 Python bindings for TagLib, the audio meta data library for
20 mp3/ogg/flac/mpc/ape.
21
22 %description -l pl.UTF-8
23 Wiązania Pythona dla biblioteki TagLib obsługującej metadane dla
24 plików mp3/ogg/flac/mpc/ape.
25
26 %prep
27 %setup -q
28
29 %build
30 %configure
31
32 %{__make}
33
34 %install
35 rm -rf $RPM_BUILD_ROOT
36
37 %{__make} install \
38         DESTDIR=$RPM_BUILD_ROOT
39
40 %clean
41 rm -rf $RPM_BUILD_ROOT
42
43 %files
44 %defattr(644,root,root,755)
45 %attr(755,root,root) %{_libdir}/libpython_taglib.so
46 # not needed?
47 %{_libdir}/libpython_taglib.la
48 %attr(755,root,root) %{py_sitedir}/_TagLib.so
49 # py[co]?
50 %{py_sitedir}/TagLib.*
This page took 0.679486 seconds and 3 git commands to generate.