rpms/podsleuth/F-12 podsleuth.conf, NONE, 1.1 podsleuth.spec, 1.13, 1.14

chkr chkr at fedoraproject.org
Thu Nov 12 22:51:53 UTC 2009


Author: chkr

Update of /cvs/pkgs/rpms/podsleuth/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv3584

Modified Files:
	podsleuth.spec 
Added Files:
	podsleuth.conf 
Log Message:
* Thu Nov 12 2009 Christian Krause <chkr at fedoraproject.org> - 0.6.5-2
- Add dbus policy file to allow users at the console to re-scan
  the iPod data and to update the iPod database (BZ 533397)
- Add the cache directory to the owned files/directories



--- NEW FILE podsleuth.conf ---
<!DOCTYPE busconfig PUBLIC
 "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
 "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
<busconfig>
	<policy at_console="true">
		<allow send_destination="org.freedesktop.Hal"
			send_interface="org.podsleuth"/>
	</policy>
</busconfig>


Index: podsleuth.spec
===================================================================
RCS file: /cvs/pkgs/rpms/podsleuth/F-12/podsleuth.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -p -r1.13 -r1.14
--- podsleuth.spec	26 Oct 2009 22:34:06 -0000	1.13
+++ podsleuth.spec	12 Nov 2009 22:51:53 -0000	1.14
@@ -2,12 +2,13 @@
 
 Name:		podsleuth
 Version:	0.6.5
-Release:	1%{?dist}
+Release:	2%{?dist}
 Summary:	Probes, identifies, and exposes properties and metadata bound to iPods
 Group:		Applications/Multimedia
 License:	MIT
 URL:		http://banshee-project.org/
 Source0:	http://banshee-project.org/files/%{name}/%{version}/%{name}-%{version}.tar.bz2
+Source1:	podsleuth.conf
 Patch1:		podsleuth-0.6.2-libdir.patch
 Patch2:		podsleuth-0.6.0-wapidir.patch
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -16,6 +17,7 @@ BuildRequires:	hal-devel
 BuildRequires:	ndesk-dbus-devel
 BuildRequires:	sg3_utils-devel
 Requires:	sg3_utils-libs
+Requires:	dbus
 
 # JIT Not availible on these:
 ExcludeArch: sparc64
@@ -56,6 +58,11 @@ make
 %{__rm} -rf %{buildroot}
 make install DESTDIR=%{buildroot}
 
+mkdir -p %{buildroot}%{_sysconfdir}/dbus-1/system.d
+install -m 644 %{SOURCE1} %{buildroot}%{_sysconfdir}/dbus-1/system.d
+
+mkdir -p %{buildroot}%{_localstatedir}/cache/podsleuth
+touch %{buildroot}%{_localstatedir}/cache/podsleuth/ipod-model-table
 
 %clean
 %{__rm} -rf %{buildroot}
@@ -68,12 +75,20 @@ make install DESTDIR=%{buildroot}
 %{_libdir}/podsleuth/
 %{_libexecdir}/hal-podsleuth
 %{_datadir}/hal/fdi/policy/20thirdparty/20-podsleuth.fdi
+%{_sysconfdir}/dbus-1/system.d/*
+%dir %{_localstatedir}/cache/podsleuth
+%ghost %verify(not md5 size mtime) %{_localstatedir}/cache/podsleuth/*
 
 %files devel
 %defattr(-,root,root,-)
 %{_libdir}/pkgconfig/podsleuth.pc
 
 %changelog
+* Thu Nov 12 2009 Christian Krause <chkr at fedoraproject.org> - 0.6.5-2
+- Add dbus policy file to allow users at the console to re-scan
+  the iPod data and to update the iPod database (BZ 533397)
+- Add the cache directory to the owned files/directories
+
 * Mon Oct 26 2009 Christian Krause <chkr at fedoraproject.org> - 0.6.5-1
 - Update to 0.6.5
 - Remove unneeded sg3_utils patch (upstream supports now




More information about the fedora-extras-commits mailing list