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