Compare commits
2 Commits
imports/c8
...
c8
Author | SHA1 | Date | |
---|---|---|---|
|
afe29d3555 | ||
|
3b311ba1c9 |
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
SOURCES/mobile-broadband-provider-info-20170310.tar.xz
|
SOURCES/mobile-broadband-provider-info-20210805.tar.xz
|
||||||
|
@ -1 +1 @@
|
|||||||
09e12b2d858ed10b4ef7b4a145ba99e03632bef0 SOURCES/mobile-broadband-provider-info-20170310.tar.xz
|
cfd5cb8d9959b33484df5a4112f7d0c32b876b14 SOURCES/mobile-broadband-provider-info-20210805.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: 20210805
|
||||||
Release: 1%{?dist}
|
Release: 1%{?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,41 @@ 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
|
||||||
|
* Thu Aug 5 2021 Beniamino Galvani <bgalvani@redhat.com> - 20210805-1
|
||||||
|
- Update to latest upstream release
|
||||||
|
|
||||||
|
* Wed Oct 16 2019 Lubomir Rintel <lkundrak@v3.sk> - 20190618-2
|
||||||
|
- 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