rpms/geoclue/F-10 geoclue.spec,1.8,1.9

Peter Robinson pbrobinson at fedoraproject.org
Sun Jun 21 16:11:13 UTC 2009


Author: pbrobinson

Update of /cvs/pkgs/rpms/geoclue/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv2363

Modified Files:
	geoclue.spec 
Log Message:
fix geoclue-test-gui, add developer documentation


Index: geoclue.spec
===================================================================
RCS file: /cvs/pkgs/rpms/geoclue/F-10/geoclue.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -p -r1.8 -r1.9
--- geoclue.spec	16 Apr 2009 09:34:50 -0000	1.8
+++ geoclue.spec	21 Jun 2009 16:11:12 -0000	1.9
@@ -9,7 +9,7 @@
 
 Name:           geoclue
 Version:        0.11.1.1
-Release:        0.1.%{snapshot}%{?dist}
+Release:        0.6.%{snapshot}%{?dist}
 Summary:        A modular geoinformation service
 
 Group:          System Environment/Libraries
@@ -48,6 +48,7 @@ Requires: %{name} = %{version}-%{release
 Requires: dbus-devel
 Requires: libxml2-devel
 Requires: pkgconfig
+Requires: gtk-doc
 %description devel
 Files for development with geoclue.
 
@@ -83,7 +84,7 @@ A gypsy provider for geoclue
 
 %build
 ./autogen.sh
-%configure --disable-static
+%configure --disable-static --enable-gtk-doc
 make %{?_smp_mflags}
 
 %install
@@ -92,7 +93,7 @@ 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}/
+cp test/.libs/geoclue-test-gui $RPM_BUILD_ROOT%{_bindir}/
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -136,6 +137,7 @@ rm -rf $RPM_BUILD_ROOT
 %{_includedir}/geoclue
 %{_libdir}/pkgconfig/geoclue.pc
 %{_libdir}/libgeoclue.so
+%{_datadir}/gtk-doc/html/geoclue/
 
 %files gui
 %defattr(-,root,root,-)
@@ -154,7 +156,22 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/dbus-1/services/org.freedesktop.Geoclue.Providers.Gypsy.service
 
 %changelog
-* Thu Apr 16 2009 Peter Robinson <pbrobinson at gmail.com> 0.11.1.1-0.1
+* Sat Jun 20 2009 Bastien Nocera <bnocera at redhat.com> 0.11.1.1-0.6
+- Add missing gtk-doc requires
+
+* Sat Jun 20 2009 Bastien Nocera <bnocera at redhat.com> 0.11.1.1-0.5
+- Package the developer documentation as well
+
+* Fri Jun 19 2009 Bastien Nocera <bnocera at redhat.com> 0.11.1.1-0.4
+- Fix geoclue-test-gui (#506921)
+
+* 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
+
+* Tue Mar 10 2009 Peter Robinson <pbrobinson at gmail.com> 0.11.1.1-0.1
 - Move to a git snapshot until we finally get a new stable release
 
 * Wed Mar 4 2009 Peter Robinson <pbrobinson at gmail.com> 0.11.1-15




More information about the fedora-extras-commits mailing list