rpms/geoclue/devel .cvsignore, 1.2, 1.3 geoclue.spec, 1.9, 1.10 sources, 1.2, 1.3

Peter Robinson pbrobinson at fedoraproject.org
Tue Mar 10 17:17:15 UTC 2009


Author: pbrobinson

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

Modified Files:
	.cvsignore geoclue.spec sources 
Log Message:
- Move to a git snapshot until we finally get a new stable release


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/geoclue/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	16 May 2008 11:29:05 -0000	1.2
+++ .cvsignore	10 Mar 2009 17:16:44 -0000	1.3
@@ -1 +1 @@
-geoclue-0.11.1.tar.gz
+geoclue-0.11.1.1-20090310.tar.gz


Index: geoclue.spec
===================================================================
RCS file: /cvs/pkgs/rpms/geoclue/devel/geoclue.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- geoclue.spec	4 Mar 2009 23:16:26 -0000	1.9
+++ geoclue.spec	10 Mar 2009 17:16:45 -0000	1.10
@@ -1,12 +1,22 @@
+# Tarfile created using git
+# git clone git://anongit.freedesktop.org/geoclue
+# git-archive --format=tar --prefix=geoclue-0.1.11.1/ %{git_version} | gzip > ~/geoclue-0.1.11.1-20090310.tar.gz
+
+%define gitdate 20090310
+%define git_version 3a31d26
+%define tarfile %{name}-%{version}-%{gitdate}.tar.gz
+%define snapshot %{gitdate}git%{git_version}
+
 Name:           geoclue
-Version:        0.11.1
-Release:        15%{?dist}
+Version:        0.11.1.1
+Release:        0.1%{snapshot}%{?dist}
 Summary:        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
+#Source0:        http://folks.o-hand.com/jku/geoclue-releases/%{name}-%{version}.tar.gz
+Source0:        %{tarfile}
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires: dbus-devel
@@ -18,6 +28,11 @@
 BuildRequires: NetworkManager-devel
 BuildRequires: gypsy-devel
 BuildRequires: gpsd-devel
+BuildRequires: gtk-doc
+# Require these until we move back to a formal release
+BuildRequires: libtool
+BuildRequires: automake
+BuildRequires: autoconf
 
 Requires: dbus
 
@@ -36,24 +51,6 @@
 %description devel
 Files for development with geoclue.
 
-%package docs
-Summary: Documentation files for %{name}
-Group: Development/Libraries
-Requires: %{name} = %{version}-%{release}
-Requires: gtk-doc
-BuildArch: noarch
-
-%description docs
-This package contains developer documentation for %{name}.
-
-%package gui
-Summary: Testing gui for geoclue
-Group: Development/Libraries
-Requires: %{name} = %{version}-%{release}
-
-%description gui
-Testing gui for geoclue
-
 %package gpsd
 Summary: gpsd provider for geoclue
 Group: Development/Libraries
@@ -76,6 +73,7 @@
 %setup -q
 
 %build
+./autogen.sh
 %configure --disable-static
 make %{?_smp_mflags}
 
@@ -127,24 +125,22 @@
 %{_libdir}/pkgconfig/geoclue.pc
 %{_libdir}/libgeoclue.so
 
-%files docs
-%defattr(-,root,root,-)
-%doc %{_datadir}/gtk-doc/html/geoclue
-
-%files gui
-%{_bindir}/geoclue-test-gui
-
 %files gpsd
+%defattr(-,root,root,-)
 %{_libexecdir}/geoclue-gpsd
 %{_datadir}/geoclue-providers/geoclue-gpsd.provider
 %{_datadir}/dbus-1/services/org.freedesktop.Geoclue.Providers.Gpsd.service
 
 %files gypsy
+%defattr(-,root,root,-)
 %{_libexecdir}/geoclue-gypsy
 %{_datadir}/geoclue-providers/geoclue-gypsy.provider
 %{_datadir}/dbus-1/services/org.freedesktop.Geoclue.Providers.Gypsy.service
 
 %changelog
+* 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
 - Move docs to noarch, a few spec file cleanups
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/geoclue/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	16 May 2008 11:29:05 -0000	1.2
+++ sources	10 Mar 2009 17:16:45 -0000	1.3
@@ -1 +1 @@
-b6caaea3fdeebf5e9896bbbc2a306ffd  geoclue-0.11.1.tar.gz
+e7c5cede9f8e18e9bbd1fb3af78a594b  geoclue-0.11.1.1-20090310.tar.gz




More information about the fedora-extras-commits mailing list