Name: clide Version: 0.9 Release: 1%{?dist} Summary: Color and style highlighting program for text Group: Applications/Text License: GPLv2+ URL: http://suso.suso.org/xulu/Clide Source0: http://suso.suso.org/programs/clide/downloads/clide-%{version}.tar.gz Patch0: Makefile.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl %description clide is a program that will colorize ASCII text on the command line using ANSI escape sequences and user defined and predefined expressions. Searches can include Perl Compatible Regular Expressions. %prep %setup -q %patch0 -p1 %build make manpages %install rm -rf %{buildroot} make ROOT=%{buildroot} rpminstall %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %{_bindir}/clide %doc CHANGELOG COPYING GOALS IDEAS LICENSE README WARNING %{_mandir}/man1/clide.1.gz %changelog * Wed May 19 2010 Richard Fearn - 0.9-1 - Initial package for Fedora