rpms/denemo/devel denemo-0.8.0-make.patch, NONE, 1.1 .cvsignore, 1.2, 1.3 sources, 1.2, 1.3

Roy Rankin rrankin at fedoraproject.org
Wed Jan 7 11:29:02 UTC 2009


Author: rrankin

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

Modified Files:
	.cvsignore sources 
Added Files:
	denemo-0.8.0-make.patch 
Log Message:
new upstream version


denemo-0.8.0-make.patch:

--- NEW FILE denemo-0.8.0-make.patch ---
--- Makefile.am.org	2008-11-30 15:53:12.000000000 +1100
+++ Makefile.am	2008-11-30 15:54:19.000000000 +1100
@@ -16,9 +16,9 @@
 	depcomp
 
 install-data-hook:
-	cp -r actions  $(datadir)/${PACKAGE}/
-	chmod -R 755 $(datadir)/${PACKAGE}/actions
+	cp -r actions  $(DESTDIR)$(datadir)/${PACKAGE}/
+	chmod -R 755 $(DESTDIR)$(datadir)/${PACKAGE}/actions
 dist-hook: @PACKAGE at .spec
-	cp $(srcdir)/@PACKAGE at .spec $(distdir)
+	cp $(srcdir)/@PACKAGE at .spec $(DESTDIR)$(distdir)
 
 ACLOCAL_AMFLAGS = -I m4
--- Makefile.in.org	2008-11-30 15:55:58.000000000 +1100
+++ Makefile.in	2008-11-30 15:57:25.000000000 +1100
@@ -648,10 +648,10 @@
 
 
 install-data-hook:
-	cp -r actions  $(datadir)/${PACKAGE}/
-	chmod -R 755 $(datadir)/${PACKAGE}/actions
+	cp -r actions  $(DESTDIR)$(datadir)/${PACKAGE}/
+	chmod -R 755 $(DESTDIR)$(datadir)/${PACKAGE}/actions
 dist-hook: @PACKAGE at .spec
-	cp $(srcdir)/@PACKAGE at .spec $(distdir)
+	cp $(srcdir)/@PACKAGE at .spec $(DESTDIR)$(distdir)
 # Tell versions [3.59,3.63) of GNU make to not export all variables.
 # Otherwise a system limit (for SysV at least) may be exceeded.
 .NOEXPORT:


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/denemo/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	24 Aug 2008 23:05:19 -0000	1.2
+++ .cvsignore	7 Jan 2009 11:29:00 -0000	1.3
@@ -1 +1 @@
-denemo-0.7.9.tar.gz
+denemo-0.8.0.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/denemo/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	24 Aug 2008 23:05:19 -0000	1.2
+++ sources	7 Jan 2009 11:29:00 -0000	1.3
@@ -1 +1 @@
-d48936ed56aea5d6afc7f061169e2891  denemo-0.7.9.tar.gz
+a19e15130f9c7fcdcef03daefc342d0c  denemo-0.8.0.tar.gz




More information about the scm-commits mailing list