Compare commits

...
This repository has been archived on 2026-09-10. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.

6 commits

Author SHA1 Message Date
Fedora Release Engineering
6a5925a678 dist-git conversion 2010-07-29 15:59:49 +00:00
Bill Nottingham
3517e7835d Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-26 01:35:02 +00:00
Warren Togami
39b99f899a Initialize branch EL-4 for xmms-lirc 2007-02-26 19:30:08 +00:00
Ville Skyttä
7912ed8935 BR lirc-devel 2005-03-29 22:05:32 +00:00
Matthias Saou
a60f410791 Clean up, bump release. 2005-01-13 18:17:29 +00:00
gafton
d8fa40f73b Fix braindead typo from the original import 2004-11-24 05:09:50 +00:00
3 changed files with 9 additions and 27 deletions

View file

View file

@ -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)

View file

@ -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.