Compare commits
6 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6a5925a678 | ||
|
|
3517e7835d | ||
|
|
39b99f899a | ||
|
|
7912ed8935 | ||
|
|
a60f410791 | ||
|
|
d8fa40f73b |
3 changed files with 9 additions and 27 deletions
0
.cvsignore → .gitignore
vendored
0
.cvsignore → .gitignore
vendored
21
Makefile
21
Makefile
|
|
@ -1,21 +0,0 @@
|
|||
# Makefile for source rpm: xmms-lirc
|
||||
# $Id$
|
||||
NAME := xmms-lirc
|
||||
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/Rootx && { 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)
|
||||
|
|
@ -1,20 +1,17 @@
|
|||
# $Id: xmms-lirc.spec,v 1.4 2004/11/09 02:51:36 cvsextras Exp $
|
||||
# Authority: matthias
|
||||
|
||||
%define xmms_generaldir %(xmms-config --general-plugin-dir)
|
||||
%define real_name lirc-xmms-plugin
|
||||
|
||||
Summary: Plugin to use LIRC supported infrared devices in XMMS
|
||||
Summary: X MultiMedia System control plugin to use infrared devices
|
||||
Name: xmms-lirc
|
||||
Version: 1.4
|
||||
Release: 3.1.fc2.fr
|
||||
Release: 4.1
|
||||
License: GPL
|
||||
Group: Applications/Multimedia
|
||||
URL: http://www.lirc.org/
|
||||
Source: http://dl.sf.net/lirc/lirc-xmms-plugin-%{version}.tar.bz2
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
||||
Requires: xmms >= 1.0.0, glib >= 1.2.7, gtk+ >= 1.2.7, lirc
|
||||
BuildRequires: xmms-devel, glib-devel >= 1.2.7, gtk+-devel >= 1.2.7, lirc
|
||||
BuildRequires: xmms-devel, glib-devel >= 1.2.7, gtk+-devel >= 1.2.7, lirc-devel
|
||||
|
||||
|
||||
%description
|
||||
|
|
@ -47,6 +44,12 @@ LIRC (Linux Infrared Remote Control) plugin for XMMS (X Multimedia System).
|
|||
|
||||
|
||||
%changelog
|
||||
* Wed Mar 30 2005 Ville Skyttä <ville.skytta at iki.fi> - 1.4-4.1
|
||||
- BuildRequire lirc-devel.
|
||||
|
||||
* Thu Jan 13 2005 Matthias Saou <http://freshrpms.net/> 1.4-4
|
||||
- Bump release for upgrade path.
|
||||
|
||||
* Wed May 19 2004 Matthias Saou <http://freshrpms.net/> 1.4-3
|
||||
- Rebuilt for Fedora Core 2.
|
||||
|
||||
|
|
|
|||
Reference in a new issue