rpms/qscintilla/devel qscintilla.spec,1.41,1.42

Rex Dieter rdieter at fedoraproject.org
Wed Jul 14 19:33:56 UTC 2010


Author: rdieter

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

Modified Files:
	qscintilla.spec 
Log Message:
rumors are that rpath is dead here too, woo hoo



Index: qscintilla.spec
===================================================================
RCS file: /cvs/pkgs/rpms/qscintilla/devel/qscintilla.spec,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -p -r1.41 -r1.42
--- qscintilla.spec	14 Jul 2010 16:21:36 -0000	1.41
+++ qscintilla.spec	14 Jul 2010 19:33:56 -0000	1.42
@@ -116,8 +116,8 @@ make -C designer-Qt4 install INSTALL_ROO
 %if 0%{?python}
 make -C Python install DESTDIR=%{buildroot}
 
-chrpath --list   %{buildroot}%{python_sitearch}/PyQt4/Qsci.so
-chrpath --delete %{buildroot}%{python_sitearch}/PyQt4/Qsci.so
+chrpath --list   %{buildroot}%{python_sitearch}/PyQt4/Qsci.so && \
+chrpath --delete %{buildroot}%{python_sitearch}/PyQt4/Qsci.so ||:
 %endif
 
 



More information about the scm-commits mailing list