rpms/geoclue/devel geoclue.spec,1.1,1.2

Peter Robinson (pbrobinson) fedora-extras-commits at redhat.com
Sun May 18 20:51:51 UTC 2008


Author: pbrobinson

Update of /cvs/pkgs/rpms/geoclue/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17031

Modified Files:
	geoclue.spec 
Log Message:
* Sun May 18 2008 Peter Robinson <pbrobinson at gmail.com> 0.11.1-5
- Added gypsy and gpsd providers to build as sub packages




Index: geoclue.spec
===================================================================
RCS file: /cvs/pkgs/rpms/geoclue/devel/geoclue.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- geoclue.spec	16 May 2008 11:29:05 -0000	1.1
+++ geoclue.spec	18 May 2008 20:51:00 -0000	1.2
@@ -1,6 +1,6 @@
 Name:           geoclue
 Version:        0.11.1
-Release:        4%{?dist}
+Release:        5%{?dist}
 Summary:        Geoclue is a modular geoinformation service
 
 Group:          System Environment/Libraries
@@ -16,6 +16,8 @@
 BuildRequires: GConf2-devel
 BuildRequires: gtk2-devel
 BuildRequires: NetworkManager-devel
+BuildRequires: gypsy-devel
+BuildRequires: gpsd-devel
 
 Requires: dbus
 
@@ -36,9 +38,26 @@
 Summary: Testing gui for geoclue
 Group: Development/Libraries
 Requires: geoclue = %{PACKAGE_VERSION}
+
 %description gui
 Testing gui for geoclue
 
+%package gpsd
+Summary: gpsd provider for geoclue
+Group: Development/Libraries
+Requires: geoclue = %{PACKAGE_VERSION}
+
+%description gpsd
+A gpsd provider for geoclue
+
+%package gypsy
+Summary: gypsy provider for geoclue
+Group: Development/Libraries
+Requires: geoclue = %{PACKAGE_VERSION}
+
+%description gypsy
+A gypsy provider for geoclue
+
 %prep
 %setup -q
 
@@ -80,7 +99,16 @@
 %files gui
 %{_bindir}/geoclue-test-gui
 
+%files gpsd
+%{_libexecdir}/geoclue-gpsd
+
+%files gypsy
+%{_libexecdir}/geoclue-gypsy
+
 %changelog
+* Sun May 18 2008 Peter Robinson <pbrobinson at gmail.com> 0.11.1-5
+- Added gypsy and gpsd providers to build as sub packages
+
 * Mon Apr 28 2008 Peter Robinson <pbrobinson at gmail.com> 0.11.1-4
 - Moved api documentation to -devel
 




More information about the fedora-extras-commits mailing list