Compare commits

...
Sign in to create a new pull request.

23 commits

Author SHA1 Message Date
Till Maas
09abfd0da0 2016-05-30: Retired because of broken deps in preparation of Fedora 24
Reference: https://fedorahosted.org/rel-eng/ticket/
2016-05-30 17:54:58 +02:00
Fedora Release Engineering
c6f86ec7ae - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild 2016-02-05 03:38:08 +00:00
Dennis Gilmore
9cadd09db9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild 2015-06-19 04:12:27 +00:00
Kalev Lember
da6080b888 Rebuilt for GCC 5 C++11 ABI change 2015-05-02 18:44:52 +02:00
fe09b983db - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild 2014-08-18 10:21:59 +00:00
Dennis Gilmore
82d58e1b09 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild 2014-06-08 01:14:02 -05:00
Dennis Gilmore
ba13b5f79d - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild 2013-08-04 03:37:40 -05:00
Dennis Gilmore
c19c5816b9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild 2013-02-14 21:53:56 -06:00
Dennis Gilmore
44781b562f - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild 2012-07-22 01:05:05 -05:00
Dennis Gilmore
343f651b7c - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild 2012-01-14 03:07:46 -06:00
Dennis Gilmore
419c56559d - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild 2011-02-07 23:44:46 -06:00
Fedora Release Engineering
0bbf336a21 dist-git conversion 2010-07-29 16:00:41 +00:00
Bill Nottingham
9b245f1c7d Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-25 22:41:01 +00:00
Jesse Keating
2d377fa37f - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild 2009-07-27 08:17:48 +00:00
e574cc95b6 Rebuilt against libmusicbrainz < 3.0.0 2009-03-17 23:47:56 +00:00
Jesse Keating
3da1abd7ee - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild 2009-02-26 10:23:02 +00:00
Andreas Thienemann
8ff50a6fd4 corrected libname 2009-02-19 12:07:09 +00:00
Andreas Thienemann
927af4a38c - Rebuilt against newer libmusicbrainz 2009-02-19 10:52:03 +00:00
Tom Callaway
4e1f7bc80f fix up spec, how did this ever build before? 2008-06-06 15:36:07 +00:00
Jesse Keating
608f122b7b - Autorebuild for GCC 4.3 2008-02-19 05:24:46 +00:00
Andreas Thienemann
6a521ef78b - Rebuilt against gcc43 2008-02-18 14:59:44 +00:00
Andreas Thienemann
1f52bc5fdb - Updated to new upstream release 0.4.0 2007-08-31 19:07:34 +00:00
Andreas Thienemann
729a66aed5 - Updated to new upstream release 0.4 2007-08-31 19:01:33 +00:00
5 changed files with 3 additions and 89 deletions

View file

@ -1 +0,0 @@
xmms-scrobbler-0.3.8.1.tar.bz2

View file

@ -1,21 +0,0 @@
# Makefile for source rpm: xmms-scrobbler
# $Id$
NAME := xmms-scrobbler
SPECFILE = $(firstword $(wildcard *.spec))
define find-makefile-common
for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
endef
MAKEFILE_COMMON := $(shell $(find-makefile-common))
ifeq ($(MAKEFILE_COMMON),)
# attept a checkout
define checkout-makefile-common
test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2
endef
MAKEFILE_COMMON := $(shell $(checkout-makefile-common))
endif
include $(MAKEFILE_COMMON)

3
dead.package Normal file
View file

@ -0,0 +1,3 @@
2016-05-30: Retired because of broken deps in preparation of Fedora 24
Reference: https://fedorahosted.org/rel-eng/ticket/

View file

@ -1 +0,0 @@
e933c7660fe9103916ca022ec60ad654 xmms-scrobbler-0.3.8.1.tar.bz2

View file

@ -1,66 +0,0 @@
%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.8.1
Release: 3%{?dist}
License: GPL
Group: Applications/Multimedia
URL: http://www.last.fm/downloads.php
Source: http://www.pipian.com/stuffforchat/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
* Mon Nov 06 2006 Jindrich Novy <jnovy@redhat.com> - 0.3.8.1-3
- rebuild against the new curl
* Fri Sep 08 2006 Andreas Thienemann <andreas@bawue.net> - 0.3.8.1-2
- FE6 Rebuild
* Thu Apr 27 2006 Andreas Thienemann <andreas@bawue.net> 0.3.8.1-1
- Updated to 0.3.8.1
* Thu Apr 27 2006 Andreas Thienemann <andreas@bawue.net> 0.3.8-1
- Updated to 0.3.8
* Thu Apr 27 2006 Andreas Thienemann <andreas@bawue.net> 0.3.6-2
- Fixed permissions
* Mon Apr 24 2006 Andreas Thienemann <andreas@bawue.net> 0.3.6-1
- Initial FE package