Author: iarnell Update of /cvs/pkgs/rpms/perl-File-ShareDir-Install/F-11 In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv636/F-11 Modified Files: .cvsignore sources Added Files: perl-File-ShareDir-Install.spec Log Message: initial import on branches --- NEW FILE perl-File-ShareDir-Install.spec --- Name: perl-File-ShareDir-Install Version: 0.03 Release: 2%{?dist} Summary: Install shared files License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/File-ShareDir-Install/ Source0: http://www.cpan.org/authors/id/G/GW/GWYN/File-ShareDir-Install-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) >= 6.11 # tests BuildRequires: perl(Test::More) BuildRequires: perl(Test::Pod) BuildRequires: perl(Test::Pod::Coverage) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %{?perl_default_filter} %description File::ShareDir::Install allows you to install read-only data files from a distribution. It is a companion module to File::ShareDir, which allows you to locate these files after installation. %prep %setup -q -n File-ShareDir-Install-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make pure_install DESTDIR=$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 \; %{_fixperms} $RPM_BUILD_ROOT/* %check make test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc Changes README %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Sun Apr 04 2010 Iain Arnell <iarnell@xxxxxxxxx> 0.03-2 - use perl_default_filter and DESTDIR * Fri Apr 02 2010 Iain Arnell 0.03-1 - Specfile autogenerated by cpanspec 1.78. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-File-ShareDir-Install/F-11/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 3 Apr 2010 17:49:57 -0000 1.1 +++ .cvsignore 4 Apr 2010 06:59:10 -0000 1.2 @@ -0,0 +1 @@ +File-ShareDir-Install-0.03.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-File-ShareDir-Install/F-11/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 3 Apr 2010 17:49:57 -0000 1.1 +++ sources 4 Apr 2010 06:59:11 -0000 1.2 @@ -0,0 +1 @@ +ead5d0779a45dee782d81d2415610331 File-ShareDir-Install-0.03.tar.gz -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/perl-devel