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

Revision 12446, 3.2 KB checked in by tomop, 4 years ago (diff)

updated 92 packages

ModemManager?-1.14.0-1

accountsservice-0.6.55-1

adwaita-icon-theme-3.36.1-1

cheese-3.34.0-1

clutter-gst3-3.0.27-1

clutter-gtk-1.8.4-2

clutter-1.26.4-1

cogl-1.22.8-1

colord-gtk-0.2.0-1

colord-1.4.4-1

control-center-3.36.4-1

eog-plugins-3.26.5-1

eog-3.36.3-1

evince-3.36.7-1

evolution-data-server-3.36.4-1

evolution-3.36.4-1

folks-0.14.0-1

fuse3-3.9.2-2

gcr-3.36.0-1

gdm-3.36.3-1

geocode-glib-3.26.2-1

gjs-1.64.4-1

glade3-3.36.0-1

gnome-applets-3.36.4-1

gnome-autoar-0.2.4-1

gnome-bluetooth-3.34.1-1

gnome-books-3.34.0-3

gnome-clocks-3.36.2-1

gnome-color-manager-3.36.0-1

gnome-contacts-3.36.2-1

gnome-desktop3-3.36.4-1

gnome-documents-3.34.0-1

gnome-flashback-3.36.3-1

gnome-font-viewer-3.34.0-1

gnome-keyring-3.36.0-1

gnome-menus-3.36.0-1

gnome-online-accounts-3.36.0-1

gnome-panel-3.36.2-1

gnome-session-3.36.0-1

gnome-settings-daemon-3.36.1-1

gnome-shell-3.36.4-1

gnome-software-3.36.1-1

gnome-themes-extra-3.28-2

gnome-tweaks-3.34.0-1

gnome-video-effects-0.5.0-1

gom-0.4-1

graphene-1.10.2-2

grilo-plugins-0.3.11-1

grilo-0.3.12-1

gsettings-desktop-schemas-3.36.1-1

gsound-1.0.2-3

gvfs-1.44.1-1

libaccounts-glib-1.25-1

libappindicator-12.10.0-1

libchamplain-0.12.20-1

libdbusmenu-16.04.0-1

libgdata-0.17.12-1

libgepub-0.6.0-4

libgphoto2-2.5.25-1

libgweather-3.36.1-1

libgxps-0.3.1-1

libhandy0-0.0.13-6

libical-3.0.8-2

libindicator-12.10.1-2

libmtp-1.1.17-1

libnma-1.8.30-2

liboauth-1.0.3-2

libsecret-0.20.3-1

libspectre-0.2.9-1

libwacom-1.4.1-1

libwnck3-3.36.0-1

libxmlb-0.1.15-3

metacity-3.36.1-1

mm-common-1.0.1-3

mobile-broadband-provider-info-0.20190618-1

mozjs68-68.11.0-1

mutter-3.36.4-1

nautilus-3.36.3-1

network-manager-applet-1.18.0-1

pipewire-0.3.8-1

python-dbusmock-0.18.3-6

python-mallard-ducktype-1.0.2-8

startup-notification-0.12-4

totem-pl-parser-3.26.5-1

totem-3.34.1-1

vala-0.48.8-1

xdg-desktop-portal-gtk-1.7.1-1

xdg-desktop-portal-1.7.2-1

yelp-tools-3.32.2-1

yelp-xsl-3.36.0-1

yelp-3.36.0-1

zenity-3.32.0-1

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