rpms/perl-B-Keywords/devel perl-B-Keywords.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Jose Pedro Oliveira (jpo) fedora-extras-commits at redhat.com
Mon Jan 22 14:04:20 UTC 2007


Author: jpo

Update of /cvs/extras/rpms/perl-B-Keywords/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20607/devel

Modified Files:
	.cvsignore sources 
Added Files:
	perl-B-Keywords.spec 
Log Message:
auto-import perl-B-Keywords-1.05-1 on branch devel from perl-B-Keywords-1.05-1.src.rpm


--- NEW FILE perl-B-Keywords.spec ---
Name:           perl-B-Keywords
Version:        1.05
Release:        1%{?dist}
Summary:        Lists of reserved barewords and symbol names

Group:          Development/Libraries
License:        GPL or Artistic
URL:            http://search.cpan.org/dist/B-Keywords/
Source0:        http://www.cpan.org/authors/id/J/JJ/JJORE/B-Keywords-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildArch:      noarch
BuildRequires:  perl(Test::Pod)
BuildRequires:  perl(Test::Pod::Coverage)
BuildRequires:  perl(YAML)
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%description
%{summary}.


%prep
%setup -q -n B-Keywords-%{version}


%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
make %{?_smp_mflags}


%install
rm -rf $RPM_BUILD_ROOT
make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null ';'
chmod -R u+w $RPM_BUILD_ROOT/*


%check
# Skip the Perl::Critic tests for two reasons:
#   1) it fails a couple of tests
#   2) it causes bootstrap problems
#      (Perl::Critic 0.23 requires this module)
mv t/05critic.t t/05critic.t.skip
AUTHOR_TESTS=1 make test


%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc Changes LICENSE
%{perl_vendorlib}/B/
%{_mandir}/man3/*.3pm*


%changelog
* Sat Jan 20 2007 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.05-1
- First build.


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-B-Keywords/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	22 Jan 2007 14:03:18 -0000	1.1
+++ .cvsignore	22 Jan 2007 14:03:50 -0000	1.2
@@ -0,0 +1 @@
+B-Keywords-1.05.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-B-Keywords/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	22 Jan 2007 14:03:18 -0000	1.1
+++ sources	22 Jan 2007 14:03:50 -0000	1.2
@@ -0,0 +1 @@
+f8b40e7dc864fc27fc69638e58cc651c  B-Keywords-1.05.tar.gz




More information about the scm-commits mailing list