SPECS: termit.spec - cleanup, FindLua51 patch obsolete with current cmake

qboosh qboosh at pld-linux.org
Sat Dec 13 21:34:23 CET 2008


Author: qboosh                       Date: Sat Dec 13 20:34:23 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- cleanup, FindLua51 patch obsolete with current cmake

---- Files affected:
SPECS:
   termit.spec (1.16 -> 1.17) 

---- Diffs:

================================================================
Index: SPECS/termit.spec
diff -u SPECS/termit.spec:1.16 SPECS/termit.spec:1.17
--- SPECS/termit.spec:1.16	Sat Dec 13 21:25:44 2008
+++ SPECS/termit.spec	Sat Dec 13 21:34:18 2008
@@ -11,7 +11,6 @@
 # Source0-md5:	ce1dba707a8b803fcb21db4163c50a4a
 Source1:	%{name}.desktop
 Source2:	%{name}.png
-# Patch0:		%{name}-FindLua51.patch
 URL:		http://code.google.com/p/termit/wiki/TermIt
 BuildRequires:	cmake >= 2.6.1
 BuildRequires:	gtk+2-devel >= 2:2.8
@@ -60,13 +59,14 @@
 
 %prep
 %setup -q
-# %patch0 -p1
 
 %build
-%{cmake} -D CMAKE_INSTALL_PREFIX:PATH="%{_prefix}" .
+%cmake . \
+	-DCMAKE_INSTALL_PREFIX:PATH="%{_prefix}" \
+	-DCMAKE_VERBOSE_MAKEFILE=ON
 # fix --as-needed issue - ref: http://pld-linux.org/DevelopingPLD/AdvancedDeveloping/FixingAsNeeded
 %{__perl} -i -p -e 's/((\s-l\S+\s*?)+)((\s\S+\.o\s*?)+)(\s-o termit\s)/\5 \3 \1 /' src/CMakeFiles/termit.dir/link.txt
-%{__make} VERBOSE=1
+%{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -96,6 +96,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.17  2008/12/13 20:34:18  qboosh
+- cleanup, FindLua51 patch obsolete with current cmake
+
 Revision 1.16  2008/12/13 20:25:44  qboosh
 - updated pl
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/termit.spec?r1=1.16&r2=1.17&f=u



More information about the pld-cvs-commit mailing list