summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorradek2002-08-11 19:32:51 (GMT)
committercvs2git2012-06-24 12:13:13 (GMT)
commit98cffdc8a556856a7188ab3421b1cbb37c9b6a2d (patch)
tree0ce21d1f7203c4aa9dd103952e78ca1f958e713a
parent638b04904c90aee45ed1dfbd486c880d7b521eeb (diff)
downloadperl-Text-German-98cffdc8a556856a7188ab3421b1cbb37c9b6a2d.zip
perl-Text-German-98cffdc8a556856a7188ab3421b1cbb37c9b6a2d.tar.gz
- (automatic) provided informative description
Changed files: perl-Text-German.spec -> 1.19
-rw-r--r--perl-Text-German.spec18
1 files changed, 9 insertions, 9 deletions
diff --git a/perl-Text-German.spec b/perl-Text-German.spec
index 240a1be..d1ba953 100644
--- a/perl-Text-German.spec
+++ b/perl-Text-German.spec
@@ -1,8 +1,7 @@
%include /usr/lib/rpm/macros.perl
%define pdir Text
%define pnam German
-Summary: Text::German perl module
-Summary(pl): Moduł perla Text::German
+Summary: Text::German - German grundform reduction
Name: perl-Text-German
Version: 0.03
Release: 8
@@ -15,10 +14,13 @@ BuildArch: noarch
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%description
-Text::German perl module.
-
-%description -l pl
-Moduł perla Text::German.
+This is a rather incomplete implementaion of work done by Gudrun
+Putze-Meier <gudrun.pm@t-online.de>. I have to confess that I never read
+her original paper. So all credit belongs to her, all bugs are mine. I
+tried to get some insight from an implementation of two students of
+mine. They remain anonymous because their work was the wost piece of
+code I ever saw. My code behaves mostly as their implementation did
+except it is about 75 times faster.
%prep
%setup -q -n %{pdir}-%{pnam}-%{version}
@@ -32,14 +34,12 @@ rm -rf $RPM_BUILD_ROOT
%{__make} install DESTDIR=$RPM_BUILD_ROOT
-gzip -9nf README
-
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(644,root,root,755)
-%doc *.gz
+%doc README
%{perl_sitelib}/Text/German.pm
%{perl_sitelib}/Text/German
%{_mandir}/man3/*