Author: sciurius

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

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-11:perl-V-0.13-1.fc10.src.rpm:1257067821


--- 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 <jvrom...@squirrel.nl> 0.13-1
- Initial Fedora RPM version



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-V/F-11/.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 09:31:06 -0000       1.2
@@ -0,0 +1 @@
+V-0.13.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-V/F-11/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 09:31:06 -0000       1.2
@@ -0,0 +1 @@
+fb4e5b1ae277880c1798677a9db8659e  V-0.13.tar.gz

--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
Fedora-perl-devel-list mailing list
Fedora-perl-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-perl-devel-list

Reply via email to