source: projects/specs/trunk/m/mobile-broadband-provider-info/mobile-broadband-provider-info-vl.spec @ 985

Revision 985, 3.1 KB checked in by daisuke, 14 years ago (diff)

ModemManager?,mobile-broadband-provider-info: new package

Line 
1%define upstream_version 20100122
2
3Summary: Mobile broadband provider database
4Summary(ja): モバイルブロードバンドプロバイダ情報データベース
5Name: mobile-broadband-provider-info
6Version: 0.%{upstream_version}
7Release: 1%{?_dist_release}
8#
9# Source from git://git.gnome.org/mobile-broadband-provider-info
10# tarball built with:
11#    ./autogen.sh --prefix=/usr
12#    make distcheck
13#
14Source: mobile-broadband-provider-info-%{upstream_version}.tar.bz2
15License: Public Domain
16Group: System Environment/Base
17
18BuildArch: noarch
19URL: http://live.gnome.org/NetworkManager/MobileBroadband/ServiceProviders
20BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
21BuildRequires: libxml2
22
23%description
24The mobile-broadband-provider-info package contains listings of mobile
25broadband (3G) providers and associated network and plan information.
26
27%description -l ja
28mobile-broadband-provider-info パッケージにはモバイルブロードバンド(3G)
29のプロバイダとネットワークの情報データベースが含まれています。
30
31%package devel
32Summary: Development files for %{name}
33Summary(ja): %{name} の開発用ファイル
34Group: Development/Libraries
35Requires: %{name} = %{version}-%{release}
36
37%description devel
38The %{name}-devel package contains files necessary for
39developing developing applications that use %{name}.
40
41%prep
42%setup -q -n %{name}-%{upstream_version}
43
44%build
45%configure
46make %{?_smp_mflags}
47make check
48
49%check
50make check
51
52%install
53rm -rf $RPM_BUILD_ROOT
54make install DESTDIR=$RPM_BUILD_ROOT
55
56%clean
57rm -rf $RPM_BUILD_ROOT
58
59%files
60%defattr(0644, root, root, 0755)
61%doc COPYING README
62%attr(0644,root,root) %{_datadir}/%{name}/*
63       
64%files devel
65%defattr(0644, root, root, 0755)
66%{_datadir}/pkgconfig/%{name}.pc
67
68%changelog
69* Fri May 07 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 0.20100122-1
70- initial build for Vine Linux
71
72* Fri Jan 22 2010 Dan Williams <dcbw@redhat.com> - 1.20100122-1
73- Update to latest upstream release including:
74- Cyprus, Austria, Ireland, Ukraine, Romainia, Cambodia (rh #530981),
75- Iraq, India, Sri Lanka, UK, Australia, Singapore,
76- South Korea, Italy, United States, China (rh #517253), Nigeria,
77- Tanzania, Germany, Qatar, Russia, and Finland (rh #528988)
78
79* Fri Sep 18 2009 Dan Williams <dcbw@redhat.com> - 1.20090918-1
80- Update to latest upstream release including:
81- Algeria, Australia, Belarus, Belgium, Brazil
82- Brunei, Bulgaria, Egypt, Finland, Ghana, Greece
83- India, Italy, Kazakhstan, Korean CDMA operators
84- Kuwait, Mali, Netherlands, Paraguay, Serbia
85- Spain, Sweden, UK
86
87* Tue Aug 11 2009 Bastien Nocera <bnocera@redhat.com> 1.20090707-3
88- Add -devel sub-package with pkg-config file (#511318)
89
90* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.20090707-2
91- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
92
93* Tue Jul 7 2009 Dan Williams <dcbw@redhat.com> - 1.20090707-1
94- Update to latest upstream release including:
95- T-Mobile USA
96- Brazil
97- Bangladesh
98- Sweden
99- Spain
100- Moldova
101
102* Tue Jun 3 2009 Dan Williams <dcbw@redhat.com> 0.20090602-2
103- Package review fixes
104
105* Tue Jun 2 2009 Dan Williams <dcbw@redhat.com> 0.20090602-1
106- Initial version
107
Note: See TracBrowser for help on using the repository browser.