Initial import (#999153)
This commit is contained in:
parent
5bbce575f9
commit
bc56ad51ba
1
.gitignore
vendored
1
.gitignore
vendored
@ -0,0 +1 @@
|
|||||||
|
/geoclue-1.99.2.tar.xz
|
94
geoclue2.spec
Normal file
94
geoclue2.spec
Normal file
@ -0,0 +1,94 @@
|
|||||||
|
Name: geoclue2
|
||||||
|
Version: 1.99.2
|
||||||
|
Release: 3%{?dist}
|
||||||
|
Summary: Geolocation service
|
||||||
|
|
||||||
|
License: GPLv2+
|
||||||
|
URL: http://www.freedesktop.org/wiki/Software/GeoClue/
|
||||||
|
Source0: http://people.freedesktop.org/~zeenix/releases/geoclue-%{version}.tar.xz
|
||||||
|
|
||||||
|
BuildRequires: GeoIP-devel
|
||||||
|
BuildRequires: glib2-devel
|
||||||
|
BuildRequires: intltool
|
||||||
|
BuildRequires: itstool
|
||||||
|
BuildRequires: json-glib-devel
|
||||||
|
BuildRequires: libsoup-devel
|
||||||
|
Requires: dbus
|
||||||
|
|
||||||
|
%description
|
||||||
|
Geoclue is a D-Bus service that provides location information. The primary goal
|
||||||
|
of the Geoclue project is to make creating location-aware applications as
|
||||||
|
simple as possible, while the secondary goal is to ensure that no application
|
||||||
|
can access location information without explicit permission from user.
|
||||||
|
|
||||||
|
|
||||||
|
%package devel
|
||||||
|
Summary: Development files for %{name}
|
||||||
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||||
|
|
||||||
|
%description devel
|
||||||
|
The %{name}-devel package contains files for developing applications that
|
||||||
|
use %{name}.
|
||||||
|
|
||||||
|
|
||||||
|
%package server
|
||||||
|
Summary: Server for IP address geolocation
|
||||||
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||||
|
|
||||||
|
%description server
|
||||||
|
The %{name}-server package contains the geoip-lookup and geoip-update binaries
|
||||||
|
for running on IP address geolocation servers.
|
||||||
|
|
||||||
|
|
||||||
|
%prep
|
||||||
|
%setup -q -n geoclue-%{version}
|
||||||
|
|
||||||
|
|
||||||
|
%build
|
||||||
|
%configure
|
||||||
|
make %{?_smp_mflags} V=1
|
||||||
|
|
||||||
|
|
||||||
|
%install
|
||||||
|
%make_install
|
||||||
|
|
||||||
|
|
||||||
|
%files
|
||||||
|
%doc COPYING NEWS
|
||||||
|
%{_sysconfdir}/dbus-1/system.d/org.freedesktop.GeoClue2.conf
|
||||||
|
%{_libexecdir}/geoclue
|
||||||
|
%{_datadir}/dbus-1/system-services/org.freedesktop.GeoClue2.service
|
||||||
|
%{_datadir}/geoclue-2.0/
|
||||||
|
|
||||||
|
%files devel
|
||||||
|
%{_libdir}/pkgconfig/geoclue-2.0.pc
|
||||||
|
|
||||||
|
%files server
|
||||||
|
%doc src/geoip-server/API-Documentation.txt
|
||||||
|
%{_bindir}/geoip-lookup
|
||||||
|
%{_bindir}/geoip-update
|
||||||
|
|
||||||
|
|
||||||
|
%changelog
|
||||||
|
* Sun Aug 25 2013 Kalev Lember <kalevlember@gmail.com> - 1.99.2-3
|
||||||
|
- Update -devel subpackage description (#999153)
|
||||||
|
|
||||||
|
* Sat Aug 24 2013 Kalev Lember <kalevlember@gmail.com> - 1.99.2-2
|
||||||
|
- Review fixes (#999153)
|
||||||
|
- Drop ldconfig calls that are unnecessary now that the shared library is gone
|
||||||
|
- Drop the build dep on gobject-introspection-devel
|
||||||
|
- Include API-Documentation.txt in the -server subpackage
|
||||||
|
|
||||||
|
* Fri Aug 23 2013 Kalev Lember <kalevlember@gmail.com> - 1.99.2-1
|
||||||
|
- Update to 1.99.2
|
||||||
|
- The shared library is gone in this release and all users should use the
|
||||||
|
dbus service directly
|
||||||
|
|
||||||
|
* Wed Aug 21 2013 Kalev Lember <kalevlember@gmail.com> - 1.99.1-3
|
||||||
|
- Include geoip-lookup in the -server subpackage as well
|
||||||
|
|
||||||
|
* Wed Aug 21 2013 Kalev Lember <kalevlember@gmail.com> - 1.99.1-2
|
||||||
|
- Ship geoip-update in -server subpackage
|
||||||
|
|
||||||
|
* Tue Aug 20 2013 Kalev Lember <kalevlember@gmail.com> - 1.99.1-1
|
||||||
|
- Initial Fedora packaging
|
Loading…
Reference in New Issue
Block a user