rpms/gnome-commander/F-11 gnome-commander.spec,1.59,1.60

Mamoru Tasaka mtasaka at fedoraproject.org
Mon Jun 29 05:59:40 UTC 2009


Author: mtasaka

Update of /cvs/extras/rpms/gnome-commander/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv11766

Modified Files:
	gnome-commander.spec 
Log Message:
Workaround to make gnome-autogen support automake 1.11


Index: gnome-commander.spec
===================================================================
RCS file: /cvs/extras/rpms/gnome-commander/F-11/gnome-commander.spec,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -p -r1.59 -r1.60
--- gnome-commander.spec	29 Jun 2009 05:25:00 -0000	1.59
+++ gnome-commander.spec	29 Jun 2009 05:59:09 -0000	1.60
@@ -20,7 +20,7 @@
 
 %define        use_autotool          0
 %define        if_pre                1
-%define        main_release          4
+%define        main_release          5
 %define        extratag              git_%{git_pull_JST}
 %define        mimeedit_rev          1958
 
@@ -109,6 +109,15 @@ ansluta till FTP-servrar och SMB-nätver
 %setup -q -n %{name}-%{version}%{?extratag:-%extratag}
 
 %if 0%{use_autotool} > 0
+# Workaround to make gnome-autogen support automake 1.11
+# Note that fixed gnome-common-2.26.0-2.fc11 is now in testing
+mkdir TMPBIN ; cd TMPBIN
+sed -e 's|automake-1\.10|automake-1.11 automake-1.10|' \
+	%{_bindir}/gnome-autogen.sh > ./gnome-autogen.sh
+chmod 0755 ./gnome-autogen.sh
+export PATH=$(pwd):$PATH
+cd ..
+
 %{__sed} -i.conf '$s|^\(.*\)|NOCONFIGURE=1 \1|' autogen.sh
 sh autogen.sh
 %endif




More information about the fedora-extras-commits mailing list