Author: aredridel Date: Wed Aug 22 16:58:07 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - BR: autoconf, gettext-devel, xorg-lib-libXt-devel - R: man-whatis - Correct doc building - autoconf, autoheader
---- Files affected: SPECS: fish.spec (1.8 -> 1.9) ---- Diffs: ================================================================ Index: SPECS/fish.spec diff -u SPECS/fish.spec:1.8 SPECS/fish.spec:1.9 --- SPECS/fish.spec:1.8 Thu May 31 23:21:56 2007 +++ SPECS/fish.spec Wed Aug 22 18:58:02 2007 @@ -9,8 +9,12 @@ Source0: http://www.fishshell.org/files/%{version}/%{name}-%{version}.tar.bz2 # Source0-md5: 016a5944861ea48e363521c240834415 URL: http://fishshell.org/ +BuildRequires: autoconf BuildRequires: doxygen +BuildRequires: gettext-devel BuildRequires: ncurses-devel +BuildRequires: xorg-lib-libXt-devel +Requires: man-whatis BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description @@ -28,6 +32,8 @@ %build CFLAGS="-I/usr/include/ncurses" +%{__autoconf} +%{__autoheader} %configure \ LIBS="-ltinfo" %{__make} @@ -46,7 +52,12 @@ %files -f %{name}.lang %defattr(644,root,root,755) %doc README -%doc %{_docdir}/%{name} +%doc %{_docdir}/ChangeLog +%doc %{_docdir}/*.css +%doc %{_docdir}/*.html +%doc %{_docdir}/*.png +%doc %{_docdir}/*.gif + %attr(755,root,root) %{_bindir}/* %{_datadir}/%{name} %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/fish @@ -58,6 +69,12 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.9 2007/08/22 16:58:02 aredridel +- BR: autoconf, gettext-devel, xorg-lib-libXt-devel +- R: man-whatis +- Correct doc building +- autoconf, autoheader + Revision 1.8 2007/05/31 21:21:56 aredridel - 1.22.3 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/fish.spec?r1=1.8&r2=1.9&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
