Summary: file history and comparison tools Name: fhist Version: 1.21 Release: 1 Copyright: GPL Group: Development/Tools Source: http://fhist.sourceforge.net/fhist-1.21.tar.gz URL: http://fhist.sourceforge.net/ BuildRoot: /tmp/fhist-build-root %description The FHist package contains 3 utilities, a file history tool ``fhist'', a file comparison tool ``fcomp'', and a file merging tool ``fmerge''. All three are bundled together, because they all use the same minimal-difference algorithm. The history tool presented here, fhist, is a minimal history tool. It provides no locking or branching. This can be useful in contexts where the configuration management or change control be being provided by some other tool. %prep %setup %build ./configure --prefix=/usr make %install make RPM_BUILD_ROOT=$RPM_BUILD_ROOT install %files %attr(0755,root,bin) /usr/bin/fcomp %attr(0755,root,bin) /usr/bin/fhist %attr(0755,root,bin) /usr/bin/fmerge %attr(0644,root,bin) /usr/lib/fhist/en/LC_MESSAGES/fcomp.mo %attr(0644,root,bin) /usr/lib/fhist/en/LC_MESSAGES/fhist.mo %attr(0644,root,bin) /usr/lib/fhist/en/LC_MESSAGES/fmerge.mo %attr(0644,root,bin) /usr/share/fhist/en/building.ps %attr(0644,root,bin) /usr/share/fhist/en/building.dvi %attr(0644,root,bin) /usr/share/fhist/en/building.txt %attr(0644,root,bin) /usr/share/fhist/en/man1/fcomp.1* %attr(0644,root,bin) /usr/man/man1/fcomp.1* %attr(0644,root,bin) /usr/share/fhist/en/man1/fhist.1* %attr(0644,root,bin) /usr/man/man1/fhist.1* %attr(0644,root,bin) /usr/share/fhist/en/man1/fhist_lic.1* %attr(0644,root,bin) /usr/man/man1/fhist_lic.1* %attr(0644,root,bin) /usr/share/fhist/en/man1/fmerge.1* %attr(0644,root,bin) /usr/man/man1/fmerge.1* %attr(0644,root,bin) /usr/share/fhist/en/readme.ps %attr(0644,root,bin) /usr/share/fhist/en/readme.dvi %attr(0644,root,bin) /usr/share/fhist/en/readme.txt %attr(0644,root,bin) /usr/share/fhist/en/reference.ps %attr(0644,root,bin) /usr/share/fhist/en/reference.dvi %attr(0644,root,bin) /usr/share/fhist/en/reference.txt %clean rm -rf $RPM_BUILD_ROOT