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