# # Conditional build: %bcond_without tests # do not perform "make test" # %define pdir B %define pnam Keywords Summary: B::Keywords - Lists of reserved barewords and symbol names Summary(pl.UTF-8): B::Keywords - lista zarezerwowanych słów kluczowych i nazw symboli Name: perl-B-Keywords Version: 1.20 Release: 1 License: GPL v2 or Artistic Group: Development/Languages/Perl Source0: http://www.cpan.org/modules/by-module/B/%{pdir}-%{pnam}-%{version}.tar.gz # Source0-md5: c26c461160f05994e677a9a0a70b7a03 URL: http://search.cpan.org/dist/B-Keywords/ BuildRequires: perl-devel >= 1:5.8.0 BuildRequires: rpm-perlprov >= 4.1-13 BuildArch: noarch BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %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 and operators to the @Functions array. %description -l pl.UTF-8 B::Keywords udostępnia siedem tablic słów kluczowych: @Scalars, @Arrays, @Hashes, @Filehandles, @Symbols, @Functions i @Barewords. Tablica @Symbols obejmuje zawartość każdej z tablic @Scalars, @Arrays, @Hashes i @Filehandles. Podobnie @Barewords dodaje do tablicy @Functions kilka słów kluczowych nie będących funkcjami oraz operatorów. %prep %setup -q -n %{pdir}-%{pnam}-%{version} %build %{__perl} Makefile.PL \ INSTALLDIRS=vendor %{__make} %{?with_tests:%{__make} test} %install rm -rf $RPM_BUILD_ROOT %{__make} install \ DESTDIR=$RPM_BUILD_ROOT %clean rm -rf $RPM_BUILD_ROOT %files %defattr(644,root,root,755) %doc Changes README %{perl_vendorlib}/B/Keywords.pm %{_mandir}/man3/B::Keywords.3pm*