From dbe9314ff454b573fa59ef16f45b00e5dfe08720 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= <ppi...@redhat.com>
Date: Wed, 3 Feb 2016 15:01:08 +0100
Subject: 0.02 bump

---
 .gitignore               |  1 +
 perl-Lingua-Stem-Ru.spec | 32 ++++++++++++++++++++++----------
 sources                  |  2 +-
 3 files changed, 24 insertions(+), 11 deletions(-)

diff --git a/.gitignore b/.gitignore
index cef05b2..bbff1ec 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /Lingua-Stem-Ru-0.01.tar.gz
+/Lingua-Stem-Ru-0.02.tar.gz
diff --git a/perl-Lingua-Stem-Ru.spec b/perl-Lingua-Stem-Ru.spec
index 1c656ac..a30e13f 100644
--- a/perl-Lingua-Stem-Ru.spec
+++ b/perl-Lingua-Stem-Ru.spec
@@ -1,14 +1,26 @@
 Name:           perl-Lingua-Stem-Ru
-Version:        0.01
-Release:        15%{?dist}
+Version:        0.02
+Release:        1%{?dist}
 Summary:        Porter's stemming algorithm for Russian (KOI8-R only)
 License:        GPL+ or Artistic
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/Lingua-Stem-Ru/
-Source0:        
http://www.cpan.org/authors/id/A/AL/ALGDR/Lingua-Stem-Ru-%{version}.tar.gz
+Source0:        
http://www.cpan.org/authors/id/N/NE/NEILB/Lingua-Stem-Ru-%{version}.tar.gz
 BuildArch:      noarch
+BuildRequires:  coreutils
+BuildRequires:  findutils
+BuildRequires:  make
+BuildRequires:  perl
 BuildRequires:  perl(ExtUtils::MakeMaker)
-Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))
+BuildRequires:  perl(strict)
+BuildRequires:  perl(warnings)
+# Run-time:
+BuildRequires:  perl(Carp)
+BuildRequires:  perl(Exporter)
+BuildRequires:  perl(vars)
+# Tests:
+BuildRequires:  perl(Test::More)
+Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 
 %{?perl_default_filter}
 
@@ -20,27 +32,27 @@ returning the stemmed words.
 %setup -q -n Lingua-Stem-Ru-%{version}
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
+perl Makefile.PL INSTALLDIRS=vendor
 make %{?_smp_mflags}
 
 %install
 make pure_install DESTDIR=%{buildroot}
-
 find %{buildroot} -type f -name .packlist -exec rm -f {} \;
-find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;
-
 %{_fixperms} %{buildroot}/*
 
 %check
 make test
 
 %files
-%defattr(-,root,root,-)
-%doc Changes output.txt README voc.txt
+%license LICENSE
+%doc Changes README
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
 
 %changelog
+* Wed Feb 03 2016 Petr Pisar <ppi...@redhat.com> - 0.02-1
+- 0.02 bump
+
 * Thu Jun 18 2015 Fedora Release Engineering <rel-...@lists.fedoraproject.org> 
- 0.01-15
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 
diff --git a/sources b/sources
index e51ef2a..9aadbe3 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b7b82495cc9f0b466b1b3cba0fd779a6  Lingua-Stem-Ru-0.01.tar.gz
+8b1c19725c56123e14d1d38e3eacf505  Lingua-Stem-Ru-0.02.tar.gz
-- 
cgit v0.11.2


        
http://pkgs.fedoraproject.org/cgit/perl-Lingua-Stem-Ru.git/commit/?h=master&id=dbe9314ff454b573fa59ef16f45b00e5dfe08720
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

Reply via email to