automatic version update by autodist [release 22.04-1mamba;Sat Apr 02 2022]
This commit is contained in:
parent
1f05b42f89
commit
5262c1b177
17
gufw.spec
17
gufw.spec
@ -1,19 +1,18 @@
|
||||
%define majver %(echo %version | cut -d. -f1-2)
|
||||
Name: gufw
|
||||
Version: 21.04.0
|
||||
Version: 22.04
|
||||
Release: 1mamba
|
||||
Summary: A graphical user interface for UFW
|
||||
Group: System/Libraries/Python
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Ercole 'ercolinux' Carpanetto <ercole69@gmail.com>
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: https://github.com/costales/gufw
|
||||
Source: https://github.com/costales/gufw.git/%{version}/gufw-%{version}.tar.bz2
|
||||
Patch: gufw-10.04.4-su.patch
|
||||
Patch1: gui-ufw-13.10.2-fix_ufw_path_in_backend.patch
|
||||
License: GPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: libpython3-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: python-distutils-extra-py3
|
||||
Provides: firewallgui
|
||||
@ -24,7 +23,6 @@ Requires: python-netifaces-py3
|
||||
Requires: dconf
|
||||
Provides: gui-ufw
|
||||
Obsoletes: gui-ufw
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%description
|
||||
A graphical user interface for UFW.
|
||||
@ -43,7 +41,8 @@ A graphical user interface for UFW.
|
||||
--root="%{buildroot}" \
|
||||
--install-lib=%{_datadir}/gufw
|
||||
|
||||
#%find_lang gufw
|
||||
%find_lang gufw
|
||||
|
||||
install -D -m0644 build/share/applications/gufw.desktop %{buildroot}%{_datadir}/applications/gufw.desktop
|
||||
install -D -m0644 data/icons/48x48/apps/gufw.png %{buildroot}%{_datadir}/pixmaps/gufw.png
|
||||
install -D -m0644 data/icons/scalable/apps/gufw.svg %{buildroot}%{_datadir}/pixmaps/gufw.svg
|
||||
@ -51,8 +50,7 @@ install -D -m0644 data/icons/scalable/apps/gufw.svg %{buildroot}%{_datadir}/pixm
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
%files
|
||||
#-f gufw.lang
|
||||
%files -f gufw.lang
|
||||
%defattr(-,root,root)
|
||||
%dir %{_sysconfdir}/gufw
|
||||
%dir %{_sysconfdir}/gufw/app_profiles
|
||||
@ -70,11 +68,16 @@ install -D -m0644 data/icons/scalable/apps/gufw.svg %{buildroot}%{_datadir}/pixm
|
||||
%{_datadir}/gufw/media/*
|
||||
%dir %{_datadir}/gufw/ui
|
||||
%{_datadir}/gufw/ui/*
|
||||
%{_datadir}/icons/hicolor/48x48/apps/gufw.png
|
||||
%{_datadir}/icons/hicolor/scalable/apps/*
|
||||
%{_datadir}/pixmaps/gufw.png
|
||||
%{_datadir}/pixmaps/gufw.svg
|
||||
%{_mandir}/man8/gufw.8*
|
||||
|
||||
%changelog
|
||||
* Sat Apr 02 2022 Automatic Build System <autodist@mambasoft.it> 22.04-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Jan 15 2021 Automatic Build System <autodist@mambasoft.it> 21.04.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user