summaryrefslogtreecommitdiff
path: root/perl-Text-German.spec
blob: 647059854d6108d88f618c5cc4aca64094805a96 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
#
# Conditional build:
%bcond_without	tests	# do not perform "make test"
#
%include	/usr/lib/rpm/macros.perl
%define		pdir	Text
%define		pnam	German
Summary:	Text::German - German grundform reduction
Summary(pl):	Text::German - redukcja niemieckich "Grundformen"
Name:		perl-Text-German
Version:	0.03
Release:	12
License:	unknown
Group:		Development/Languages/Perl
Source0:	http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
# Source0-md5:	120f14768ecb254f090fcfa0f7e57850
BuildRequires:	perl-devel >= 1:5.8.0
BuildRequires:	rpm-perlprov >= 4.1-13
BuildArch:	noarch
BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)

%description
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
worst piece of code I ever saw. My code behaves mostly as their
implementation did except it is about 75 times faster.

%description -l pl
To jest raczej niepełna implementacja pracy autorstwa Gudrun
Putze-Meier <gudrun.pm@t-online.de>. Autor modułu przyznaje, że nigdy
nie czytał jej oryginalnego artykułu, więc cały zaszczyt przysługuje
jej, a błędy autorowi modułu. Autor próbował korzystać z implementacji
swoich dwóch studentów, którzy pozostaną anonimowi, ponieważ ich praca
była najgorszym kawałkiem kodu, jaki widział autor. Ten kod zachowuje
się w większości tak, jak implementacja studentów, ale jest około 75
razy szybszy.

%prep
%setup -q -n %{pdir}-%{pnam}-%{version}

%build
%{__perl} Makefile.PL \
	INSTALLDIRS=vendor
%{__make}

%{?with_tests:%{__make} test}

%install
rm -rf $RPM_BUILD_ROOT

%{__make} install \
	DESTDIR=$RPM_BUILD_ROOT

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(644,root,root,755)
%doc README
%{perl_vendorlib}/Text/German.pm
%{perl_vendorlib}/Text/German
%{_mandir}/man3/*