rpms/perl-rpm-build-perl/F-9 import.log, NONE, 1.1 perl-rpm-build-perl.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Chris Weyl cweyl at fedoraproject.org
Tue Dec 2 00:47:05 UTC 2008


Author: cweyl

Update of /cvs/extras/rpms/perl-rpm-build-perl/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv31596/F-9

Modified Files:
	.cvsignore sources 
Added Files:
	import.log perl-rpm-build-perl.spec 
Log Message:
initial import


--- NEW FILE import.log ---
perl-rpm-build-perl-0_6_8-1_fc9:F-9:perl-rpm-build-perl-0.6.8-1.fc9.src.rpm:1228178784


--- NEW FILE perl-rpm-build-perl.spec ---
Name:       perl-rpm-build-perl 
Version:    0.6.8 
Release:    1%{?dist}
# see lib/B/PerlReq.pm, among others
License:    GPLv2+
Group:      Development/Libraries
Summary:    Perl compiler backend to extract Perl dependencies 
Source:     http://search.cpan.org/CPAN/authors/id/A/AT/ATOURBIN/rpm-build-perl-%{version}.tar.gz 
Url:        http://search.cpan.org/dist/rpm-build-perl
BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) 
Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
BuildArch:  noarch

BuildRequires: perl(ExtUtils::MakeMaker) 
BuildRequires: perl(B)
BuildRequires: perl(Encode)
BuildRequires: perl(O)
BuildRequires: perl(Safe)
BuildRequires: perl(Test::More)

%description
B::PerlReq is a backend module for the Perl compiler that extracts
dependencies from Perl source code, based on the internal compiled
structure that Perl itself creates after parsing a program. The output of
B::PerlReq is suitable for automatic dependency tracking (e.g. for RPM
packaging).

%package scripts
Summary:    Perl RPM prov/req scripts
Group:      Development/Libraries
Requires:   %{name} = %{version}-%{release}

%description scripts
The provides/requires scripts packaged along with perl-rpm-build-perl.

%prep
%setup -q -n rpm-build-perl-%{version}

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

%install
rm -rf %{buildroot}

make pure_install PERL_INSTALL_ROOT=%{buildroot}
find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null ';'

%{_fixperms} %{buildroot}/*

%check
make test

%clean
rm -rf %{buildroot} 

%files
%defattr(-,root,root,-)
%doc README* Changes perl5-alt-rpm-macros macros.env
%{perl_vendorlib}/*
%{_mandir}/man3/*.3*

%files scripts
%defattr(-,root,root,-)
%doc perl5-alt-rpm-macros macros.env
%{_bindir}/*
%{_mandir}/man1/*.1*

%changelog
* Wed Nov 19 2008 Chris Weyl <cweyl at alumni.drew.edu> 0.6.8-1
- update for submission
- split scripts off into their own package

* Tue Nov 18 2008 Chris Weyl <cweyl at alumni.drew.edu> 0.6.8-0.1
- initial RPM packaging
- generated with cpan2dist (CPANPLUS::Dist::RPM version 0.0.5)


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-rpm-build-perl/F-9/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	1 Dec 2008 21:40:43 -0000	1.1
+++ .cvsignore	2 Dec 2008 00:46:34 -0000	1.2
@@ -0,0 +1 @@
+rpm-build-perl-0.6.8.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-rpm-build-perl/F-9/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	1 Dec 2008 21:40:43 -0000	1.1
+++ sources	2 Dec 2008 00:46:34 -0000	1.2
@@ -0,0 +1 @@
+9e21d5d60b78fca93d2b00300b5f497d  rpm-build-perl-0.6.8.tar.gz




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