rpms/xmms-scrobbler/devel xmms-scrobbler.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Andreas Thienemann (ixs) fedora-extras-commits at redhat.com
Thu Apr 27 16:15:39 UTC 2006


Author: ixs

Update of /cvs/extras/rpms/xmms-scrobbler/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10606/devel

Modified Files:
	.cvsignore sources 
Added Files:
	xmms-scrobbler.spec 
Log Message:
auto-import xmms-scrobbler-0.3.6-2 on branch devel from xmms-scrobbler-0.3.6-2.src.rpm


--- NEW FILE xmms-scrobbler.spec ---
%define xmms_plugindir %(xmms-config --general-plugin-dir 2>/dev/null || echo %{_libdir}/xmms/General)

Summary: Audioscrobbler plugin for XMMS
Name: xmms-scrobbler
Version: 0.3.6
Release: 2%{?dist}
License: GPL
Group: Applications/Multimedia
URL: http://www.last.fm/downloads.php
Source:  http://static.last.fm/plugins/xmms-scrobbler-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Requires: xmms >= 1.2.4
BuildRequires: xmms-devel >= 1.2.4, libmusicbrainz-devel >= 2.0.0, curl-devel

%description
This is a audioscrobbler xmms plugin.
Audioscrobbler will send the name of every song you play on your computer
to Last.fm. This effortlessly populates your profile to play radio you like
and make personalised recommendations!

%prep
%setup -q


%build
%configure \
	--disable-bmp-plugin \
	--libdir=%{xmms_plugindir} \

make %{?_smp_mflags}


%install
rm -rf %{buildroot}
make install DESTDIR=%{buildroot}

find %{buildroot} -name '*.la' -exec rm -f {} \;

%clean
rm -rf %{buildroot}


%files
%defattr(-, root, root, -)
%doc AUTHORS ChangeLog COPYING README README.tags KnownIssues TODO
%{xmms_plugindir}/libxmms_scrobbler.so


%changelog
* Thu Apr 27 2006 Andreas Thienemann <andreas at bawue.net> 0.3.6-2
- Fixed permissions

* Mon Apr 24 2006 Andreas Thienemann <andreas at bawue.net> 0.3.6-1
- Initial FE package


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/xmms-scrobbler/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	27 Apr 2006 16:15:00 -0000	1.1
+++ .cvsignore	27 Apr 2006 16:15:38 -0000	1.2
@@ -0,0 +1 @@
+xmms-scrobbler-0.3.6.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/xmms-scrobbler/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	27 Apr 2006 16:15:00 -0000	1.1
+++ sources	27 Apr 2006 16:15:39 -0000	1.2
@@ -0,0 +1 @@
+eb5b53815eb91f5294f76ca424369b7f  xmms-scrobbler-0.3.6.tar.bz2




More information about the fedora-extras-commits mailing list