]> git.pld-linux.org Git - SPECS.git/blob - streamtuner-local.spec
SPECS updated Wed 28 Jul 14:48:01 CEST 2021
[SPECS.git] / streamtuner-local.spec
1 Summary:        Plugin for streamtuner providing access to local music collection
2 Summary(pl.UTF-8):      Wtyczka dla streamtunera dająca dostęp do lokalnej kolekcji muzyki
3 Name:           streamtuner-local
4 Version:        0.4.0
5 Release:        1
6 License:        GPL
7 Group:          X11/Applications/Sound
8 Source0:        http://savannah.nongnu.org/download/streamtuner/%{name}-%{version}.tar.gz
9 # Source0-md5:  b400e40b6e4e0f603ea0d706dcf0f90a
10 Patch0:         %{name}-gcc34.patch
11 URL:            http://www.nongnu.org/streamtuner/
12 BuildRequires:  gtk+2-devel >= 2:2.4.4
13 BuildRequires:  libid3tag-devel >= 0.15.0
14 BuildRequires:  libvorbis-devel >= 1:1.0
15 BuildRequires:  streamtuner-devel >= 0.12.0
16 Requires:       streamtuner >= 0.12.0
17 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19 %description
20 Plugin providing access to your local music collection. It can read
21 and modify ID3 and Vorbis metadata.
22
23 %description -l pl.UTF-8
24 Wtyczka dla streamtunera dająca dostęp do lokalnej kolekcji muzyki.
25 Dzięki tej wtyczce można odczytywać i modyfikować metadane ID3 i
26 Vorbis.
27
28 %prep
29 %setup -q
30 %patch0 -p1
31
32 %build
33 %configure
34 %{__make}
35
36 %install
37 rm -rf $RPM_BUILD_ROOT
38
39 %{__make} install \
40         DESTDIR=$RPM_BUILD_ROOT
41
42 rm -f $RPM_BUILD_ROOT%{_libdir}/streamtuner/plugins/*.{a,la}
43
44 %find_lang %{name}
45
46 %clean
47 rm -rf $RPM_BUILD_ROOT
48
49 %files -f %{name}.lang
50 %defattr(644,root,root,755)
51 %doc AUTHORS ChangeLog NEWS README TODO
52 %attr(755,root,root) %{_libdir}/streamtuner/plugins/*.so
This page took 0.083769 seconds and 3 git commands to generate.