psabata pushed to perl-Text-Unidecode (f21). "1.23 bump"

notifications at fedoraproject.org notifications at fedoraproject.org
Fri Aug 28 12:32:26 UTC 2015


From 23fb40a381514dba263ca3c28c50eb8230950ddf Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20=C5=A0abata?= <contyk at redhat.com>
Date: Wed, 10 Dec 2014 17:12:18 +0100
Subject: 1.23 bump


diff --git a/.gitignore b/.gitignore
index 77818ca..f092cfe 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 Text-Unidecode-0.04.tar.gz
 /Text-Unidecode-1.01.tar.gz
 /Text-Unidecode-1.22.tar.gz
+/Text-Unidecode-1.23.tar.gz
diff --git a/perl-Text-Unidecode.spec b/perl-Text-Unidecode.spec
index e8b896e..bca73b6 100644
--- a/perl-Text-Unidecode.spec
+++ b/perl-Text-Unidecode.spec
@@ -1,55 +1,59 @@
 Name:           perl-Text-Unidecode
-Version:        1.22
-Release:        2%{?dist}
+Version:        1.23
+Release:        1%{?dist}
 Summary:        US-ASCII transliterations of Unicode text
-Group:          Development/Libraries
 License:        GPL+ or Artistic
 URL:            http://search.cpan.org/dist/Text-Unidecode/
 Source0:        http://www.cpan.org/modules/by-module/Text/Text-Unidecode-%{version}.tar.gz
 BuildArch:      noarch
+# Build
 BuildRequires:  perl
-BuildRequires:  perl(Exporter)
 BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.76
+# Runtime
+BuildRequires:  perl(Exporter)
 BuildRequires:  perl(integer)
 BuildRequires:  perl(strict)
-BuildRequires:  perl(Test)
-BuildRequires:  perl(Text::Wrap)
 BuildRequires:  perl(utf8)
 BuildRequires:  perl(vars)
 BuildRequires:  perl(warnings)
-Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
+# Tests only
+BuildRequires:  perl(Test)
+BuildRequires:  perl(Text::Wrap)
+Requires:       perl(:MODULE_COMPAT_%(eval "$(perl -V:version)"; echo $version))
 
 %description
 
-Text::Unidecode provides a function, `unidecode(...)' that
-takes Unicode data and tries to represent it in US-ASCII
-characters (i.e., the universally displayable characters between
-0x00 and 0x7F). The representation is almost always an attempt at
-*transliteration* -- i.e., conveying, in Roman letters, the
-pronunciation expressed by the text in some other writing
-system. 
+Text::Unidecode provides a function, `unidecode(...)' that takes
+Unicode data and tries to represent it in US-ASCII characters (i.e.,
+the universally displayable characters between 0x00 and 0x7F). The
+representation is almost always an attempt at *transliteration* -- i.e.,
+conveying, in Roman letters, the pronunciation expressed by the text in
+some other writing system.
 
 %prep
 %setup -q -n Text-Unidecode-%{version}
 
 %build
-perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=true
+perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
 make %{?_smp_mflags}
 
 %install
 make pure_install DESTDIR=%{buildroot}
-chmod -R u+w %{buildroot}/*
+%{_fixperms} %{buildroot}/*
 
 %check
 make test
 
 %files
-%doc README TODO.txt ChangeLog LICENSE
+%license LICENSE
+%doc README TODO.txt ChangeLog
 %{perl_vendorlib}/Text/
 %{_mandir}/man3/*.3*
 
-
 %changelog
+* Wed Dec 10 2014 Petr Ĺ abata <contyk at redhat.com> - 1.23-1
+- 1.23 bump
+
 * Wed Aug 27 2014 Jitka Plesnikova <jplesnik at redhat.com> - 1.22-2
 - Perl 5.20 rebuild
 
diff --git a/sources b/sources
index 9416374..979fffb 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-221be586e77f823859cc15b6b4bb5e7c  Text-Unidecode-1.22.tar.gz
+52340aa179053fa779fda6eeaa09425f  Text-Unidecode-1.23.tar.gz
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/perl-Text-Unidecode.git/commit/?h=f21&id=23fb40a381514dba263ca3c28c50eb8230950ddf


More information about the perl-devel mailing list