rpms/podsleuth/F-12 .cvsignore, 1.7, 1.8 podsleuth-0.6.6-libdir.patch, 1.1, 1.2 podsleuth.spec, 1.16, 1.17 sources, 1.7, 1.8

chkr chkr at fedoraproject.org
Wed Feb 3 21:43:16 UTC 2010


Author: chkr

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

Modified Files:
	.cvsignore podsleuth-0.6.6-libdir.patch podsleuth.spec sources 
Log Message:
* Wed Feb 03 2010 Christian Krause <chkr at fedoraproject.org> - 0.6.6-1
- Update to 0.6.6



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/podsleuth/F-12/.cvsignore,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -p -r1.7 -r1.8
--- .cvsignore	16 Dec 2009 23:57:26 -0000	1.7
+++ .cvsignore	3 Feb 2010 21:43:16 -0000	1.8
@@ -1 +1 @@
-podsleuth-20091216.tar.bz2
+podsleuth-0.6.6.tar.bz2

podsleuth-0.6.6-libdir.patch:
 PodSleuth.Hal/Makefile.am      |    2 +-
 PodSleuth.Hal/Makefile.in      |    2 +-
 PodSleuth.Hal/hal-podsleuth.in |    2 +-
 PodSleuth.Hal/podsleuth.in     |    2 +-
 PodSleuth/Makefile.am          |    2 +-
 PodSleuth/Makefile.in          |    2 +-
 6 files changed, 6 insertions(+), 6 deletions(-)

Index: podsleuth-0.6.6-libdir.patch
===================================================================
RCS file: /cvs/pkgs/rpms/podsleuth/F-12/podsleuth-0.6.6-libdir.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- podsleuth-0.6.6-libdir.patch	16 Dec 2009 23:57:26 -0000	1.1
+++ podsleuth-0.6.6-libdir.patch	3 Feb 2010 21:43:16 -0000	1.2
@@ -1,6 +1,6 @@
-diff -uNr podsleuth-20091216.old/src/PodSleuth/Makefile.am podsleuth-20091216/src/PodSleuth/Makefile.am
---- podsleuth-20091216.old/src/PodSleuth/Makefile.am	2009-12-09 04:34:17.000000000 +0100
-+++ podsleuth-20091216/src/PodSleuth/Makefile.am	2009-12-16 20:19:21.000000000 +0100
+diff -uNr podsleuth-0.6.6.old/src/PodSleuth/Makefile.am podsleuth-0.6.6/src/PodSleuth/Makefile.am
+--- podsleuth-0.6.6.old/src/PodSleuth/Makefile.am	2009-07-01 03:01:09.000000000 +0200
++++ podsleuth-0.6.6/src/PodSleuth/Makefile.am	2010-02-03 00:17:50.000000000 +0100
 @@ -9,7 +9,7 @@
  ASSEMBLY_REF = -r:System.Xml -r:Mono.Posix
  ASSEMBLY_RES = data/ipod-model-table
@@ -10,9 +10,21 @@ diff -uNr podsleuth-20091216.old/src/Pod
  sleuth_SCRIPTS = $(ASSEMBLY) $(ASSEMBLY).mdb $(ASSEMBLY).config
  
  ASSEMBLY_EXPANDED_RES = $(foreach res,$(ASSEMBLY_RES), $(top_srcdir)/$(res))
