resetting manifest requested domain to floor
[platform/upstream/mobile-broadband-provider-info.git] / packaging / mobile-broadband-provider-info.spec
1 Name:           mobile-broadband-provider-info
2 Version:        20120614
3 Release:        1
4 License:        Creative Commons Public Domain
5 Summary:        Moblie Broadband Dataprovider Database
6 Url:            http://www.gnome.org
7 Group:          Applications/Internet
8 Source0:        %{name}-%{version}.tar.xz
9 Source101:      mobile-broadband-provider-info-rpmlintrc
10 Source1001:     mobile-broadband-provider-info.manifest
11
12 %description
13 This package contains mobile broadband settings for different service providers
14 in different countries. The Package contains only informational files so it's
15 safe for distributions to grab updates even during feature freeze and
16 maintenance stages.
17
18 When you want to configure a mobile broadband connections there usually is some
19 service provider specific information you have to know before the connection
20 can be established. Problem with this information is that it's highly technical
21 for an ordinary consumer and it's available only from service providers web
22 page or from Microsoft Windows installation media that becomes with tie-in
23 subscription devices.
24
25 The interesting side of this information is that it's the same for every user
26 of a given service provider. This means that service provider specific
27 information can be stored in a database. When this database is available the
28 information can be fetched there and the ordinary user does not need to bother
29 about it.
30
31 Service provider specific information is stored in a XML file. XML is not the
32 most optimized format for a database, but it's easy to read, understand and
33 edit.
34
35 The database is released under Creative Commons Public Domain (CC-PD).
36
37 %prep
38 %setup -q
39 cp %{SOURCE1001} .
40
41
42 %build
43
44 %configure --disable-static
45 make %{?_smp_mflags}
46
47 %install
48 %make_install
49
50
51
52
53
54
55
56 %files
57 %manifest %{name}.manifest
58 %license COPYING
59 %defattr(-,root,root,-)
60 %{_datadir}/pkgconfig/mobile-broadband-provider-info.pc
61 %{_datadir}/mobile-broadband-provider-info/*
62
63