%global pkg_name B-Keywords %global pkg_version 1.08 %global rpm_pkg_version 1.08 %global rpm_pkg_release 1.n0i.6 Summary: Lists of reserved barewords and symbol names 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/JJ/JJORE/%{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 B::Keywords supplies seven arrays of keywords: @Scalars, @Arrays, @Hashes, @Filehandles, @Symbols, @Functions and @Barewords. The @Symbols array includes the contents of each of @Scalars, @Arrays, @Hashes and @Filehandles. Similarly, @Barewords adds a few non-function keywords (like __DATA__, NULL) to the @Functions array. %prep %setup -q -n %{pkg_name}-%{pkg_version} %build %{perl_build} %{!?_without_test:%{__make} test} %install %{__rm} -rf $RPM_BUILD_ROOT %{perl_install} %clean %{__rm} -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %{perl_files} %doc Changes LICENSE README %changelog * Tue Oct 09 2007 Marius Feraru - 1.08-1.n0i.6 - version 1.08 * Tue May 22 2007 Marius Feraru - 1.06-2.n0i.5 - mass rebuild * Wed May 09 2007 Marius Feraru - 1.06-1.n0i.4 - spec file (re)created using N0i::CPAN::RPMizer v1.14.5 - rebuild on perl 5.8.8 * Sun Jul 09 2006 Marius Feraru - 1.02-1.n0i.3 - version 1.02 * Thu Feb 02 2006 Marius Feraru 1.01-1.n0i.2 - version 1.01 * Wed Aug 03 2005 Marius Feraru 0.06-1.n0i.1 - spec file (re)created using N0i::CPAN::RPMizer/1.01 - rebuild on perl 5.8.7