package created using the webbuild interface [release 20151021git-1mamba;Wed Oct 21 2015]

This commit is contained in:
Silvan Calarco 2024-01-06 06:24:14 +01:00
parent 4efb9a637b
commit b1d76ac8fc
2 changed files with 43 additions and 0 deletions

View File

@ -1,2 +1,4 @@
# lirc-remotes
The lirc remotes database.

41
lirc-remotes.spec Normal file
View File

@ -0,0 +1,41 @@
Name: lirc-remotes
Version: 20151021git
Release: 1mamba
Summary: The lirc remotes database
Group: System/Kernel and Hardware
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://lirc-remotes.sourceforge.net/
## GITSOURCE git://git.code.sf.net/p/lirc-remotes/code master
Source: git://git.code.sf.net/p/lirc-remotes/code/master/code-%{version}.tar.bz2
License: Public Domain
BuildArch: noarch
## AUTOBUILDREQ-BEGIN
## AUTOBUILDREQ-END
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description
The lirc remotes database.
%prep
%setup -q -n code-%{version}
%build
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
install -d -m0755 %{buildroot}%{_datadir}/lirc/
cp -a remotes %{buildroot}%{_datadir}/lirc/
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%files
%defattr(-,root,root)
%dir %{_datadir}/lirc/remotes
%{_datadir}/lirc/remotes/*
%changelog
* Wed Oct 21 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 20151021git-1mamba
- package created using the webbuild interface