66 lines
1.5 KiB
RPMSpec
66 lines
1.5 KiB
RPMSpec
Name: mobile-broadband-provider-info
|
|
Version: 20190618
|
|
Release: 0
|
|
Summary: Mobile broadband provider database
|
|
License: Public Domain
|
|
URL: https://live.gnome.org/NetworkManager/MobileBroadband/ServiceProviders
|
|
Source0: https://ftp.gnome.org/pub/gnome/sources/mobile-broadband-provider-info/%{version}/%{name}-%{version}.tar
|
|
|
|
BuildRequires: libxml2 /usr/bin/xsltproc /usr/bin/xmllint
|
|
BuildArch: noarch
|
|
|
|
%description
|
|
This package contains mobile broadband settings for different service providers
|
|
in different countries. The Package contains only informational files so it's
|
|
safe for distributions to grab updates even during feature freeze and
|
|
maintenance stages.
|
|
|
|
%package devel
|
|
Summary: Development package for mobile-broadband-provider-info
|
|
Requires: %{name} = %{version}-%{release}
|
|
|
|
%description devel
|
|
The Development package for mobile-broadband-provider-info.
|
|
|
|
%package_help
|
|
|
|
%prep
|
|
%autosetup -n %{name}-%{version} -p1
|
|
bash autogen.sh
|
|
|
|
%build
|
|
%configure
|
|
|
|
|
|
%make_build
|
|
|
|
%check
|
|
make check
|
|
|
|
%install
|
|
%make_install
|
|
|
|
%files
|
|
%defattr(-,root,root)
|
|
%license COPYING
|
|
%{_datadir}/%{name}/*
|
|
|
|
%files devel
|
|
%{_datadir}/pkgconfig/%{name}.pc
|
|
|
|
%files help
|
|
%doc README
|
|
|
|
%changelog
|
|
* Fri Jul 24 2020 openEuler Buildteam <buildteam@openeuler.org> - 20190618-0
|
|
- updata package
|
|
|
|
|
|
- Type: enhancement
|
|
- ID: NA
|
|
- SUG: NA
|
|
- DESC: Update to 20190116, add help package.
|
|
|
|
* Mon Aug 12 2019 openEuler Buildteam <buildteam@openeuler.org> - 20170310-3
|
|
- Package init
|