import mobile-broadband-provider-info-20190618-2.el8
This commit is contained in:
parent
63bc7387ef
commit
92a273b88c
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
SOURCES/mobile-broadband-provider-info-20170310.tar.xz
|
SOURCES/mobile-broadband-provider-info-20190618.tar.xz
|
||||||
|
@ -1 +1 @@
|
|||||||
09e12b2d858ed10b4ef7b4a145ba99e03632bef0 SOURCES/mobile-broadband-provider-info-20170310.tar.xz
|
897255b8b726834b2af77f9919abaccb6fbdc2bd SOURCES/mobile-broadband-provider-info-20190618.tar.xz
|
||||||
|
@ -1,27 +1,20 @@
|
|||||||
%define upstream_version 20170310
|
|
||||||
|
|
||||||
Summary: Mobile broadband provider database
|
Summary: Mobile broadband provider database
|
||||||
Name: mobile-broadband-provider-info
|
Name: mobile-broadband-provider-info
|
||||||
Version: 1.%{upstream_version}
|
Version: 20190618
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
URL: http://live.gnome.org/NetworkManager/MobileBroadband/ServiceProviders
|
URL: https://wiki.gnome.org/Projects/NetworkManager/MobileBroadband/ServiceProviders
|
||||||
License: Public Domain
|
License: Public Domain
|
||||||
#
|
Source: https://download.gnome.org/sources/%{name}/%{version}/%{name}-%{version}.tar.xz
|
||||||
# Source from git://git.gnome.org/mobile-broadband-provider-info
|
|
||||||
# tarball built with:
|
|
||||||
# ./autogen.sh --prefix=/usr
|
|
||||||
# make distcheck
|
|
||||||
#
|
|
||||||
# Upstream release:
|
|
||||||
Source http://ftp.gnome.org/pub/gnome/sources/mobile-broadband-provider-info/%{upstream_version}/mobile-broadband-provider-info-%{upstream_version}.tar.xz
|
|
||||||
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRequires: libxml2
|
BuildRequires: /usr/bin/xmllint
|
||||||
|
BuildRequires: /usr/bin/xsltproc
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The mobile-broadband-provider-info package contains listings of mobile
|
The mobile-broadband-provider-info package contains listings of mobile
|
||||||
broadband (3G) providers and associated network and plan information.
|
broadband (3G) providers and associated network and plan information.
|
||||||
|
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Summary: Development files for %{name}
|
Summary: Development files for %{name}
|
||||||
Requires: %{name} = %{version}-%{release}
|
Requires: %{name} = %{version}-%{release}
|
||||||
@ -30,29 +23,38 @@ Requires: %{name} = %{version}-%{release}
|
|||||||
The %{name}-devel package contains files necessary for
|
The %{name}-devel package contains files necessary for
|
||||||
developing developing applications that use %{name}.
|
developing developing applications that use %{name}.
|
||||||
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{name}-%{upstream_version}
|
%autosetup
|
||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure
|
%configure
|
||||||
make %{?_smp_mflags}
|
%make_build
|
||||||
|
|
||||||
|
|
||||||
%check
|
%check
|
||||||
make check
|
make check
|
||||||
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
make install DESTDIR=$RPM_BUILD_ROOT
|
%make_install
|
||||||
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%license COPYING
|
%{_datadir}/%{name}
|
||||||
%doc README
|
%doc README
|
||||||
%dir %{_datadir}/%{name}
|
%license COPYING
|
||||||
%attr(0644,root,root) %{_datadir}/%{name}/*
|
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%{_datadir}/pkgconfig/%{name}.pc
|
%{_datadir}/pkgconfig/%{name}.pc
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Oct 16 2019 Lubomir Rintel <lkundrak@v3.sk> - 20190618-1
|
||||||
|
- Update to latest upstream release
|
||||||
|
|
||||||
* Tue Apr 10 2018 Peter Robinson <pbrobinson@fedoraproject.org> 1.20170310-1
|
* Tue Apr 10 2018 Peter Robinson <pbrobinson@fedoraproject.org> 1.20170310-1
|
||||||
- Update to latest upstream snapshot 20170310
|
- Update to latest upstream snapshot 20170310
|
||||||
- Spec cleanups, use %%license
|
- Spec cleanups, use %%license
|
||||||
|
Loading…
Reference in New Issue
Block a user