SPECS: qtcmd.spec - lib64 fix for plugins

glen glen at pld-linux.org
Sun Nov 27 15:42:45 CET 2005


Author: glen                         Date: Sun Nov 27 14:42:45 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- lib64 fix for plugins

---- Files affected:
SPECS:
   qtcmd.spec (1.5 -> 1.6) 

---- Diffs:

================================================================
Index: SPECS/qtcmd.spec
diff -u SPECS/qtcmd.spec:1.5 SPECS/qtcmd.spec:1.6
--- SPECS/qtcmd.spec:1.5	Sun Nov 27 12:23:58 2005
+++ SPECS/qtcmd.spec	Sun Nov 27 15:42:39 2005
@@ -3,12 +3,13 @@
 Summary(pl):	Oparty na QT zarządca plików wzorowany na Total Commanderze
 Name:		qtcmd
 Version:	0.6
-Release:	0.1
+Release:	0.2
 License:	GPL v2
 Group:		X11/Applications
 Source0:	http://qtcmd.nes.pl/download/stable/source/%{name}-%{version}.tar.bz2
 # Source0-md5:	b4ddad6b49812a83770c616b11189da5
 Patch0:		%{name}-Makefile.patch
+Patch1:		%{name}-lib64.patch
 URL:		http://qtcmd.nes.pl/
 BuildRequires:	qmake
 BuildRequires:	sed >= 4.0
@@ -27,6 +28,9 @@
 %prep
 %setup -q
 %patch0 -p1
+%if %{_lib} != "lib"
+%patch1 -p1
+%endif
 find src/ -name '*.pro' | xargs sed -i -e 's,/usr/local/lib,$(LIBDIR),g' -e 's,/usr/local/bin,$(BINDIR),g'
 
 %build
@@ -64,6 +68,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.6  2005/11/27 14:42:39  glen
+- lib64 fix for plugins
+
 Revision 1.5  2005/11/27 11:23:58  darekr
 - BR: sed 4
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/qtcmd.spec?r1=1.5&r2=1.6&f=u




More information about the pld-cvs-commit mailing list