2024-01-05 17:21:48 +01:00
|
|
|
Name: raspi-config
|
2024-01-05 17:21:48 +01:00
|
|
|
Version: 20221214
|
2024-01-05 17:21:48 +01:00
|
|
|
Release: 1mamba
|
|
|
|
Summary: Configuration tool for the Raspberry Pi
|
|
|
|
Group: System/Configuration
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
2024-01-05 17:21:48 +01:00
|
|
|
URL: https://www.raspberrypi.com/documentation/computers/configuration.html
|
2024-01-05 17:21:48 +01:00
|
|
|
Source: https://github.com/asb/raspi-config.git/master/raspi-config-%{version}.tar.bz2
|
|
|
|
License: MIT
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
|
|
|
## AUTOBUILDREQ-END
|
|
|
|
Requires: newt
|
2024-01-05 17:21:48 +01:00
|
|
|
ExclusiveArch: arm aarch64
|
2024-01-05 17:21:48 +01:00
|
|
|
|
|
|
|
%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
|
2024-01-05 17:21:48 +01:00
|
|
|
* Thu Mar 09 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 20221214-1mamba
|
|
|
|
- update to 20221214
|
|
|
|
|
2024-01-05 17:21:48 +01:00
|
|
|
* Sun Dec 04 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 20221115-1mamba
|
|
|
|
- update to 20221115
|
|
|
|
|
2024-01-05 17:21:48 +01:00
|
|
|
* Fri Mar 26 2021 Automatic Build System <autodist@mambasoft.it> 20201027-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 17:21:48 +01:00
|
|
|
* Fri Jan 30 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 20150130git-1mamba
|
|
|
|
- package created using the webbuild interface
|