Summary: A GNU collection of diff utilities. Summary(ja): GNU diff ユーティリティ集 Name: diffutils Version: 2.8.1 Release: 13%{?_dist_release} Group: Applications/Text URL: http://www.gnu.org/software/diffutils/diffutils.html Source: ftp://ftp.gnu.org/gnu/diffutils/diffutils-%{version}.tar.gz Source1: cmp.1 Source2: diff.1 Source3: diff3.1 Source4: sdiff.1 Patch0: diffutils-2.8.4-i18n.patch Patch1: diffutils-2.8.1-badc.patch License: GPL Requires(post): /sbin/install-info Requires(preun): /sbin/install-info Buildroot: %{_tmppath}/%{name}-%{version}-root BuildRequires: coreutils %description Diffutils includes four utilities: diff, cmp, diff3 and sdiff. Diff compares two files and shows the differences, line by line. The cmp command shows the offset and line numbers where two files differ, or cmp can show the characters that differ between the two files. The diff3 command shows the differences between three files. Diff3 can be used when two people have made independent changes to a common original; diff3 can produce a merged file that contains both sets of changes and warnings about conflicts. The sdiff command can be used to merge two files interactively. Install diffutils if you need to compare text files. %description -l ja diffutils には diff, cmp, diff3, sdiff の 4つのユーティリティが 収められています.diff は 2つのファイルを行単位で比較し相違点を 出力します.cmp コマンドは 2つのファイルの相違点をオフセットと行番号で 表示できますし,どの文字が異なるかを表示することも出来ます. diff3 コマンドは 3つのファイルの相違点を出力します.diff3 は 1つのオリジナルファイルを2人が変更した場合等に良く使われます. diff3 を使って,2つの変更をマージした変更ファイルを出力することが 出来ますし,コンフリクトした変更点を出力することも出来ます. sdiff コマンドは2つのファイルを対話的にマージするのに使います. テキストファイルを比較したい場合は diffutils をインストールして下さい. %prep %setup -q %patch0 -p1 -b .i18n %patch1 -p1 -b .badc %build %configure make PR_PROGRAM=%{_bindir}/pr %install rm -rf $RPM_BUILD_ROOT %makeinstall ( cd $RPM_BUILD_ROOT gzip -9nf .%{_infodir}/diff* mkdir -p .%{_mandir}/man1 for manpage in %{SOURCE1} %{SOURCE2} %{SOURCE3} %{SOURCE4} do install -m 0644 ${manpage} .%{_mandir}/man1 done ) rm -f $RPM_BUILD_ROOT%{_infodir}/dir %find_lang %{name} %post /sbin/install-info %{_infodir}/diff.info.gz %{_infodir}/dir --entry="* diff: (diff). The GNU diff." exit 0 %preun if [ $1 = 0 ]; then /sbin/install-info --delete %{_infodir}/diff.info.gz %{_infodir}/dir --entry="* diff: (diff). The GNU diff." fi %clean rm -rf $RPM_BUILD_ROOT %files -f %{name}.lang %defattr(-,root,root) %doc NEWS README %{_bindir}/* %{_mandir}/*/* %{_infodir}/diff.info*gz %changelog * Tue Mar 31 2009 Daisuke SUZUKI 2.8.1-13 - spec in utf-8 * Mon May 12 2008 Ryoichi INAGAKI 2.8.1-12 - applied new versioning policy - added BuildRequires: coreutils * Fri Sep 22 2006 Daisuke SUZUKI 2.8.1-11vl2 - rebuild to add gpg sign * Fri Mar 26 2004 Ryoichi INAGAKI 2.8.1-11vl1 - added Patch1 from Fedora 2.8.1-11 * Thu Jan 8 2004 Tim Waugh 2.8.1-10 - Fix mistaken use of '|' instead of '||'. - fixed typo at description(ja) * Wed Dec 04 2002 MATSUBAYASHI Kohji 2.8.1-5vl1 - merge Rawhide's 2.8.1-5 and Vine's 2.8.1-0vl1: - Sun Sep 29 2002 Daisuke SUZUKI 2.8.1-0vl1 - new upstream release 2.8.1 - drop old unneeded patches. - Mon Jun 18 2001 - 2.7.2-0vl3: patch taken from RH's 2.7.2-2 (not in sync, actually) - Install diff.1, since it's no longer in man-pages. - Tue Jan 09 2001 MATSUBAYASHI 'Shaolin' Kohji - 2.7.2-0vl2 - use better macros (%%{_localedir}) - %%makeinstall was here again - added Japanese summary and description - Mon Jul 3 2000 Yasuyuki Furukawa - updated to 2.7.2 (NLS support version) - added poor gettext_fix patch - added ja.po from fj.sources - remove %%makeinstall and use "make install prefix..." for rpm 3.x * Tue Nov 19 2002 Tim Waugh 2.8.1-5 - i18n patch. * Tue Oct 22 2002 Tim Waugh 2.8.1-4 - Ship translations. * Fri Jun 21 2002 Tim Powers - automated rebuild * Thu May 23 2002 Tim Powers - automated rebuild * Mon Apr 22 2002 Tim Waugh 2.8.1-1 - 2.8.1. - No longer need immunix-owl-tmp patch. * Wed Feb 27 2002 Tim Waugh 2.7.2-5 - Rebuild in new environment. * Wed Jan 09 2002 Tim Powers - automated rebuild * Fri Nov 02 2001 Tim Waugh 2.7.2-3 - Make sure %%post scriplet doesn't fail if --excludedocs is used. * Fri Jun 01 2001 Tim Waugh 2.7.2-2 - Install diff.1, since it's no longer in man-pages. * Fri Mar 30 2001 Tim Waugh 2.7.2-1 - 2.7.2. * Wed Jul 12 2000 Prospector - automatic rebuild * Thu Jul 06 2000 Trond Eivind Glomsr - fix %%changelog entries (escape them) - update source location - remove manual stripping - add URL * Tue Jun 06 2000 Than Ngo - add %%defattr - use rpm macros * Wed May 31 2000 Ngo Than - put man pages and info files in correct place - cleanup specfile * Thu Feb 03 2000 Preston Brown - rebuild to gzip man pages. * Mon Apr 19 1999 Jeff Johnson - man pages not in %%files. - but avoid conflict for diff.1 * Sun Mar 21 1999 Cristian Gafton - auto rebuild in the new build environment (release 14) * Sun Mar 14 1999 Jeff Johnson - add man pages (#831). - add %%configure and Prefix. * Thu Dec 17 1998 Cristian Gafton - build for glibc 2.1 * Tue Jul 14 1998 Bill Kawakami - included the four man pages stolen from Slackware * Tue May 05 1998 Prospector System - translations modified for de, fr, tr * Sun May 03 1998 Cristian Gafton - fixed spec file to reference/use the $RPM_BUILD_ROOT always * Wed Dec 31 1997 Otto Hammersmith - fixed where it looks for 'pr' (/usr/bin, rather than /bin) * Fri Oct 17 1997 Donnie Barnes - added BuildRoot * Sun Sep 14 1997 Erik Troan - uses install-info * Mon Jun 02 1997 Erik Troan - built against glibc