SPECS: tig.spec - link with -lncursesw, because pl.po in elinks-...
witekfl
witekfl at pld-linux.org
Thu Feb 14 20:05:41 CET 2008
Author: witekfl Date: Thu Feb 14 19:05:41 2008 GMT
Module: SPECS Tag: HEAD
---- Log message:
- link with -lncursesw, because pl.po
in elinks-0.12.GIT is encoded in UTF-8.
- rel 2
---- Files affected:
SPECS:
tig.spec (1.7 -> 1.8)
---- Diffs:
================================================================
Index: SPECS/tig.spec
diff -u SPECS/tig.spec:1.7 SPECS/tig.spec:1.8
--- SPECS/tig.spec:1.7 Thu Nov 1 12:17:09 2007
+++ SPECS/tig.spec Thu Feb 14 20:05:36 2008
@@ -3,7 +3,7 @@
Summary(pl.UTF-8): Tekstowy interfejs do git-core
Name: tig
Version: 0.9.1
-Release: 1
+Release: 2
License: GPL v2
Group: Development/Tools
Source0: http://jonas.nitro.dk/tig/releases/%{name}-%{version}.tar.gz
@@ -52,7 +52,8 @@
%build
%{__make} \
CC="%{__cc}" \
- CFLAGS="%{rpmcflags} %{rpmldflags} -I/usr/include/ncurses"
+ CFLAGS="%{rpmcflags} %{rpmldflags} -I/usr/include/ncurses" \
+ LDLIBS=-lncursesw
%install
rm -rf $RPM_BUILD_ROOT
@@ -85,7 +86,12 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
-Revision 1.7 2007-11-01 11:17:09 adamg
+Revision 1.8 2008-02-14 19:05:36 witekfl
+- link with -lncursesw, because pl.po
+ in elinks-0.12.GIT is encoded in UTF-8.
+- rel 2
+
+Revision 1.7 2007/11/01 11:17:09 adamg
- updated to 0.9.1
- bash-completion-tig package
- dropped -ncurses patch, pass proper path in CFLAGS instead
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/tig.spec?r1=1.7&r2=1.8&f=u
More information about the pld-cvs-commit
mailing list