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.

25 commits

Author SHA1 Message Date
Till Maas
eb6bd938b5 2015-11-15: Retired orphaned package, because it was orphaned for
more than six weeks.
2015-11-15 22:37:08 +01:00
Ralf Corsépius
460adfd45d Add dist-tag (RHBZ #1237202).
- Honour CFLAGS (Fix FTBFS).
- Modernize spec.
- Add %license.
2015-07-02 07:15:00 +02:00
Dennis Gilmore
2612769363 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild 2015-06-19 04:12:00 +00:00
d084338de8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild 2014-08-18 10:20:36 +00:00
Dennis Gilmore
199c530f91 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild 2014-06-08 01:13:02 -05:00
Dennis Gilmore
6294ad1382 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild 2013-08-04 03:36:40 -05:00
Dennis Gilmore
421042c880 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild 2013-02-14 21:53:25 -06:00
Dennis Gilmore
046945123c - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild 2012-07-22 01:03:48 -05:00
Dennis Gilmore
c98ec1e758 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild 2012-01-14 03:07:11 -06:00
Dennis Gilmore
c85bedb6d8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild 2011-02-07 23:42:40 -06:00
Fedora Release Engineering
765412e8f5 dist-git conversion 2010-07-29 15:59:53 +00:00
Bill Nottingham
3268717f7c Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-25 22:41:01 +00:00
Jesse Keating
b9b63b51db - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild 2009-07-27 08:16:50 +00:00
Jesse Keating
0b0f30a3f5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild 2009-02-26 10:19:15 +00:00
Jesse Keating
e5ff9d46e9 - Autorebuild for GCC 4.3 2008-02-20 04:50:50 +00:00
Matthias Saou
a4018ca1f6 Rebuild for new BuildID feature. 2007-08-23 08:42:07 +00:00
Matthias Saou
a3115e99eb Update License field. 2007-08-06 08:54:08 +00:00
Matthias Saou
35ceeb5c7a FC6 rebuilds. 2006-08-28 16:40:22 +00:00
Ville Skyttä
4931faa716 http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild 2006-08-27 21:18:04 +00:00
Matthias Saou
bfe49eae96 Add explicit xmms requirement (#193599). 2006-05-31 18:47:04 +00:00
Matthias Saou
c5f758429b Rebuild for new gcc/glibc, spec file cleanup and use CFLAGS. 2006-02-13 14:12:01 +00:00
Jeremy Katz
dc1e356ae6 - rebuild on all arches 2005-05-22 23:20:21 +00:00
Ville Skyttä
52db6c038e BR lirc-devel 2005-03-29 22:05:50 +00:00
Matthias Saou
aecdbaad17 Clean up, bump release. 2005-01-13 18:17:29 +00:00
gafton
27df853266 Fix braindead typo from the original import 2004-11-24 05:09:50 +00:00
5 changed files with 3 additions and 97 deletions

View file

@ -1 +0,0 @@
lirc-xmms-plugin-1.4.tar.bz2

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)

3
dead.package Normal file
View file

@ -0,0 +1,3 @@
2015-11-15: Retired orphaned package, because it was orphaned for
more than six weeks.

View file

@ -1 +0,0 @@
d853ef236a67eef0d61749fca90a0990 lirc-xmms-plugin-1.4.tar.bz2

View file

@ -1,74 +0,0 @@
# $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
Name: xmms-lirc
Version: 1.4
Release: 3.1.fc2.fr
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
%description
LIRC (Linux Infrared Remote Control) plugin for XMMS (X Multimedia System).
%prep
%setup -n %{real_name}-%{version}
%build
./configure
%{__make} %{?_smp_mflags}
%install
%{__rm} -rf %{buildroot}
%{__make} install DESTDIR=%{buildroot}
%clean
%{__rm} -rf %{buildroot}
%files
%defattr(-, root, root, 0755)
%doc AUTHORS ChangeLog COPYING NEWS README
%{xmms_generaldir}/liblirc.so
%exclude %{xmms_generaldir}/liblirc.la
%changelog
* Wed May 19 2004 Matthias Saou <http://freshrpms.net/> 1.4-3
- Rebuilt for Fedora Core 2.
* Wed Jan 7 2004 Matthias Saou <http://freshrpms.net/> 1.4-2
- Rebuilt for Fedora Core 1.
* Wed May 14 2003 Matthias Saou <http://freshrpms.net/>
- Update to 1.4.
* Mon Mar 31 2003 Matthias Saou <http://freshrpms.net/>
- Update to 1.3.
- Rebuilt for Red Hat Linux 9.
- Exclude .la file.
* Wed Oct 9 2002 Matthias Saou <http://freshrpms.net/>
- Rebuilt for Red Hat Linux 8.0.
* Fri May 3 2002 Matthias Saou <http://freshrpms.net/>
- Changed the xmms General dir to be expanded from xmms-config (cleaner).
- Rebuilt against Red Hat Linux 7.3.
- Added the %{?_smp_mflags} expansion.
* Fri Oct 5 2001 Matthias Saou <http://freshrpms.net/>
- Initial RPM release.