]> git.pld-linux.org Git - SPECS.git/blob - imms.spec
SPECS updated Tue 30 Apr 15:06:09 CEST 2024
[SPECS.git] / imms.spec
1 Summary:        Intelligent playlist plugin for XMMS and BMP
2 Summary(pl.UTF-8):      Inteligenta wtyczka listy odtwarzania dla XMMS-a i BMP
3 Name:           imms
4 Version:        2.1.1
5 Release:        1
6 License:        GPL
7 Group:          X11/Applications/Multimedia
8 Source0:        http://dl.sourceforge.net/imms/%{name}-%{version}.tar.bz2
9 # Source0-md5:  e5423b073974daafd051cecf1b6d9472
10 URL:            http://www.luminal.org/phpwiki/index.php/IMMS
11 BuildRequires:  autoconf
12 BuildRequires:  automake
13 BuildRequires:  bmp-devel >= 0.7
14 BuildRequires:  id3lib-devel >= 3.8.0
15 BuildRequires:  libtool
16 BuildRequires:  pcre-devel
17 BuildRequires:  rpmbuild(macros) >= 1.125
18 BuildRequires:  sqlite3-devel >= 3.0
19 BuildRequires:  xmms-devel >= 1.2.0
20 Requires:       xmms
21 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
22
23 %description 
24 IMMS is an intelligent playlist plug-in for XMMS and BMP that tracks
25 your listening patterns and adapts itself to your taste.
26
27 %description -l pl.UTF-8
28 IMMS to inteligentna wtyczka listy odtwarzania dla XMMS-a i BMP,
29 śledząca przesłuchiwane pliki, a następnie adaptująca się do gustu
30 słuchacza.
31
32 %package -n bmp-%{name}
33 Summary:        Intelligent playlist plugin for BMP
34 Summary(pl.UTF-8):      Inteligenta wtyczka listy odtwarzania dla BMP
35 Group:          X11/Applications/Multimedia
36 Requires:       bmp
37
38 %description -n bmp-%{name}
39 IMMS is an intelligent playlist plug-in for BMP that tracks your
40 listening patterns and adapts itself to your taste.
41
42 %description -n bmp-%{name} -l pl.UTF-8
43 IMMS to inteligentna wtyczka listy odtwarzania dla BMP, śledząca
44 przesłuchiwane pliki, a następnie adaptująca się do gustu słuchacza.
45
46 %package -n xmms-%{name}
47 Summary:        Intelligent playlist plugin for XMMS
48 Summary(pl.UTF-8):      Inteligenta wtyczka listy odtwarzania dla XMMS-a
49 Group:          X11/Applications/Multimedia
50 Requires:       xmms
51
52 %description -n xmms-%{name}
53 IMMS is an intelligent playlist plug-in for XMMS that tracks your
54 listening patterns and adapts itself to your taste.
55
56 %description -n xmms-%{name} -l pl.UTF-8
57 IMMS to inteligentna wtyczka listy odtwarzania dla XMMS-a, śledząca
58 przesłuchiwane pliki, a następnie adaptująca się do gustu słuchacza.
59
60 %prep
61 %setup -q
62
63 %build
64 %{__libtoolize}
65 %{__aclocal}
66 %{__autoconf}
67 %{__autoheader}
68 %configure
69 %{__make} 
70
71 %install
72 rm -rf $RPM_BUILD_ROOT
73 install -d $RPM_BUILD_ROOT%{xmms_general_plugindir} \
74         $RPM_BUILD_ROOT%{_libdir}/bmp/General
75
76 install build/libxmmsimms.so $RPM_BUILD_ROOT%{xmms_general_plugindir}
77 install build/libbmpimms.so $RPM_BUILD_ROOT%{_libdir}/bmp/General
78
79 %clean
80 rm -rf $RPM_BUILD_ROOT
81
82 %files -n xmms-%{name}
83 %defattr(644,root,root,755)
84 %doc README
85 %attr(755,root,root) %{xmms_general_plugindir}/*.so
86
87 %files -n bmp-%{name}
88 %defattr(644,root,root,755)
89 %doc README
90 %attr(755,root,root) %{_libdir}/bmp/General/*.so
This page took 0.3406 seconds and 3 git commands to generate.