rpms/geoclue/devel geoclue.spec,1.13,1.14

Peter Robinson pbrobinson at fedoraproject.org
Fri Apr 10 11:23:44 UTC 2009


Author: pbrobinson

Update of /cvs/pkgs/rpms/geoclue/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv13208

Modified Files:
	geoclue.spec 
Log Message:
- Fix install of test gui


Index: geoclue.spec
===================================================================
RCS file: /cvs/pkgs/rpms/geoclue/devel/geoclue.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- geoclue.spec	29 Mar 2009 00:17:05 -0000	1.13
+++ geoclue.spec	10 Apr 2009 11:23:13 -0000	1.14
@@ -9,7 +9,7 @@
 
 Name:           geoclue
 Version:        0.11.1.1
-Release:        0.2.%{snapshot}%{?dist}
+Release:        0.3.%{snapshot}%{?dist}
 Summary:        A modular geoinformation service
 
 Group:          System Environment/Libraries
@@ -51,6 +51,15 @@
 %description devel
 Files for development with geoclue.
 
+%package gui
+Summary: Testing gui for geoclue
+Group: Development/Libraries
+Group: Development/Libraries
+Requires: %{name} = %{version}-%{release}
+
+%description gui
+Testing gui for geoclue
+
 %package gpsd
 Summary: gpsd provider for geoclue
 Group: Development/Libraries
@@ -81,6 +90,9 @@
 rm -rf $RPM_BUILD_ROOT
 make install DESTDIR=$RPM_BUILD_ROOT
 rm $RPM_BUILD_ROOT%{_libdir}/libgeoclue.la
+# Install the test gui as it seems the test isn't installed any more
+mkdir $RPM_BUILD_ROOT%{_bindir}
+cp test/geoclue-test-gui $RPM_BUILD_ROOT%{_bindir}/
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -125,6 +137,10 @@
 %{_libdir}/pkgconfig/geoclue.pc
 %{_libdir}/libgeoclue.so
 
+%files gui
+%defattr(-,root,root,-)
+%{_bindir}/geoclue-test-gui
+
 %files gpsd
 %defattr(-,root,root,-)
 %{_libexecdir}/geoclue-gpsd
@@ -138,6 +154,9 @@
 %{_datadir}/dbus-1/services/org.freedesktop.Geoclue.Providers.Gypsy.service
 
 %changelog
+* Thu Apr 09 2009 Peter Robinson <pbrobinson at gmail.com> 0.11.1.1-0.3
+- Fix install of test gui
+
 * Sun Mar 29 2009 Kevin Kofler <Kevin at tigcc.ticalc.org> 0.11.1.1-0.2
 - Rebuild for new gpsd
 




More information about the fedora-extras-commits mailing list