Author: witekfl Date: Mon Aug 29 15:53:35 2011 GMT Module: packages Tag: HEAD ---- Log message: - 0.18 - test-graph binary is not installed by default, so it is commented - use of configure script
---- Files affected: packages/tig: tig.spec (1.25 -> 1.26) ---- Diffs: ================================================================ Index: packages/tig/tig.spec diff -u packages/tig/tig.spec:1.25 packages/tig/tig.spec:1.26 --- packages/tig/tig.spec:1.25 Mon Mar 7 10:16:01 2011 +++ packages/tig/tig.spec Mon Aug 29 17:53:30 2011 @@ -2,12 +2,12 @@ Summary: Text-mode interface for git-core Summary(pl.UTF-8): Tekstowy interfejs do git-core Name: tig -Version: 0.17 +Version: 0.18 Release: 1 License: GPL v2+ Group: Development/Tools Source0: http://jonas.nitro.dk/tig/releases/%{name}-%{version}.tar.gz -# Source0-md5: f373343199422c59518776db448dec0e +# Source0-md5: 4fa9e33c5daa76b6fed11e068405356f URL: http://jonas.nitro.dk/tig/ BuildRequires: ncurses-devel Requires: git-core @@ -49,10 +49,10 @@ %setup -q %build -%{__make} \ - CC="%{__cc}" \ - CFLAGS="%{rpmcflags} %{rpmldflags} -I/usr/include/ncursesw" \ - LDLIBS=-lncursesw +CFLAGS="%{rpmcflags} %{rpmldflags} -I/usr/include/ncursesw" +export CFLAGS +LIBS=-ltinfow %configure +%{__make} %install rm -rf $RPM_BUILD_ROOT @@ -73,7 +73,7 @@ %defattr(644,root,root,755) %doc BUGS README TODO *.html contrib/tigrc %attr(755,root,root) %{_bindir}/tig -%attr(755,root,root) %{_bindir}/test-graph +#%attr(755,root,root) %{_bindir}/test-graph %{_mandir}/man1/tig.1* %{_mandir}/man5/tigrc.5* %{_mandir}/man7/tigmanual.7* @@ -88,6 +88,11 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.26 2011/08/29 15:53:30 witekfl +- 0.18 +- test-graph binary is not installed by default, so it is commented +- use of configure script + Revision 1.25 2011/03/07 09:16:01 lisu - up to 0.17 - more verbose files ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/tig/tig.spec?r1=1.25&r2=1.26&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
