rpms/q/devel q.spec,1.19,1.20

Tom Callaway spot at fedoraproject.org
Mon May 24 21:13:08 UTC 2010


Author: spot

Update of /cvs/pkgs/rpms/q/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv11061

Modified Files:
	q.spec 
Log Message:
disable rpath, rebuild for non-static libxslt


Index: q.spec
===================================================================
RCS file: /cvs/pkgs/rpms/q/devel/q.spec,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -p -r1.19 -r1.20
--- q.spec	24 Mar 2010 14:36:54 -0000	1.19
+++ q.spec	24 May 2010 21:13:08 -0000	1.20
@@ -1,6 +1,6 @@
 Name: 		q
 Version: 	7.11
-Release: 	6.1%{?dist}
+Release: 	7%{?dist}
 Summary: 	Equational programming language
 
 Group: 		Development/Languages
@@ -109,6 +109,8 @@ chmod +x %{__find_provides}
 
 %build
 %configure --with-unicode --with-rl="-lreadline -lncurses" --with-dxl="-lDX -lDXL" --with-magick="`pkg-config ImageMagick --libs`" --with-magick-includes="`pkg-config ImageMagick --cflags`"
+sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
+sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
 # %{?_smp_mflags} breaks the build
 make
 
@@ -195,6 +197,10 @@ fi
 
 
 %changelog
+* Mon May 24 2010 Tom "spot" Callaway <tcallawa at redhat.com> - 7.11-7
+- disable rpath
+- rebuild for non-static libxslt
+
 * Wed Mar 24 2010 Mike McGrath <mmcgrath at redhat.com> - 7.11-6.1
 - Rebuilt for broken dep
 



More information about the scm-commits mailing list