rpms/perl-V/F-12 import.log, NONE, 1.1 perl-V.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Johan Vromans sciurius at fedoraproject.org
Sun Nov 1 10:04:11 UTC 2009


Author: sciurius

Update of /cvs/pkgs/rpms/perl-V/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv11426/F-12

Modified Files:
	.cvsignore sources 
Added Files:
	import.log perl-V.spec 
Log Message:
Initial import from upstream sources.



--- NEW FILE import.log ---
perl-V-0_13-1_fc10:F-12:perl-V-0.13-1.fc10.src.rpm:1257069815


--- NEW FILE perl-V.spec ---
Name:		perl-V
Version:	0.13
Release:	1%{?dist}
Summary:	Print version of the specified Perl modules

Group:		Development/Libraries
License:	GPL+ or Artistic
URL:		http://search.cpan.org/dist/V
Source0:	http://search.cpan.org/CPAN/authors/id/A/AB/ABELTJE/V-%{version}.tar.gz
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(Test::More)

%description
A light-weight module for getting versions of Perl modules without
loading them.

%prep
%setup -q -n V-%{version}

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

%check
%{__make} test TEST_VERBOSE=1

%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 ';'
%{__chmod} -R u+w %{buildroot}/*

%clean
%{__rm} -rf %{buildroot}

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


%changelog
* Thu Oct 22 2009 Johan Vromans <jvromans at squirrel.nl> 0.13-1
- Initial Fedora RPM version



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-V/F-12/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	31 Oct 2009 23:43:37 -0000	1.1
+++ .cvsignore	1 Nov 2009 10:04:09 -0000	1.2
@@ -0,0 +1 @@
+V-0.13.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-V/F-12/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	31 Oct 2009 23:43:37 -0000	1.1
+++ sources	1 Nov 2009 10:04:10 -0000	1.2
@@ -0,0 +1 @@
+fb4e5b1ae277880c1798677a9db8659e  V-0.13.tar.gz




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