]> git.pld-linux.org Git - packages/mobile-broadband-provider-info.git/blame - mobile-broadband-provider-info.spec
- added Source0 URL
[packages/mobile-broadband-provider-info.git] / mobile-broadband-provider-info.spec
CommitLineData
facc8f93 1Summary: Mobile broadband provider database
2Name: mobile-broadband-provider-info
3Version: 20100510
4Release: 1
5License: Public Domain
9feacec3
MB
6Group: Libraries
7Source0: http://ftp.gnome.org/pub/GNOME/sources/mobile-broadband-provider-info/20100510/%{name}-%{version}.tar.bz2
8# Source0-md5: 43c1fd6b5c70ec911a8136263a1d6ccf
facc8f93 9URL: http://live.gnome.org/NetworkManager/MobileBroadband/ServiceProviders
10BuildRequires: autoconf
11BuildRequires: automake
9feacec3 12BuildArch: noarch
facc8f93 13BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15%description
16The mobile-broadband-provider-info package contains listings of mobile
17broadband (3G) providers and associated network and plan information.
18
19%package devel
20Summary: Development files for mobile-broadband-provider-info
21Group: Development/Libraries
facc8f93 22
23%description devel
24Development files for mobile-broadband-provider-info.
25
26%prep
27%setup -q
28
29%build
30%{__aclocal}
31%{__autoconf}
32%{__automake}
33%configure
34%{__make}
35
36%install
37rm -rf $RPM_BUILD_ROOT
38
39%{__make} install \
40 DESTDIR=$RPM_BUILD_ROOT
41
42%clean
43rm -rf $RPM_BUILD_ROOT
44
45%files
46%defattr(644,root,root,755)
47%doc ChangeLog NEWS README
145f3f08 48%dir %{_datadir}/%{name}
facc8f93 49%{_datadir}/%{name}/serviceproviders.2.dtd
50%{_datadir}/%{name}/serviceproviders.xml
51
52%files devel
53%defattr(644,root,root,755)
9feacec3 54%{_npkgconfigdir}/%{name}.pc
This page took 0.051291 seconds and 4 git commands to generate.