[perl-Text-German] initial import

Iain Arnell iarnell at fedoraproject.org
Tue Aug 24 03:10:25 UTC 2010


commit d8dd30326c1022f3b392ec8e30f10473a1dcf33d
Author: Iain Arnell <iarnell at gmail.com>
Date:   Tue Aug 24 05:10:15 2010 +0200

    initial import

 .gitignore            |    1 +
 perl-Text-German.spec |   44 ++++++++++++++++++++++++++++++++++++++++++++
 sources               |    1 +
 3 files changed, 46 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..ab55fae 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/Text-German-0.06.tar.gz
diff --git a/perl-Text-German.spec b/perl-Text-German.spec
new file mode 100644
index 0000000..7a5a727
--- /dev/null
+++ b/perl-Text-German.spec
@@ -0,0 +1,44 @@
+Name:           perl-Text-German
+Version:        0.06
+Release:        1%{?dist}
+Summary:        German grundform reduction
+License:        GPL+ or Artistic
+Group:          Development/Libraries
+URL:            http://search.cpan.org/dist/Text-German/
+Source0:        http://www.cpan.org/authors/id/U/UL/ULPFR/Text-German-%{version}.tar.gz
+BuildArch:      noarch
+BuildRequires:  perl(ExtUtils::MakeMaker)
+Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+
+%{?perl_default_filter}
+
+%description
+This is a rather incomplete implementation of work done by Gudrun Putze-Meier. 
+
+%prep
+%setup -q -n Text-German-%{version}
+
+%build
+%{__perl} Makefile.PL INSTALLDIRS=vendor
+make %{?_smp_mflags}
+
+%install
+make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
+
+find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
+find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
+
+%{_fixperms} $RPM_BUILD_ROOT/*
+
+%check
+make test
+
+%files
+%defattr(-,root,root,-)
+%doc README
+%{perl_vendorlib}/*
+%{_mandir}/man3/*
+
+%changelog
+* Mon Aug 16 2010 Iain Arnell <iarnell at epo.org> 0.06-1
+- Specfile autogenerated by cpanspec 1.78.
diff --git a/sources b/sources
index e69de29..076f946 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+9e968525f7385c80d636a4ba68d27bf4  Text-German-0.06.tar.gz



More information about the perl-devel mailing list