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

d63536
%define upstream_version 20170310
d63536
d63536
Summary: Mobile broadband provider database
d63536
Name: mobile-broadband-provider-info
d63536
Version: 1.%{upstream_version}
d63536
Release: 1%{?dist}
d63536
URL: http://live.gnome.org/NetworkManager/MobileBroadband/ServiceProviders
d63536
License: Public Domain
d63536
#
d63536
# Source from git://git.gnome.org/mobile-broadband-provider-info
d63536
# tarball built with:
d63536
#    ./autogen.sh --prefix=/usr
d63536
#    make distcheck
d63536
#
d63536
# Upstream release:
d63536
Source http://ftp.gnome.org/pub/gnome/sources/mobile-broadband-provider-info/%{upstream_version}/mobile-broadband-provider-info-%{upstream_version}.tar.xz
d63536
d63536
BuildArch: noarch
d63536
BuildRequires: libxml2
d63536
d63536
%description
d63536
The mobile-broadband-provider-info package contains listings of mobile
d63536
broadband (3G) providers and associated network and plan information.
d63536
d63536
%package devel
d63536
Summary: Development files for %{name}
d63536
Requires: %{name} = %{version}-%{release}
d63536
d63536
%description devel
d63536
The %{name}-devel package contains files necessary for
d63536
developing developing applications that use %{name}.
d63536
d63536
%prep
d63536
%setup -q -n %{name}-%{upstream_version}
d63536
d63536
%build
d63536
%configure
d63536
make %{?_smp_mflags}
d63536
d63536
%check
d63536
make check
d63536
d63536
%install
d63536
make install DESTDIR=$RPM_BUILD_ROOT
d63536
d63536
%files
d63536
%license COPYING
d63536
%doc README
d63536
%dir %{_datadir}/%{name}
d63536
%attr(0644,root,root) %{_datadir}/%{name}/*
d63536
	
d63536
%files devel
d63536
%{_datadir}/pkgconfig/%{name}.pc
d63536
d63536
%changelog
d63536
* Tue Apr 10 2018 Peter Robinson <pbrobinson@fedoraproject.org> 1.20170310-1
d63536
- Update to latest upstream snapshot 20170310
d63536
- Spec cleanups, use %%license
d63536
d63536
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.20170105git-4
d63536
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
d63536
d63536
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.20170105git-3
d63536
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
d63536
d63536
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.20170105git-2
d63536
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
d63536
d63536
* Thu Jan  5 2017 Jiří Klimeš <blueowl@centrum.cz> - 1.20170105git-1
d63536
- Update to latest upstream git snapshot 20170105git
d63536
d63536
* Wed Feb  3 2016 Jiří Klimeš <blueowl@centrum.cz> - 1.20151214-1
d63536
- Update to latest upstream release 20151214
d63536
d63536
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.20150421git-2
d63536
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
d63536
d63536
* Tue Apr 21 2015 Jiří Klimeš <jklimes@redhat.com> - 1.20150421git-1
d63536
- Update to latest upstream git snapshot 20150421git
d63536
d63536
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.20120614-5
d63536
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
d63536
d63536
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.20120614-4
d63536
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
d63536
d63536
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.20120614-3
d63536
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
d63536
d63536
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.20120614-2
d63536
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
d63536
d63536
* Thu Jun 21 2012 Jiří Klimeš <jklimes@redhat.com> - 1.20120614-1
d63536
- Update to latest upstream release 20120614
d63536
d63536
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.20110218-2
d63536
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
d63536
d63536
* Fri Feb 18 2011 Matěj Cepl <mcepl@redhat.com> - 1.20110218-1
d63536
- Update to latest upstream checkout including:
d63536
	* south africa: add 8.ta (Telkom) provider (bgo #641916),
d63536
	  remove username for Cell-C (bgo #640794)
d63536
	* switzerland: update Orange plans and APNs (bgo #638115)
d63536
	* tanzania: add Sasatel and TTCL, add CDMA for Zantel (bgo #634609)
d63536
	* india: new unified BSNL APNs (rh #667280)
d63536
	* ec: add Movistar Ecuador (bgo #638223)
d63536
d63536
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.20101231-3
d63536
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
d63536
d63536
* Fri Jan 28 2011 Ville Skyttä <ville.skytta@iki.fi> - 1.20101231-2
d63536
- Own the %%{_datadir}/%%{name} dir.
d63536
- Remove duplicate "make check".
d63536
d63536
* Fri Dec 31 2010 Matěj Cepl <mcepl@redhat.com> - 1.20101231-1
d63536
- Update to latest upstream checkout including:
d63536
	Afghanistan, Argentina, Armenia, Australia, Austria, Bahrain, Canada,
d63536
	Croatia, Denmark, Dominican Republic, Finland, France, French Polynesia,
d63536
	Germany, Greece, Hong Kong, Hungary, China, Iceland, India, Indonesia,
d63536
	Iran, Israel, Israel, Italy, Latvia, Luxembourg, Mexico, Montenegro,
d63536
	Netherlands, New Zealand, Nicaragua, Norway, Paraguay, Philippines,
d63536
	Poland, Portugal, Romania, Rwanda/Burundi, Slovakia, Slovenia, Spain,
d63536
	Sudan, Sweden, Switzerland, Thailand, Tunisia, Uganda, United Arab
d63536
, 
d63536
* Fri Jan 22 2010 Dan Williams <dcbw@redhat.com> - 1.20100122-1
d63536
- Update to latest upstream release including:
d63536
- Cyprus, Austria, Ireland, Ukraine, Romainia, Cambodia (rh #530981), 
d63536
- Iraq, India, Sri Lanka, UK, Australia, Singapore,
d63536
- South Korea, Italy, United States, China (rh #517253), Nigeria,
d63536
- Tanzania, Germany, Qatar, Russia, and Finland (rh #528988)
d63536
d63536
* Fri Sep 18 2009 Dan Williams <dcbw@redhat.com> - 1.20090918-1
d63536
- Update to latest upstream release including:
d63536
- Algeria, Australia, Belarus, Belgium, Brazil
d63536
- Brunei, Bulgaria, Egypt, Finland, Ghana, Greece
d63536
- India, Italy, Kazakhstan, Korean CDMA operators
d63536
- Kuwait, Mali, Netherlands, Paraguay, Serbia
d63536
- Spain, Sweden, UK
d63536
d63536
* Tue Aug 11 2009 Bastien Nocera <bnocera@redhat.com> 1.20090707-3
d63536
- Add -devel sub-package with pkg-config file (#511318)
d63536
d63536
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.20090707-2
d63536
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
d63536
d63536
* Tue Jul 7 2009 Dan Williams <dcbw@redhat.com> - 1.20090707-1
d63536
- Update to latest upstream release including:
d63536
- T-Mobile USA
d63536
- Brazil
d63536
- Bangladesh
d63536
- Sweden
d63536
- Spain
d63536
- Moldova
d63536
d63536
* Wed Jun 3 2009 Dan Williams <dcbw@redhat.com> 0.20090602-2
d63536
- Package review fixes
d63536
d63536
* Tue Jun 2 2009 Dan Williams <dcbw@redhat.com> 0.20090602-1
d63536
- Initial version
d63536