]> git.pld-linux.org Git - packages/xmms-general-audioscrobbler.git/blame - xmms-general-audioscrobbler.spec
- converted to UTF-8
[packages/xmms-general-audioscrobbler.git] / xmms-general-audioscrobbler.spec
CommitLineData
55e89090 1Summary: audioscrobbler.com plugin for XMMS
b96c7f01 2Summary(pl.UTF-8): Wtyczka dla XMMS-a obsługująca serwis audioscrobbler.com
55e89090 3Name: xmms-general-audioscrobbler
3877305d 4Version: 0.3.6
1a6ce751 5Release: 2
55e89090
PZ
6License: GPL
7Group: X11/Applications/Sound
8Source0: http://static.audioscrobbler.com/plugins/xmms-scrobbler-%{version}.tar.bz2
3877305d 9# Source0-md5: eb5b53815eb91f5294f76ca424369b7f
55e89090
PZ
10URL: http://www.audioscrobbler.com/
11BuildRequires: autoconf
12BuildRequires: automake
13BuildRequires: curl-devel
14BuildRequires: glib-devel
15BuildRequires: gtk+-devel
16BuildRequires: libmusicbrainz-devel >= 2.0.0
17BuildRequires: libstdc++-devel
18BuildRequires: rpmbuild(macros) >= 1.125
19BuildRequires: xmms-devel
20BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
21
22%description
23This plugin adds audioscrobbler.com profile support to xmms.
24
b96c7f01
JR
25%description -l pl.UTF-8
26Ta wtyczka pozwala XMMS-owi na obsługę profili audioscrobbler.com.
55e89090
PZ
27
28%prep
29%setup -q -n xmms-scrobbler-%{version}
30
31%build
32#%{__aclocal}
33#%{__autoconf}
34#%{__autoheader}
35#%{__automake}
1a6ce751
PZ
36%configure \
37 --disable-bmp-plugin
55e89090
PZ
38
39%{__make}
40
41%install
42rm -rf $RPM_BUILD_ROOT
43
44%{__make} install \
45 DESTDIR="$RPM_BUILD_ROOT"
46
47%clean
48rm -rf $RPM_BUILD_ROOT
49
50%files
51%defattr(644,root,root,755)
6cc6fea3 52%doc AUTHORS ChangeLog README TODO
55e89090 53%attr(755,root,root) %{xmms_general_plugindir}/*
This page took 0.084835 seconds and 4 git commands to generate.