84 lines
2.0 KiB
RPMSpec
84 lines
2.0 KiB
RPMSpec
Name: mobile-broadband-provider-info
|
|
Version: 20230416
|
|
Release: 1
|
|
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
|
|
|
|
Patch9000: mobile-broadband-provider-info-deal-taboo-words.patch
|
|
|
|
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}
|
|
|
|
%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
|
|
* Thu Jan 25 2024 zhangpan <zhangpan103@h-partners.com> - 20230416-1
|
|
- update to 20230416
|
|
|
|
* Mon Jan 17 2022 xingxing <xingxing9@huawei.com> - 20210805-2
|
|
- deal taboo words
|
|
|
|
* Mon Dec 06 2021 wuchaochao <wuchaochao4@huawei.com> - 20210805-1
|
|
- update version to 20210805
|
|
|
|
* Thu Jan 28 2021 hanhui <hanhui15@huawei.com> - 20201225-1
|
|
- Type: enhancement
|
|
- ID: NA
|
|
- SUG: NA
|
|
- DESC: update to 20201225
|
|
|
|
* Mon Jul 27 2020 openEuler Buildteam <buildteam@openeuler.org> - 20190618-1
|
|
- Type: enhancement
|
|
- ID: NA
|
|
- SUG: NA
|
|
- DESC: Update to 20190618, add help 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
|