Author: witekfl Date: Mon Oct 1 19:59:18 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - added three patches - it builds on Th and works for the C locale - bash used because of problems with pdksh - rel 3
---- Files affected: SPECS: twin.spec (1.39 -> 1.40) ---- Diffs: ================================================================ Index: SPECS/twin.spec diff -u SPECS/twin.spec:1.39 SPECS/twin.spec:1.40 --- SPECS/twin.spec:1.39 Mon Feb 12 23:09:18 2007 +++ SPECS/twin.spec Mon Oct 1 21:59:13 2007 @@ -3,21 +3,25 @@ Summary(pl.UTF-8): Tekstowe środowisko okienkowe Name: twin Version: 0.5.1 -Release: 2 +Release: 3 License: LGPL Group: Libraries Source0: http://dl.sourceforge.net/twin/%{name}-%{version}.tar.gz # Source0-md5: 46b31e1bdd4fda60336da24034896c53 Patch0: %{name}-bitops.patch +Patch1: %{name}-ac.patch +Patch2: %{name}-declarations.patch +Patch3: %{name}-ncursesw.patch URL: http://twin.sourceforge.net/ -BuildRequires: XFree86-devel BuildRequires: autoconf BuildRequires: automake +BuildRequires: bash BuildRequires: gpm-devel BuildRequires: gtk+-devel BuildRequires: libggi-devel BuildRequires: libtool BuildRequires: ncurses-devel +BuildRequires: xorg-lib-libXpm-devel BuildRequires: zlib-devel BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -123,10 +127,14 @@ %prep %setup -q %patch0 -p1 +%patch1 -p1 +%patch2 -p1 +%patch3 -p1 %build %{__libtoolize} %{__aclocal} +%{__autoheader} %{__autoconf} %configure @@ -207,6 +215,12 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.40 2007/10/01 19:59:13 witekfl +- added three patches +- it builds on Th and works for the C locale +- bash used because of problems with pdksh +- rel 3 + Revision 1.39 2007/02/12 22:09:18 glen - tabs in preamble ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/twin.spec?r1=1.39&r2=1.40&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
