Sophie

Sophie

distrib > Mandriva > 2007.1 > i586 > by-pkgid > e210269358dc13c28b61342f8d390d04 > files > 1

filters-2.39-1mdv2007.0.src.rpm


%define name	filters
%define version	2.39
%define rel	1
%define release %mkrel %rel

Name: %name
Version: %version
Release: %release
Summary: A collection of text filters, including the Swedish Chef
License: GPL
Group: Toys
URL: http://kitenet.net/~joey/code/filters.html
# author distributes tarball only from debian pool
Source: http://ftp.debian.org/debian/pool/main/f/filters/%{name}_%{version}.tar.bz2
BuildRequires: flex, byacc
BuildRoot: %{_tmppath}/%{name}-root

%description
A collection of filters to do all sorts of strange things to text.
This includes such favorites as B1FF and the Swedish Chef, and a
wide range of others.

%prep
%setup -q -n %{name}

sed -r -i '/\s+g*cc/s,g*cc,\$(CC),' Makefile *.dir/makefile

%build
export CC="%__cc %optflags"
%make

%install
rm -rf %{buildroot}
make install PREFIX="%{buildroot}"

%clean
rm -rf %{buildroot}

%files
%defattr(0644,root,root,0755)
%doc README
%attr(0755,root,root) %{_gamesbindir}/*
%{_mandir}/man6/*

%changelog
* Sat Jul 15 2006 Anssi Hannula <anssi@mandriva.org> 2.39-1mdv2007.0
- clean spec
- add URL
- apply %%optflags

* Wed Jun  1 2005 Claudio Matsuoka <claudio@mandriva.com> 2.33-1mdk
- created mdk package.

* Thu Aug 21 2003 Claudio Matsuoka <claudio@conectiva.com>
+ 2003-08-21 19:05:26 (34521)
- Initial commit.