Compare commits

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

4 commits

Author SHA1 Message Date
Fedora Release Engineering
2543e790df dist-git conversion 2010-07-29 16:00:08 +00:00
Bill Nottingham
8eba746269 Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-26 01:35:09 +00:00
Ville Skyttä
820be69836 - Apply upstream patch to fix crash if some unarchivers are not found
(#217195)
2006-12-11 22:29:10 +00:00
Jeremy Katz
277b90c22b Initialize branch FC-6 for xmms-modplug 2006-10-23 19:43:31 +00:00
5 changed files with 9 additions and 23 deletions

View file

@ -1 +0,0 @@
modplugxmms-2.05.tar.gz

2
.gitignore vendored Normal file
View file

@ -0,0 +1,2 @@
modplugxmms-2.05.tar.gz
xmms-modplug-2.05-archivers.patch

View file

@ -1,21 +0,0 @@
# Makefile for source rpm: xmms-modplug
# $Id$
NAME := xmms-modplug
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)

View file

@ -1 +1,2 @@
2dd9b88a02978d3001b48863b8cffc5b modplugxmms-2.05.tar.gz
ca28ee9780105ba66034aaecd890f1b7 xmms-modplug-2.05-archivers.patch

View file

@ -2,13 +2,14 @@
Name: xmms-modplug
Version: 2.05
Release: 7%{?dist}
Release: 8%{?dist}
Summary: Modplug Plugin for XMMS
License: Public Domain
Group: Applications/Multimedia
URL: http://modplug-xmms.sourceforge.net/
Source: http://dl.sf.net/modplug-xmms/modplugxmms-%{version}.tar.gz
Patch0: %{name}-2.05-archivers.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: xmms-devel
@ -35,6 +36,7 @@ A command line mod player.
%prep
%setup -q -n modplugxmms-%{version}
sed -e 's|"/usr/bin/uzip"|"/usr/bin/unzip"|' %{PATCH0} | patch -p1
%build
@ -63,6 +65,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Tue Dec 12 2006 Ville Skyttä <ville.skytta at iki.fi> - 2.05-8
- Apply upstream patch to fix crash if some unarchivers are not found (#217195)
* Wed Aug 30 2006 Ville Skyttä <ville.skytta at iki.fi> - 2.05-7
- Rebuild.