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

Revision 7938, 1.9 KB checked in by Takemikaduchi, 11 years ago (diff)

GNOME-3.10.1

Line 
1Summary:        A modular geoinformation service
2Summary(ja):    モジュール型地理情報サービス
3
4Name:           geoclue2
5Version:        2.0.0
6Release:        1%{?_dist_release}
7
8Group:          System Environment/Libraries
9License:        GPLv2+
10URL:            http://www.freedesktop.org/wiki/Software/GeoClue/
11Source0:        http://cgit.freedesktop.org/geoclue/snapshot/geoclue-%{version}.tar.gz
12
13BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
14
15BuildRequires: geocode-glib-devel
16BuildRequires: json-glib-devel
17BuildRequires: libsoup-devel
18BuildRequires: gtk-doc
19BuildRequires: itstool
20
21Vendor: Project Vine
22Distribution: Vine Linux
23
24%description
25Geoclue is a modular geoinformation service built on top of the D-Bus
26messaging system. The goal of the Geoclue project is to make creating
27location-aware applications as simple as possible.
28
29%package devel
30Summary: Development package for geoclue
31Summary(ja): geoclue の開発パッケージ
32Group: Development/Libraries
33Requires: %{name} = %{version}-%{release}
34Requires: pkgconfig
35
36%description devel
37Files for development with geoclue.
38
39
40%prep
41%setup -q -n geoclue-%{version}
42
43%build
44gtkdocize
45autoreconf -v --force --install
46intltoolize -f
47%configure \
48        --disable-static \
49        --disable-gtk-doc \
50        --disable-geoip-server
51make %{?_smp_mflags}
52
53%install
54rm -rf $RPM_BUILD_ROOT
55make install DESTDIR=$RPM_BUILD_ROOT
56find %{buildroot} -name '*.la' -exec rm -f {} ';'
57
58%clean
59rm -rf $RPM_BUILD_ROOT
60
61
62%files
63%defattr(-,root,root,-)
64%doc AUTHORS COPYING README
65%{_sysconfdir}/dbus-1/system.d/org.freedesktop.GeoClue2.conf
66%{_libexecdir}/geoclue
67%{_datadir}/dbus-1/system-services/org.freedesktop.GeoClue2.service
68%{_datadir}/geoclue-2.0/geoclue-interface.xml
69
70%files devel
71%defattr(-,root,root,-)
72%{_libdir}/pkgconfig/geoclue-2.0.pc
73
74
75%changelog
76* Sat Oct 26 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.0.0-1
77- initial build
78
Note: See TracBrowser for help on using the repository browser.