rpms/jd/devel jd-svn2580-libm-onig_include-configure_args.patch, 1.1, 1.2 jd.spec, 1.376, 1.377

Mamoru Tasaka mtasaka at fedoraproject.org
Sat Dec 20 11:42:18 UTC 2008


Author: mtasaka

Update of /cvs/extras/rpms/jd/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv21254

Modified Files:
	jd-svn2580-libm-onig_include-configure_args.patch jd.spec 
Log Message:
orz

jd-svn2580-libm-onig_include-configure_args.patch:

Index: jd-svn2580-libm-onig_include-configure_args.patch
===================================================================
RCS file: /cvs/extras/rpms/jd/devel/jd-svn2580-libm-onig_include-configure_args.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- jd-svn2580-libm-onig_include-configure_args.patch	20 Dec 2008 10:49:19 -0000	1.1
+++ jd-svn2580-libm-onig_include-configure_args.patch	20 Dec 2008 11:41:44 -0000	1.2
@@ -144,14 +144,17 @@
 ===================================================================
 --- Makefile.am	(revision 2580)
 +++ Makefile.am	(working copy)
-@@ -42,8 +42,9 @@
+@@ -42,8 +42,11 @@
  
  	@if test -n "$(jd_CONFIGURE_ARGS)"; \
  	then \
 -	    echo "#define CONFIGURE_ARGS \"$(jd_CONFIGURE_ARGS)\"" >> $@.new; \
-+           jd_CONFIGURE_ARGS='(none)' ;\
- 	fi
-+	@echo "#define CONFIGURE_ARGS \"$(jd_CONFIGURE_ARGS)\"" >> $@.new
+-	fi
++           JD_CONFIGURE_ARGS="$(jd_CONFIGURE_ARGS)" ;\
++       else \
++           JD_CONFIGURE_ARGS="(none)" ;\
++	fi ;\
++	echo "#define CONFIGURE_ARGS \"$${JD_CONFIGURE_ARGS}\"" >> $@.new
  
  	@echo '' >> $@.new
  	@echo '// Version information of SVN.' >> $@.new


Index: jd.spec
===================================================================
RCS file: /cvs/extras/rpms/jd/devel/jd.spec,v
retrieving revision 1.376
retrieving revision 1.377
diff -u -r1.376 -r1.377
--- jd.spec	20 Dec 2008 10:49:19 -0000	1.376
+++ jd.spec	20 Dec 2008 11:41:44 -0000	1.377
@@ -19,7 +19,7 @@
 ##########################################
 # Defined by vendor
 #
-%define         vendor_rel    3
+%define         vendor_rel    4
 %define         extra_rel     %{nil}
 # Tag name changed from vendor to vendorname so as not to
 # overwrite Vendor entry in Summary




More information about the fedora-extras-commits mailing list