package created using the webbuild interface [release 2.7.0-1mamba;Sat May 25 2024]

This commit is contained in:
Silvan Calarco 2024-05-25 14:42:30 +02:00
parent f1f777a5c0
commit e001659cf0
2 changed files with 42 additions and 0 deletions

View File

@ -1,2 +1,3 @@
# circle-flags
A collection of 400+ minimal circular SVG country, state and language flags.

41
circle-flags.spec Normal file
View File

@ -0,0 +1,41 @@
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