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

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