rc.spec (716B)
1 %define name rc 2 %define version 1.7.2 3 %define release 3 4 5 Summary: rc - the Plan 9 and Tenth Edition shell 6 Name: %name 7 Version: %version 8 Release: %release 9 Group: Shells 10 License: distributable 11 Source0: http://static.tobold.org/rc/rc-1.7.2.tar.gz 12 Buildroot: /var/tmp/%{name}-rpmroot 13 BuildRequires: autoconf 14 BuildRequires: readline-devel 15 16 %description 17 This is a reimplementation for Unix, by Byron Rakitzis, of the Plan 9 18 shell. rc offers much the same capabilities as a traditional Bourne 19 shell, but with a much cleaner syntax. 20 21 %prep 22 %setup 23 24 %build 25 sh configure --with-edit=gnu --prefix "$RPM_BUILD_ROOT" --mandir "$RPM_BUILD_ROOT/usr/share/man" 26 make 27 28 %install 29 make install 30 31 %files 32 /bin/rc 33 /usr/share/man/man1/rc.1.gz