Summary: Sedsed, SED scripts for debug/indent/tokenize/HTMLize Name: sedsed Version: 0.8 Release: 1sh Copyright: GPL Group: Network/Clients URL: http://sedsed.sourceforge.net/sedsed-%{version} Packager: Daichi Shinozaki Source0: %{name}-%{version} Prefix: %{_prefix} Buildarch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-root BuildRequires: python %description Sedsed is a Python script that masters SED scripts. It generates SED debug files in SED, which lets you debug scripts with your own version of SED (Linux, DOS, etc.). It's also a script beautifier, doing indentation and spaces/comments formatting. It can also convert SED scripts to colorful HTML files. It's GPL. %install mkdir -p %{buildroot}%{_bindir} install $RPM_SOURCE_DIR/%{name}-%{version} %{buildroot}%{_bindir}/%{name} %clean [ -n "%{buildroot}" -a "%{buildroot}" != / ] && rm -rf %{buildroot} %files %attr(0755,root,root) %{_bindir}/sedsed %changelog * Wed Apr 7 2004 Daichi Shinozaki - Initial release.