Author: qboosh Date: Thu Nov 1 20:13:33 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - updated to 2.18 - added info patch
---- Files affected: SPECS: which.spec (1.45 -> 1.46) ---- Diffs: ================================================================ Index: SPECS/which.spec diff -u SPECS/which.spec:1.45 SPECS/which.spec:1.46 --- SPECS/which.spec:1.45 Tue Mar 6 14:46:59 2007 +++ SPECS/which.spec Thu Nov 1 21:13:28 2007 @@ -9,17 +9,21 @@ Summary(tr.UTF-8): PATH'de bulunan bir dosyanın yerini bulmayı sağlayan bir araç Summary(uk.UTF-8): Показує, в якому з каталогів в PATH знаходиться програма Name: which -Version: 2.16 -Release: 6 +Version: 2.18 +Release: 1 License: GPL Group: Applications/File Source0: http://www.xs4all.nl/~carlo17/which/%{name}-%{version}.tar.gz -# Source0-md5: 830b83af48347a9a3520f561e47cbc9b +# Source0-md5: 42d51938e48b91f6e19fabf216f5c3e9 Source1: %{name}.csh Source2: %{name}.sh Source3: http://www.mif.pg.gda.pl/homepages/ankry/man-PLD/%{name}-non-english-man-pages.tar.bz2 # Source3-md5: 8c6cfc55ca1046a2812eafd17d29561c +Patch0: %{name}-info.patch URL: http://www.xs4all.nl/~carlo17/which/ +# for (static) -liberty +BuildRequires: binutils-devel +BuildRequires: texinfo Requires: setup >= 2.4.6-2 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -65,6 +69,7 @@ %prep %setup -q +%patch0 -p1 %build %configure @@ -91,16 +96,17 @@ %files %defattr(644,root,root,755) -%doc AUTHORS ChangeLog EXAMPLES NEWS README* -%attr(755,root,root) %{_bindir}/* -/etc/shrc.d/* -%{_mandir}/man1/* -%lang(fi) %{_mandir}/fi/man1/* -%lang(fr) %{_mandir}/fr/man1/* -%lang(hu) %{_mandir}/hu/man1/* -%lang(it) %{_mandir}/it/man1/* -%lang(pl) %{_mandir}/pl/man1/* -%{_infodir}/* +%doc AUTHORS EXAMPLES NEWS README* +%attr(755,root,root) %{_bindir}/which +/etc/shrc.d/which.csh +/etc/shrc.d/which.sh +%{_mandir}/man1/which.1* +%lang(fi) %{_mandir}/fi/man1/which.1* +%lang(fr) %{_mandir}/fr/man1/which.1* +%lang(hu) %{_mandir}/hu/man1/which.1* +%lang(it) %{_mandir}/it/man1/which.1* +%lang(pl) %{_mandir}/pl/man1/which.1* +%{_infodir}/which.info* %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog @@ -108,6 +114,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.46 2007/11/01 20:13:28 qboosh +- updated to 2.18 +- added info patch + Revision 1.45 2007/03/06 13:46:59 spider - rel++ - STBR ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/which.spec?r1=1.45&r2=1.46&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
