Author: adamg Date: Sun Jun 24 14:43:33 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - updated to 0.8
---- Files affected: SPECS: tig.spec (1.5 -> 1.6) ---- Diffs: ================================================================ Index: SPECS/tig.spec diff -u SPECS/tig.spec:1.5 SPECS/tig.spec:1.6 --- SPECS/tig.spec:1.5 Sat Jun 9 01:11:20 2007 +++ SPECS/tig.spec Sun Jun 24 16:43:28 2007 @@ -2,12 +2,12 @@ Summary: Text-mode interface for git-core Summary(pl.UTF-8): Tekstowy interfejs do git-core Name: tig -Version: 0.7 +Version: 0.8 Release: 1 License: GPL v2 Group: Development/Tools Source0: http://jonas.nitro.dk/tig/releases/%{name}-%{version}.tar.gz -# Source0-md5: 3774b673e1180461fb003378908604e9 +# Source0-md5: 9abe5685b862c758f53e32cdbe1fdb8f Patch0: %{name}-ncurses.patch URL: http://jonas.nitro.dk/tig/ BuildRequires: asciidoc @@ -40,19 +40,18 @@ %patch0 -p1 %build -%{__make} CC="%{__cc}" CFLAGS="%{rpmcflags} %{rpmldflags}" +%{__make} \ + CC="%{__cc}" \ + CFLAGS="%{rpmcflags} %{rpmldflags}" %install rm -rf $RPM_BUILD_ROOT -install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man{1,5}} -%{__make} install \ +%{__make} install install-doc-man \ DESTDIR=$RPM_BUILD_ROOT \ + mandir=%{_mandir} \ prefix=%{_prefix} -install tig.1 $RPM_BUILD_ROOT%{_mandir}/man1 -install tigrc.5 $RPM_BUILD_ROOT%{_mandir}/man5 - %clean rm -rf $RPM_BUILD_ROOT @@ -68,6 +67,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.6 2007/06/24 14:43:28 adamg +- updated to 0.8 + Revision 1.5 2007/06/08 23:11:20 arekm - up to 0.7 @@ -82,5 +84,3 @@ Revision 1.1 2006/07/21 18:45:19 witekfl - new - - ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/tig.spec?r1=1.5&r2=1.6&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
