Summary: Revision Control System (RCS) file version management tools. Name: rcs Version: 5.7 Release: 1 Copyright: GPL Group: Development/Tools Source: ftp://prep.ai.mit.edu:/pub/gnu/%{name}-%{version}.tar.gz Prefix: %{_prefix} Requires: diffutils BuildRoot: %{_tmppath}/%{name}-%{version}-root %description The Revision Control System (RCS) is a system for managing multiple versions of files. RCS automates the storage, retrieval, logging, identification and merging of file revisions. RCS is useful for text files that are revised frequently (for example, programs, documentation, graphics, papers and form letters). The rcs package should be installed if you need a system for managing different versions of files. %prep %setup -q autoconf %build %configure --prefix=%{_prefix} --with-diffutils make (cd src /usr/bin/strip ci co ident merge rcs rcsclean rcsdiff rcsmerge rlog ) %install /usr/bin/echo ${RPM_BUILD_ROOT} rm -rf ${RPM_BUILD_ROOT} make prefix=${RPM_BUILD_ROOT}/%{_prefix} exec_prefix=${RPM_BUILD_ROOT}/%{_prefix} install #%makeinstall man1dir=${RPM_BUILD_ROOT}%{_mandir}/man1 man5dir=${RPM_BUILD_ROOT}%{_mandir}/man5 (cd $RPM_BUILD_ROOT mkdir -p usr/bin cd usr/bin ln -sf ../..%{_prefix}/bin/* . ) %files %defattr(-,root,root) %doc NEWS REFS %{_bindir}/* /usr/bin/* %{_mandir}/man[15]/* %clean rm -rf ${RPM_BUILD_ROOT} %changelog * Mon Jan 29 2001 David Clissold - Modified for AIX * Fri Jan 05 2001 Preston Brown - tmpfile security patch from Olaf Kirch * Wed Jul 12 2000 Prospector - automatic rebuild * Thu Jun 15 2000 Jeff Johnson - FHS packaging. * Mon Feb 7 2000 Jeff Johnson - compress man pages. * Sun Mar 21 1999 Cristian Gafton - auto rebuild in the new build environment (release 10) * Tue May 05 1998 Prospector System - translations modified for de, fr, tr * Wed Oct 21 1997 Cristian Gafton - fixed the spec file; added BuildRoot * Fri Jul 18 1997 Erik Troan -built against glibc