Author: blekot Date: Sun Dec 23 12:48:53 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - up to 1.1.6 - x86_64 build fix
---- Files affected: SPECS: kbde.spec (1.6 -> 1.7) ---- Diffs: ================================================================ Index: SPECS/kbde.spec diff -u SPECS/kbde.spec:1.6 SPECS/kbde.spec:1.7 --- SPECS/kbde.spec:1.6 Tue Feb 13 09:06:36 2007 +++ SPECS/kbde.spec Sun Dec 23 13:48:48 2007 @@ -2,14 +2,15 @@ Summary: Keyboard emulation utility Summary(pl.UTF-8): Narzędzie do emulacji klawiatury Name: kbde -Version: 1.1.2 +Version: 1.1.6 Release: 1 License: GPL v2 Group: Applications/System Source0: http://dl.sourceforge.net/kbde/%{name}-%{version}.tar.gz -# Source0-md5: 2217c2b1aaae2c5ef5dcd800bbde0021 +# Source0-md5: c9fdf1683b3d5ad4d3e9bff6d658ade7 URL: http://kbde.sourceforge.net/ BuildRequires: gawk +BuildRequires: sed >= 4.0 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description @@ -37,6 +38,7 @@ %prep %setup -q +%{__sed} -i 's,LIB_DIR = $(DESTDIR)/usr/lib,LIB_DIR = $(DESTDIR)%{_libdir},g' lib/Makefile %build %{__make} \ @@ -73,6 +75,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.7 2007-12-23 12:48:48 blekot +- up to 1.1.6 +- x86_64 build fix + Revision 1.6 2007-02-13 08:06:36 glen - tabs in preamble ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/kbde.spec?r1=1.6&r2=1.7&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
