rpms/podsleuth/devel podsleuth-0.6.6-libdir.patch,1.1,1.2

chkr chkr at fedoraproject.org
Tue Feb 2 23:25:16 UTC 2010


Author: chkr

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

Modified Files:
	podsleuth-0.6.6-libdir.patch 
Log Message:
update podsleuth-0.6.6-libdir.patch for official 0.6.6 release


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/devel/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 20:13:04 -0000	1.1
+++ podsleuth-0.6.6-libdir.patch	2 Feb 2010 23:25: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
  



More information about the scm-commits mailing list