mobile-broadband-provider-info/mobile-broadband-provider-info.spec

68 lines
1.5 KiB
RPMSpec
Raw Normal View History

2019-09-30 11:04:40 -04:00
Name: mobile-broadband-provider-info
2020-07-24 14:23:26 +08:00
Version: 20190618
Release: 0
2019-09-30 11:04:40 -04:00
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.xz
2019-09-30 11:04:40 -04:00
2020-07-24 14:23:26 +08:00
BuildRequires: libxml2 /usr/bin/xsltproc /usr/bin/xmllint
2019-09-30 11:04:40 -04:00
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
2020-07-24 14:23:26 +08:00
%autosetup -n %{name}-%{version} -p1
bash autogen.sh
2019-09-30 11:04:40 -04:00
%build
%configure
2020-07-24 14:23:26 +08:00
2019-09-30 11:04:40 -04:00
%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
2020-07-24 14:23:26 +08:00
* Tue Jun 18 2019 openEuler Buildteam <buildteam@openeuler.org> - 20190618-0
- Type: enhancement
- ID: NA
- SUG: NA
- DESC: Update to 20190618, add help package.
2019-09-30 11:04:40 -04:00
- 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