Author: qboosh Date: Sun Aug 20 19:59:54 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - added make patch to cleanup install and linking; libXt is no longer used now
---- Files affected: SPECS: lineakd.spec (1.22 -> 1.23) ---- Diffs: ================================================================ Index: SPECS/lineakd.spec diff -u SPECS/lineakd.spec:1.22 SPECS/lineakd.spec:1.23 --- SPECS/lineakd.spec:1.22 Thu Aug 17 20:20:49 2006 +++ SPECS/lineakd.spec Sun Aug 20 21:59:49 2006 @@ -12,12 +12,12 @@ Group: Applications/System Source0: http://dl.sourceforge.net/lineak/%{name}-%{version}.tar.gz # Source0-md5: 8a45672a6cea666873398ecc36a5070c +Patch0: %{name}-make.patch URL: http://lineak.sourceforge.net/ BuildRequires: autoconf >= 2.59-9 BuildRequires: automake BuildRequires: libstdc++-devel -BuildRequires: libtool -BuildRequires: xorg-lib-libXext-devel +BuildRequires: libtool >= 2:1.5 BuildRequires: xorg-lib-libXtst-devel Requires: %{name}-defs = %{version}-%{release} Requires: %{name}-libs = %{version}-%{release} @@ -52,7 +52,7 @@ Group: Development/Libraries Requires: %{name}-libs = %{version}-%{release} Requires: libstdc++-devel -Requires: xorg-lib-libXext-devel +Requires: xorg-lib-libX11-devel %description devel Header files for lineak library. @@ -86,6 +86,7 @@ %prep %setup -q +%patch0 -p1 cat admin/{acinclude.m4.in,lineak.m4.in} > acinclude.m4 @@ -148,6 +149,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.23 2006/08/20 19:59:49 qboosh +- added make patch to cleanup install and linking; libXt is no longer used now + Revision 1.22 2006/08/17 18:20:49 czarny - up to 0.2 for builders - todo 'bout sigserv on startup ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/lineakd.spec?r1=1.22&r2=1.23&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
