rpms/scribes/devel scribes.spec,1.22,1.23

Peter Gordon (pgordon) fedora-extras-commits at redhat.com
Tue Dec 19 07:02:10 UTC 2006


Author: pgordon

Update of /cvs/extras/rpms/scribes/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7775

Modified Files:
	scribes.spec 
Log Message:
Fix build on devel by adding aclocal and sed calls around the automake call


Index: scribes.spec
===================================================================
RCS file: /cvs/extras/rpms/scribes/devel/scribes.spec,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- scribes.spec	19 Dec 2006 05:06:30 -0000	1.22
+++ scribes.spec	19 Dec 2006 07:01:40 -0000	1.23
@@ -86,7 +86,9 @@
 # $(DESTDIR)$(datadir)...
 %patch1 -p0
 # ..then recreate the root Makefile.in for the configure script to use...
+%{__aclocal}
 %{__automake} Makefile
+find . -type f -exec sed -i -e "s/@MKDIR_P@/@mkdir_p@/g" '{}' \; 
 # ...and now configure it. Scrollkeeper and GConf schema stuff are disabled
 # since they'll be installed with the scriptlets.
 %configure --disable-scrollkeeper --disable-schemas-install --enable-nls




More information about the fedora-extras-commits mailing list