%global pkg_name Perl6-Say %global pkg_version 0.11 %global rpm_pkg_version 0.11 %global rpm_pkg_release 1.n0i.4 Summary: Implements the Perl 6 "say" function in Perl 5 Name: perl-%{pkg_name} Version: %{rpm_pkg_version} Release: %{rpm_pkg_release}%{?cpan_version}%{?dist} Group: Development/Libraries License: Artistic 2.0 URL: http://search.cpan.org/dist/%{pkg_name}/ Source0: http://www.cpan.org/authors/id/J/JK/JKEENAN/%{pkg_name}-%{pkg_version}.tar.gz BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: rpm-build-reb00t-perl BuildRequires: perl(Scalar::Util) >= 1.07 %description Implements a close simulation of "say", the Perl 6 print-with-newline function. %prep %setup -q -n %{pkg_name}-%{pkg_version} %build %{perl_build} %install %{__rm} -rf $RPM_BUILD_ROOT %{perl_install} %clean %{__rm} -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %{perl_files} %doc Changes README %changelog * Sat Nov 03 2007 Marius Feraru - 0.11-1.n0i.4 - version 0.11 * Thu Nov 01 2007 Marius Feraru - 0.10-1.n0i.3 - version 0.10 * Sat Jun 09 2007 Marius Feraru - 0.09-1.n0i.2 - spec file (re)created using N0i::CPAN::RPMizer/1.14.8 - version 0.09 * Tue Sep 13 2005 Marius Feraru 0.04-1.n0i.1 - spec file (re)created using N0i::CPAN::RPMizer/1.10 - rebuild on perl 5.8.7