update to 2.0 [release 2.0-1mamba;Sat Jan 04 2025]

This commit is contained in:
Silvan Calarco 2025-01-04 22:09:14 +01:00
parent d97de6839c
commit b46d3a85a8

View File

@ -1,28 +1,30 @@
Name: phonesim
Version: 1.21
Version: 2.0
Release: 1mamba
Summary: Phone Simulator for modem testing
Group: System/Kernel and Hardware
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://git.kernel.org/pub/scm/network/ofono/phonesim.git
Source: https://git.kernel.org/pub/scm/network/ofono/phonesim.git/snapshot/phonesim-%{version}.tar.gz
URL: https://git.kernel.org/pub/scm/network/ofono/phonesim
Source: https://git.kernel.org/pub/scm/network/ofono/phonesim.git/%{version}/phonesim-%{version}.tar.bz2
License: GPL
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: ldconfig
BuildRequires: libQt5Core
BuildRequires: libQt5DBus
BuildRequires: libQt5Gui
BuildRequires: libQt5Network
BuildRequires: libQt5Widgets
BuildRequires: libQt5Xml
BuildRequires: libgcc
BuildRequires: libqt4-devel
BuildRequires: libstdc++6-devel
BuildRequires: qt5-qtdeclarative-devel
## AUTOBUILDREQ-END
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description
Phone Simulator for modem testing.
%debug_package
%prep
%setup -q
@ -44,5 +46,8 @@ Phone Simulator for modem testing.
%doc AUTHORS COPYING
%changelog
* Sat Jan 04 2025 Silvan Calarco <silvan.calarco@mambasoft.it> 2.0-1mamba
- update to 2.0
* Thu Jul 02 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 1.21-1mamba
- package created using the webbuild interface