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

Iain Arnell iarnell at fedoraproject.org
Mon Dec 8 04:56:33 UTC 2008


Author: iarnell

Update of /cvs/pkgs/rpms/perl-B-Utils/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv8104

Modified Files:
	.cvsignore sources 
Added Files:
	perl-B-Utils.spec 
Log Message:
initial import


--- NEW FILE perl-B-Utils.spec ---
Name:           perl-B-Utils
Version:        0.07
Release:        1%{?dist}
Summary:        Helper functions for op tree manipulation
License:        GPL+ or Artistic
Group:          Development/Libraries
URL:            http://search.cpan.org/dist/B-Utils/
Source0:        http://www.cpan.org/authors/id/J/JJ/JJORE/B-Utils-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires:  perl(ExtUtils::MakeMaker)
# not in fedora yet - bz #xxyynn
#BuildRequires:  perl(Test::Signature)
BuildRequires:  perl(Test::More)
BuildRequires:  perl(Test::Pod)
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%description
Helper functions for op tree manipulation.

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

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS"
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 -type f -name '*.bs' -size 0 -exec rm -f {} \;
find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;

%{_fixperms} $RPM_BUILD_ROOT/*

%check
make test

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc Changes README
%{perl_vendorarch}/auto/*
%{perl_vendorarch}/B*
%{_mandir}/man3/*

%changelog
* Fri Dec 05 2008 Iain Arnell 0.07-1
- Specfile autogenerated by cpanspec 1.77.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-B-Utils/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	8 Dec 2008 00:35:32 -0000	1.1
+++ .cvsignore	8 Dec 2008 04:56:02 -0000	1.2
@@ -0,0 +1 @@
+B-Utils-0.07.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-B-Utils/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	8 Dec 2008 00:35:32 -0000	1.1
+++ sources	8 Dec 2008 04:56:02 -0000	1.2
@@ -0,0 +1 @@
+d69e7d81a24093a41e90e19f8bdb54e3  B-Utils-0.07.tar.gz




More information about the Fedora-perl-devel-list mailing list