rpms/geoclue/F-8 geoclue.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Peter Robinson (pbrobinson) fedora-extras-commits at redhat.com
Fri May 16 12:13:24 UTC 2008


Author: pbrobinson

Update of /cvs/pkgs/rpms/geoclue/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28499/F-8

Modified Files:
	.cvsignore sources 
Added Files:
	geoclue.spec 
Log Message:
Initial F-8 package



--- NEW FILE geoclue.spec ---
Name:           geoclue
Version:        0.11.1
Release:        4%{?dist}
Summary:        Geoclue is a modular geoinformation service

Group:          System Environment/Libraries
License:        LGPLv2
URL:            http://geoclue.freedesktop.org/
Source0:        http://folks.o-hand.com/jku/geoclue-releases/%{name}-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires: dbus-devel
BuildRequires: dbus-glib-devel
BuildRequires: glib2-devel
BuildRequires: libxml2-devel
BuildRequires: GConf2-devel
BuildRequires: gtk2-devel
BuildRequires: NetworkManager-devel

Requires: dbus

%description
Geoclue is a modular geoinformation service built on top of the D-Bus 
messaging system. The goal of the Geoclue project is to make creating 
location-aware applications as simple as possible. 

%package devel
Summary: Development package for geoclue
Group: Development/Libraries
Requires: geoclue = %{PACKAGE_VERSION}
Requires: pkgconfig
%description devel
Files for development with geoclue.

%package gui
Summary: Testing gui for geoclue
Group: Development/Libraries
Requires: geoclue = %{PACKAGE_VERSION}
%description gui
Testing gui for geoclue

%prep
%setup -q

%build
%configure --disable-static
make %{?_smp_mflags}

%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT
rm $RPM_BUILD_ROOT%{_libdir}/libgeoclue.la

%clean
rm -rf $RPM_BUILD_ROOT

%post -p /sbin/ldconfig

%postun -p /sbin/ldconfig

%files
%defattr(-,root,root,-)
%doc AUTHORS COPYING README
%dir %{_datadir}/geoclue-providers
%{_libdir}/libgeoclue.so.0
%{_libdir}/libgeoclue.so.0.0.0
%{_datadir}/dbus-1/services/org.freedesktop.Geoclue.*
%{_datadir}/geoclue-providers/geoclue-*
%{_libexecdir}/geoclue-*

%files devel
%defattr(-,root,root,-)
%dir %{_includedir}/geoclue
%dir %{_datadir}/gtk-doc/html/geoclue/
%doc %{_datadir}/gtk-doc/html/geoclue/*
%{_includedir}/geoclue/*
%{_libdir}/pkgconfig/geoclue.pc
%{_libdir}/libgeoclue.so

%files gui
%{_bindir}/geoclue-test-gui

%changelog
* Mon Apr 28 2008 Peter Robinson <pbrobinson at gmail.com> 0.11.1-4
- Moved api documentation to -devel

* Sat Apr 26 2008 Peter Robinson <pbrobinson at gmail.com> 0.11.1-3
- Cleanup requires and group for test gui

* Sat Apr 26 2008 Peter Robinson <pbrobinson at gmail.com> 0.11.1-2
- Some spec file cleanups

* Fri Apr 25 2008 Peter Robinson <pbrobinson at gmail.com> 0.11.1-1
- Initial package


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/geoclue/F-8/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	15 May 2008 16:12:24 -0000	1.1
+++ .cvsignore	16 May 2008 12:12:38 -0000	1.2
@@ -0,0 +1 @@
+geoclue-0.11.1.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/geoclue/F-8/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	15 May 2008 16:12:24 -0000	1.1
+++ sources	16 May 2008 12:12:38 -0000	1.2
@@ -0,0 +1 @@
+b6caaea3fdeebf5e9896bbbc2a306ffd  geoclue-0.11.1.tar.gz




More information about the fedora-extras-commits mailing list