42 lines
1.1 KiB
RPMSpec
42 lines
1.1 KiB
RPMSpec
Name: circle-flags
|
|
Version: 2.7.0
|
|
Release: 1mamba
|
|
Summary: A collection of 400+ minimal circular SVG country, state and language flags
|
|
Group: Graphical Desktop/Look 'n' feel
|
|
Vendor: openmamba
|
|
Distribution: openmamba
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
URL: https://hatscripts.github.io/circle-flags
|
|
Source: https://github.com/HatScripts/circle-flags.git/v%{version}/circle-flags-%{version}.tar.bz2
|
|
License: MIT
|
|
## AUTOBUILDREQ-BEGIN
|
|
## AUTOBUILDREQ-END
|
|
|
|
%description
|
|
A collection of 400+ minimal circular SVG country, state and language flags.
|
|
|
|
#% debug_package
|
|
|
|
%prep
|
|
%setup -q
|
|
|
|
%build
|
|
|
|
%install
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
install -d -m0755 %{buildroot}%{_datadir}
|
|
cp -r flags %{buildroot}%{_datadir}/circle-flags-svg
|
|
|
|
%clean
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%files
|
|
%defattr(-,root,root)
|
|
%dir %{_datadir}/circle-flags-svg
|
|
%{_datadir}/circle-flags-svg/*
|
|
%doc LICENSE.md
|
|
|
|
%changelog
|
|
* Sat May 25 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 2.7.0-1mamba
|
|
- package created using the webbuild interface
|