-diff -uNr podsleuth-20091216.old/src/PodSleuth.Hal/hal-podsleuth.in podsleuth-20091216/src/PodSleuth.Hal/hal-podsleuth.in
---- podsleuth-20091216.old/src/PodSleuth.Hal/hal-podsleuth.in	2009-12-09 04:34:17.000000000 +0100
-+++ podsleuth-20091216/src/PodSleuth.Hal/hal-podsleuth.in	2009-12-16 20:18:35.000000000 +0100
+diff -uNr podsleuth-0.6.6.old/src/PodSleuth/Makefile.in podsleuth-0.6.6/src/PodSleuth/Makefile.in
+--- podsleuth-0.6.6.old/src/PodSleuth/Makefile.in	2009-12-13 05:54:12.000000000 +0100
++++ podsleuth-0.6.6/src/PodSleuth/Makefile.in	2010-02-03 00:18:08.000000000 +0100
+@@ -171,7 +171,7 @@
+ 
+ ASSEMBLY_REF = -r:System.Xml -r:Mono.Posix
+ ASSEMBLY_RES = data/ipod-model-table
+-sleuthdir = $(prefix)/lib/podsleuth
++sleuthdir = $(libdir)/podsleuth
+ sleuth_SCRIPTS = $(ASSEMBLY) $(ASSEMBLY).mdb $(ASSEMBLY).config
+ ASSEMBLY_EXPANDED_RES = $(foreach res,$(ASSEMBLY_RES), $(top_srcdir)/$(res))
+ ASSEMBLY_EXPANDED_RES_BUILD = $(foreach res,$(ASSEMBLY_EXPANDED_RES), $(addprefix -resource:,$(res)),$(notdir $(res)))
+diff -uNr podsleuth-0.6.6.old/src/PodSleuth.Hal/hal-podsleuth.in podsleuth-0.6.6/src/PodSleuth.Hal/hal-podsleuth.in
+--- podsleuth-0.6.6.old/src/PodSleuth.Hal/hal-podsleuth.in	2009-07-01 03:01:09.000000000 +0200
++++ podsleuth-0.6.6/src/PodSleuth.Hal/hal-podsleuth.in	2010-02-03 00:17:50.000000000 +0100
 @@ -2,7 +2,7 @@
  
  MONO=mono
@@ -22,9 +34,9 @@ diff -uNr podsleuth-20091216.old/src/Pod
  
  if [ "$1" = "--update" ]; then
  	MONO_EXEC_ARGS="--update"
-diff -uNr podsleuth-20091216.old/src/PodSleuth.Hal/Makefile.am podsleuth-20091216/src/PodSleuth.Hal/Makefile.am
---- podsleuth-20091216.old/src/PodSleuth.Hal/Makefile.am	2009-12-09 04:34:17.000000000 +0100
-+++ podsleuth-20091216/src/PodSleuth.Hal/Makefile.am	2009-12-16 20:19:03.000000000 +0100
+diff -uNr podsleuth-0.6.6.old/src/PodSleuth.Hal/Makefile.am podsleuth-0.6.6/src/PodSleuth.Hal/Makefile.am
+--- podsleuth-0.6.6.old/src/PodSleuth.Hal/Makefile.am	2009-07-01 03:01:09.000000000 +0200
++++ podsleuth-0.6.6/src/PodSleuth.Hal/Makefile.am	2010-02-03 00:17:50.000000000 +0100
 @@ -11,7 +11,7 @@
  	$(GTKSHARP_LIBS) \
  	$(NDESK_DBUS_LIBS)
@@ -34,9 +46,21 @@ diff -uNr podsleuth-20091216.old/src/Pod
  haldir = $(HALCALLOUTSDIR)
  hal_SCRIPTS = hal-podsleuth
  bin_SCRIPTS = podsleuth
-diff -uNr podsleuth-20091216.old/src/PodSleuth.Hal/podsleuth.in podsleuth-20091216/src/PodSleuth.Hal/podsleuth.in
---- podsleuth-20091216.old/src/PodSleuth.Hal/podsleuth.in	2009-12-09 04:34:17.000000000 +0100
-+++ podsleuth-20091216/src/PodSleuth.Hal/podsleuth.in	2009-12-16 20:18:18.000000000 +0100
+diff -uNr podsleuth-0.6.6.old/src/PodSleuth.Hal/Makefile.in podsleuth-0.6.6/src/PodSleuth.Hal/Makefile.in
+--- podsleuth-0.6.6.old/src/PodSleuth.Hal/Makefile.in	2009-12-13 05:54:12.000000000 +0100
++++ podsleuth-0.6.6/src/PodSleuth.Hal/Makefile.in	2010-02-03 00:18:24.000000000 +0100
+@@ -177,7 +177,7 @@
+ 	$(GTKSHARP_LIBS) \
+ 	$(NDESK_DBUS_LIBS)
+ 
+-sleuthdir = $(prefix)/lib/podsleuth
++sleuthdir = $(libdir)/podsleuth
+ haldir = $(HALCALLOUTSDIR)
+ hal_SCRIPTS = hal-podsleuth
+ bin_SCRIPTS = podsleuth
+diff -uNr podsleuth-0.6.6.old/src/PodSleuth.Hal/podsleuth.in podsleuth-0.6.6/src/PodSleuth.Hal/podsleuth.in
+--- podsleuth-0.6.6.old/src/PodSleuth.Hal/podsleuth.in	2009-07-01 03:01:09.000000000 +0200
++++ podsleuth-0.6.6/src/PodSleuth.Hal/podsleuth.in	2010-02-03 00:17:50.000000000 +0100
 @@ -1,4 +1,4 @@
  #!/bin/bash
  


