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
|
Name: mobile-broadband-provider-info
|
||||||
Version: 20230416
|
Version: 20240407
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: Service Provider Database for mobile broadband connections
|
Summary: Service Provider Database for mobile broadband connections
|
||||||
Group: Applications/Communication
|
Group: Applications/Communication
|
||||||
@ -8,11 +8,6 @@ Distribution: openmamba
|
|||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: https://wiki.gnome.org/Projects/NetworkManager/MobileBroadband/ServiceProviders
|
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
|
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
|
License: Creative Commons Public Domain
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
@ -23,15 +18,15 @@ Service Provider Database for mobile broadband connections.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
./autogen.sh
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure
|
%meson
|
||||||
%make
|
|
||||||
|
%meson_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
%makeinstall
|
%meson_install
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
@ -47,6 +42,9 @@ Service Provider Database for mobile broadband connections.
|
|||||||
# ChangeLog NEWS README
|
# ChangeLog NEWS README
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon Apr 17 2023 Automatic Build System <autodist@mambasoft.it> 20230416-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user