update to 0.8.1 [release 0.8.1-1mamba;Tue Oct 01 2024]
This commit is contained in:
parent
1164b6bc91
commit
5c0eddfa24
@ -1,4 +1,4 @@
|
|||||||
# license-dialog
|
# license-dialog
|
||||||
|
|
||||||
A simple PyQt5 based license accept/refuse dialog
|
A simple PyQt based license accept/refuse dialog.
|
||||||
|
|
||||||
|
@ -1,22 +1,21 @@
|
|||||||
Name: license-dialog
|
Name: license-dialog
|
||||||
Version: 0.8.0
|
Version: 0.8.1
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: A simple PyQt5 based license accept/refuse dialog
|
Summary: A simple PyQt based license accept/refuse dialog
|
||||||
Group: System/Tools
|
Group: Graphical Desktop/Applications/Utilities
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://www.openmamba.org/
|
URL: https://src.openmamba.org/openmamba/license-dialog
|
||||||
Source: http://git.openmamba.org/license-dialog/v%{version}/license-dialog-%{version}.tar.bz2
|
Source: http://git.openmamba.org/license-dialog/v%{version}/license-dialog-%{version}.tar.bz2
|
||||||
License: GPL
|
License: GPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
Requires: PyQt5
|
Requires: PyQt5
|
||||||
Requires: python3
|
Requires: python3
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
A simple PyQt5 based license accept/refuse dialog
|
A simple PyQt based license accept/refuse dialog.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
@ -39,6 +38,9 @@ A simple PyQt5 based license accept/refuse dialog
|
|||||||
%doc ChangeLog
|
%doc ChangeLog
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Oct 01 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 0.8.1-1mamba
|
||||||
|
- update to 0.8.1
|
||||||
|
|
||||||
* Sat Jul 18 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 0.8.0-1mamba
|
* Sat Jul 18 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 0.8.0-1mamba
|
||||||
- update to 0.8.0
|
- update to 0.8.0
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user