rpms/gypsy/F-11 gypsy.spec,1.7,1.8

Bastien Nocera hadess at fedoraproject.org
Fri Jun 19 12:42:08 UTC 2009


Author: hadess

Update of /cvs/pkgs/rpms/gypsy/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv29438

Modified Files:
	gypsy.spec 
Log Message:
* Fri Jun 19 2009 Bastien Nocera <bnocera at redhat.com> 0.6-9
- Gypsy is supposed to run as a system service, as root


Index: gypsy.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gypsy/F-11/gypsy.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -p -r1.7 -r1.8
--- gypsy.spec	4 Mar 2009 23:28:28 -0000	1.7
+++ gypsy.spec	19 Jun 2009 12:41:36 -0000	1.8
@@ -1,6 +1,6 @@
 Name:           gypsy
 Version:        0.6
-Release:        8%{?dist}
+Release:        9%{?dist}
 Summary:        A GPS multiplexing daemon
 
 Group:          System Environment/Libraries
@@ -10,6 +10,8 @@ URL:            http://gypsy.freedesktop
 Source0:        http://gypsy.freedesktop.org/gypsy-releases/%{name}-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
+Patch0:         0001-Make-gypsy-run-as-a-system-service.patch
+
 BuildRequires: bluez-libs-devel
 BuildRequires: dbus-devel
 BuildRequires: dbus-glib-devel
@@ -17,6 +19,9 @@ BuildRequires: glib2-devel
 BuildRequires: gtk-doc
 BuildRequires: libxslt
 
+# For patch0
+BuildRequires: automake autoconf libtool
+
 Requires: dbus
 
 %description
@@ -46,6 +51,10 @@ This package contains developer document
 %prep
 %setup -q
 
+%patch0 -p1 -b .dbus
+libtoolize -f
+autoreconf
+
 %build
 %configure --disable-static
 make %{?_smp_mflags}
@@ -66,7 +75,7 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(-,root,root,-)
 %doc AUTHORS COPYING COPYING.lib LICENSE
 %{_sysconfdir}/dbus-1/system.d/Gypsy.conf
-%{_datadir}/dbus-1/services/org.freedesktop.Gypsy.service
+%{_datadir}/dbus-1/system-services/org.freedesktop.Gypsy.service
 %{_libexecdir}/gypsy-daemon
 %{_libdir}/libgypsy.so.0
 %{_libdir}/libgypsy.so.0.0.0
@@ -82,6 +91,9 @@ rm -rf $RPM_BUILD_ROOT
 %doc %{_datadir}/gtk-doc/html/gypsy
 
 %changelog
+* Fri Jun 19 2009 Bastien Nocera <bnocera at redhat.com> 0.6-9
+- Gypsy is supposed to run as a system service, as root
+
 * Wed Mar  4 2009 Peter Robinson <pbrobinson at gmail.com> 0.6-8
 - Move docs to noarch, some spec file updates
 




More information about the fedora-extras-commits mailing list