Index: podsleuth.spec
===================================================================
RCS file: /cvs/pkgs/rpms/podsleuth/F-12/podsleuth.spec,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -p -r1.16 -r1.17
--- podsleuth.spec	18 Jan 2010 00:16:32 -0000	1.16
+++ podsleuth.spec	3 Feb 2010 21:43:16 -0000	1.17
@@ -1,20 +1,20 @@
 %define		debug_package %{nil}
 
-%global gitdate 20091216
-%global gitcommit 49fc3d67a9ce098855204e961131a21946a95d01
+#%global gitdate 20091216
+#%global gitcommit 49fc3d67a9ce098855204e961131a21946a95d01
 
 Name:		podsleuth
 Version:	0.6.6
-#Release:	2%{?dist}
-Release:	0.2.%{gitdate}git%{?dist}
+Release:	1%{?dist}
+#Release:	0.2.%{gitdate}git%{?dist}
 Summary:	Probes, identifies, and exposes properties and metadata bound to iPods
 Group:		Applications/Multimedia
 License:	MIT
 URL:		http://banshee-project.org/
 # based on libdrm's make-git-snapshot.sh 
 # sh podsleuth-make-git-snapshot.sh <gitcommit> <gitdate>
-Source0: %{name}-%{gitdate}.tar.bz2
-#Source0:	http://banshee-project.org/files/%{name}/%{version}/%{name}-%{version}.tar.bz2
+#Source0: %{name}-%{gitdate}.tar.bz2
+Source0:	http://banshee-project.org/files/%{name}/%{version}/%{name}-%{version}.tar.bz2
 Source1:	80-podsleuth.rules
 Patch1:		podsleuth-0.6.6-libdir.patch
 Patch2:		podsleuth-0.6.0-wapidir.patch
@@ -24,7 +24,7 @@ BuildRequires:	hal-devel
 BuildRequires:	ndesk-dbus-devel
 BuildRequires:	sg3_utils-devel
 # Snapshots only
-BuildRequires: autoconf automake libtool
+#BuildRequires: autoconf automake libtool
 Requires:	sg3_utils-libs
 Requires:	dbus
 Requires:	udev
@@ -53,13 +53,14 @@ Development files for podsleuth.
 
 
 %prep
-#%setup -q
-%setup -q -n %{name}-%{gitdate}
+%setup -q
+#%setup -q -n %{name}-%{gitdate}
 %patch1 -p1 -b .libdir
 %patch2 -p1 -b .wapidir
 
 %build
-./autogen.sh
+# Snapshots only
+# ./autogen.sh
 %configure --with-hal-callouts-dir=%{_libexecdir}
 
 # Breaks when smp flag is set
@@ -97,6 +98,9 @@ install -m 644 %{SOURCE1} %{buildroot}%{
 %{_libdir}/pkgconfig/podsleuth.pc
 
 %changelog
+* Wed Feb 03 2010 Christian Krause <chkr at fedoraproject.org> - 0.6.6-1
+- Update to 0.6.6
+
 * Sun Jan 17 2010 Christian Krause <chkr at fedoraproject.org> - 0.6.6-0.2.20091216git
 - Add udev rule to set the correct SELinux label for iPod devices
   (BZ 533399)


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/podsleuth/F-12/sources,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -p -r1.7 -r1.8
--- sources	16 Dec 2009 23:57:26 -0000	1.7
+++ sources	3 Feb 2010 21:43:16 -0000	1.8
@@ -1 +1 @@
-bd906c27fb0d4b623a25d25a05c200e8  podsleuth-20091216.tar.bz2
+edce0164b4cf50175104854a184a8f10  podsleuth-0.6.6.tar.bz2



More information about the scm-commits mailing list