automatic version update by autodist [release 20240407-1mamba;Tue May 07 2024]
This commit is contained in:
parent
1ec3cd23cd
commit
26baca89a0
@ -1,5 +1,5 @@
|
||||
Name: mobile-broadband-provider-info
|
||||
Version: 20230416
|
||||
Version: 20240407
|
||||
Release: 1mamba
|
||||
Summary: Service Provider Database for mobile broadband connections
|
||||
Group: Applications/Communication
|
||||
@ -8,11 +8,6 @@ Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: https://wiki.gnome.org/Projects/NetworkManager/MobileBroadband/ServiceProviders
|
||||
Source: https://github.com/GNOME/mobile-broadband-provider-info.git/%{version}/mobile-broadband-provider-info-%{version}.tar.bz2
|
||||
## git clone git://git.gnome.org/mobile-broadband-provider-info
|
||||
## cd mobile-broadband-provider-info/
|
||||
## ./autogen.sh
|
||||
## make dist
|
||||
#Source: git://git.gnome.org/mobile-broadband-provider-info.git/master/mobile-broadband-provider-info-%{version}.tar.bz2
|
||||
License: Creative Commons Public Domain
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
## AUTOBUILDREQ-END
|
||||
@ -23,15 +18,15 @@ Service Provider Database for mobile broadband connections.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
./autogen.sh
|
||||
|
||||
%build
|
||||
%configure
|
||||
%make
|
||||
%meson
|
||||
|
||||
%meson_build
|
||||
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
%makeinstall
|
||||
%meson_install
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
@ -47,6 +42,9 @@ Service Provider Database for mobile broadband connections.
|
||||
# ChangeLog NEWS README
|
||||
|
||||
%changelog
|
||||
* Tue May 07 2024 Automatic Build System <autodist@openmamba.org> 20240407-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Apr 17 2023 Automatic Build System <autodist@mambasoft.it> 20230416-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user