%global pkg_name Lingua-EN-Syllable %global pkg_version 0.251 %global rpm_pkg_version 0.251 %global rpm_pkg_release 3.n0i.3 Summary: Estimate syllable count in words Name: perl-%{pkg_name} Version: %{rpm_pkg_version} Release: %{rpm_pkg_release}%{?cpan_version}%{?dist} Group: Development/Libraries License: GPL+ or Artistic URL: http://search.cpan.org/dist/%{pkg_name}/ Source0: http://www.cpan.org/modules/by-module/Lingua/%{pkg_name}-%{pkg_version}.tar.gz BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: rpm-build-reb00t-perl BuildRequires: perl(ExtUtils::MakeMaker) %description Lingua::EN::Syllable::syllable() estimates the number of syllables in the word passed to it. %prep %setup -q -n %{pkg_name}-%{pkg_version} %build %{perl_build} %install %{__rm} -rf %{buildroot} %{perl_install} %clean %{__rm} -rf %{buildroot} %files %defattr(-,root,root,-) %{perl_files} %doc README %changelog * Mon Jul 02 2012 Marius Feraru - 0.251-3.n0i.3 - spec file (re)created using N0i::CPAN::RPMizer/1.14.11 - rebuild on perl 5.14.2 * Tue May 22 2007 Marius Feraru - 0.251-2.n0i.2 - spec file (re)created using N0i::CPAN::RPMizer v1.14.7 - rebuild on perl 5.8.8 * Mon Aug 01 2005 Marius Feraru 0.251-1.n0i.1 - spec file (re)created using N0i::CPAN::RPMizer/1.01 - rebuild on perl 5.8.7