source: projects/specs/trunk/g/geoclue2/geoclue2-vl.spec @ 10716

Revision 10716, 3.2 KB checked in by Takemikaduchi, 8 years ago (diff)

GNOME-3.20

Line 
1Summary:        A modular geoinformation service
2Summary(ja):    モジュール型地理情報サービス
3
4Name:           geoclue2
5Version:        2.4.3
6Release:        1%{?_dist_release}
7
8Group:          System Environment/Libraries
9License:        GPLv2+
10URL:            http://www.freedesktop.org/wiki/Software/GeoClue/
11Source0:        http://www.freedesktop.org/software/geoclue/releases/2.4/geoclue-%{version}.tar.xz
12
13BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
14
15BuildRequires: geocode-glib-devel
16BuildRequires: json-glib-devel
17BuildRequires: libsoup-devel
18BuildRequires: ModemManager-glib-devel
19BuildRequires: NetworkManager-glib-devel
20BuildRequires: gobject-introspection-devel
21BuildRequires: avahi-glib-devel
22BuildRequires: gtk-doc
23BuildRequires: itstool
24
25Vendor: Project Vine
26Distribution: Vine Linux
27
28%description
29Geoclue is a modular geoinformation service built on top of the D-Bus
30messaging system. The goal of the Geoclue project is to make creating
31location-aware applications as simple as possible.
32
33%package devel
34Summary: Development package for geoclue
35Summary(ja): geoclue の開発パッケージ
36Group: Development/Libraries
37Requires: %{name} = %{version}-%{release}
38Requires: pkgconfig
39
40%description devel
41Files for development with geoclue.
42
43
44%prep
45%setup -q -n geoclue-%{version}
46
47%build
48gtkdocize
49autoreconf -v --force --install
50intltoolize -f
51%configure \
52        --disable-static \
53        --disable-gtk-doc \
54        --disable-geoip-server
55make %{?_smp_mflags}
56
57%install
58rm -rf $RPM_BUILD_ROOT
59make install DESTDIR=$RPM_BUILD_ROOT
60find %{buildroot} -name '*.la' -exec rm -f {} ';'
61
62%clean
63rm -rf $RPM_BUILD_ROOT
64
65
66%files
67%defattr(-,root,root,-)
68%doc COPYING README
69%{_sysconfdir}/dbus-1/system.d/org.freedesktop.GeoClue2.Agent.conf
70%{_sysconfdir}/dbus-1/system.d/org.freedesktop.GeoClue2.conf
71%{_sysconfdir}/geoclue/geoclue.conf
72%{_libdir}/girepository-1.0/Geoclue-2.0.typelib
73%{_libdir}/libgeoclue-2.so.*
74%{_libexecdir}/geoclue
75%{_libexecdir}/geoclue-2.0/demos/where-am-i
76%{_datadir}/applications/geoclue-demo-agent.desktop
77%{_datadir}/applications/geoclue-where-am-i.desktop
78%{_datadir}/dbus-1/interfaces/org.freedesktop.GeoClue2.xml
79%{_datadir}/dbus-1/interfaces/org.freedesktop.GeoClue2.Agent.xml
80%{_datadir}/dbus-1/interfaces/org.freedesktop.GeoClue2.Client.xml
81%{_datadir}/dbus-1/interfaces/org.freedesktop.GeoClue2.Location.xml
82%{_datadir}/dbus-1/interfaces/org.freedesktop.GeoClue2.Manager.xml
83%{_datadir}/dbus-1/system-services/org.freedesktop.GeoClue2.service
84
85%files devel
86%defattr(-,root,root,-)
87%{_includedir}/libgeoclue-2.0
88%{_libdir}/libgeoclue-2.so
89%{_libdir}/pkgconfig/geoclue-2.0.pc
90%{_libdir}/pkgconfig/libgeoclue-2.0.pc
91%{_datadir}/gir-1.0/Geoclue-2.0.gir
92
93
94%changelog
95* Sun Jul 17 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.4.3-1
96- new upstream release
97- add BuildRequires: gobject-introspection-devel, avahi-glib-devel
98
99* Mon Apr 13 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.2.0-1
100- new upstream release
101
102* Sun Oct 26 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.1.10-1
103- new upstream release
104
105* Sun Mar 30 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.1.7-1
106- new upstream release
107- add BuildRequires: ModemManager-glib-devel, NetworkManager-glib-devel
108
109* Sat Oct 26 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.0.0-1
110- initial build
111
Note: See TracBrowser for help on using the repository browser.