41 lines
1.1 KiB
RPMSpec
41 lines
1.1 KiB
RPMSpec
|
Name: raspi-config
|
||
|
Version: 20150130git
|
||
|
Release: 1mamba
|
||
|
Summary: Configuration tool for the Raspberry Pi
|
||
|
Group: System/Configuration
|
||
|
Vendor: openmamba
|
||
|
Distribution: openmamba
|
||
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||
|
URL: http://www.raspberrypi.org/documentation/configuration/raspi-config.md
|
||
|
## GITSOURCE https://github.com/asb/raspi-config.git master
|
||
|
Source: https://github.com/asb/raspi-config.git/master/raspi-config-%{version}.tar.bz2
|
||
|
License: MIT
|
||
|
## AUTOBUILDREQ-BEGIN
|
||
|
## AUTOBUILDREQ-END
|
||
|
Requires: newt
|
||
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||
|
|
||
|
%description
|
||
|
Configuration tool for the Raspberry Pi.
|
||
|
|
||
|
%prep
|
||
|
%setup -q
|
||
|
|
||
|
%build
|
||
|
|
||
|
%install
|
||
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||
|
install -D -m0755 raspi-config %{buildroot}%{_sbindir}/raspi-config
|
||
|
|
||
|
%clean
|
||
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||
|
|
||
|
%files
|
||
|
%defattr(-,root,root)
|
||
|
%{_sbindir}/raspi-config
|
||
|
%doc LICENSE
|
||
|
|
||
|
%changelog
|
||
|
* Fri Jan 30 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 20150130git-1mamba
|
||
|
- package created using the webbuild interface
|