Compare commits
3 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4c29025481 | ||
|
|
3ea54fa382 | ||
|
|
1784aeeed2 |
4 changed files with 103 additions and 3 deletions
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
lirc-xmms-plugin-1.4.tar.bz2
|
||||
|
|
@ -1,3 +0,0 @@
|
|||
2015-11-15: Retired orphaned package, because it was orphaned for
|
||||
more than six weeks.
|
||||
|
||||
1
sources
Normal file
1
sources
Normal file
|
|
@ -0,0 +1 @@
|
|||
d853ef236a67eef0d61749fca90a0990 lirc-xmms-plugin-1.4.tar.bz2
|
||||
101
xmms-lirc.spec
Normal file
101
xmms-lirc.spec
Normal file
|
|
@ -0,0 +1,101 @@
|
|||
%define xmms_generaldir %(xmms-config --general-plugin-dir 2>/dev/null || echo %{_libdir}/xmms/General)
|
||||
|
||||
Summary: X MultiMedia System control plugin to use infrared devices
|
||||
Name: xmms-lirc
|
||||
Version: 1.4
|
||||
Release: 12
|
||||
License: GPLv2+
|
||||
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
|
||||
BuildRequires: xmms-devel, lirc-devel
|
||||
|
||||
|
||||
%description
|
||||
LIRC (Linux Infrared Remote Control) plugin for XMMS (X Multimedia System).
|
||||
|
||||
|
||||
%prep
|
||||
%setup -q -n lirc-xmms-plugin-%{version}
|
||||
|
||||
|
||||
%build
|
||||
%configure --libdir=%{xmms_generaldir}
|
||||
%{__make} %{?_smp_mflags} CFLAGS="%{optflags}"
|
||||
|
||||
|
||||
%install
|
||||
%{__rm} -rf %{buildroot}
|
||||
%{__make} install DESTDIR=%{buildroot}
|
||||
|
||||
|
||||
%clean
|
||||
%{__rm} -rf %{buildroot}
|
||||
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%doc AUTHORS ChangeLog COPYING NEWS README
|
||||
%exclude %{xmms_generaldir}/liblirc.la
|
||||
%{xmms_generaldir}/liblirc.so
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 1.4-12
|
||||
- Autorebuild for GCC 4.3
|
||||
|
||||
* Thu Aug 23 2007 Matthias Saou <http://freshrpms.net/> 1.4-11
|
||||
- Rebuild for new BuildID feature.
|
||||
|
||||
* Fri Aug 3 2007 Matthias Saou <http://freshrpms.net/> 1.4-10
|
||||
- Update License field.
|
||||
- Remove dist tag, since the package will seldom change.
|
||||
- Switch to using the DESTDIR install method.
|
||||
|
||||
* Mon Aug 28 2006 Matthias Saou <http://freshrpms.net/> 1.4-9
|
||||
- FC6 rebuild.
|
||||
|
||||
* Wed May 31 2006 Matthias Saou <http://freshrpms.net/> 1.4-8
|
||||
- Add explicit xmms requirement (#193599).
|
||||
|
||||
* Mon Feb 13 2006 Matthias Saou <http://freshrpms.net/> 1.4-7
|
||||
- Rebuild for new gcc/glibc.
|
||||
- Spec file cleanup.
|
||||
- Override CFLAGS to have ours used.
|
||||
|
||||
* Sun May 22 2005 Jeremy Katz <katzj@redhat.com> - 1.4-6
|
||||
- rebuild on all arches
|
||||
|
||||
* Wed Mar 30 2005 Ville Skyttä <ville.skytta at iki.fi> - 1.4-5
|
||||
- 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.
|
||||
|
||||
* 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.
|
||||
|
||||
Reference in a new issue