Sophie

Sophie

distrib > Mandriva > 10.2 > x86_64 > by-pkgid > d0b312d751f1b45bd2e779fb511b4179 > files > 2

spellutils-0.7-4mdk.src.rpm

%define name spellutils
%define version 0.7
%define release 4mdk

Summary: Programs for helping spell checking.
Name: %{name}
Version: %{version}
Release: %{release}
Source0: http://www.image.dk/~byrial/spellutils/%{name}-%{version}.tar.bz2
License: GPL
URL: http://www.image.dk/~byrial/spellutils/
Group: Text tools
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
Obsoletes: pospell
Provides: pospell
Requires: common-licenses

%description
Spellutils is a suite of programs which are used to isolate some parts
or texts from various types of files and hand them over to another
program which may change the texts; it is typically a spell checker.
Afterwards the possibly changed text parts are copied back in place in the
original file.

The programs in the Spellutils package are:

* newsbody which can isolate your own text from headers, quotes and
  signature in e-mail or Usenet messages
* pospell which can isolate translations in .po files
* More programs are likely to follow

%prep
%setup -q

%build
%configure2_5x
%make

%install
rm -rf $RPM_BUILD_ROOT
%makeinstall_std

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc README FILES NEWS
%{_mandir}/man1/*
%{_bindir}/*

%changelog
* Sat Jul 12 2003 Per Øyvind Karlsen <peroyvind@sintrax.net> 0.7-4mdk
- rebuild
- drop Prefix tag and redundant buildrequires

* Sat Jan 19 2002 Jeff Garzik <jgarzik@mandrakesoft.com> 0.7-3mdk
- rebuild
- use %%configure2_5x, %%makeinstall_std macros
- s/Copyright/License/
- Provides: pospell (rpmlint)
- Requires: common-licenses
- add %%docs
- BuildRequires: gcc

* Fri Sep 22 2000 Alexander Skwar <ASkwar@DigitalProjects.com> 0.7-2mdk
- Rebuild to have man pages in %{_mandir}
- Quietted setup

* Fri Jul 07 2000 Pablo Saratxaga <pablo@mandrakesoft.com> 0.7-1mdk
- updated and changed the package name

* Fri Apr 14 2000 Pablo Saratxaga <pablo@mandrakesoft.com> 0.4-1mdk
- updated to 0.4 that corrects some bugs

* Tue Apr 11 2000 Pablo Saratxaga <pablo@mandrakesoft.com> 0.3-1mdk
- updated to 0.3
- made %files section work with non compressed man pages

* Sun Apr 09 2000 Troels Liebe Bentsen <tlb@iname.com> 0.1-1mdk
- First spec file for Mandrake distribution.

# end of file