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

Allisson Azevedo allisson at fedoraproject.org
Tue Feb 3 10:46:24 UTC 2009


Author: allisson

Update of /cvs/pkgs/rpms/perl-Test-TempDir/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv20478/F-9

Modified Files:
	.cvsignore sources 
Added Files:
	import.log perl-Test-TempDir.spec 
Log Message:

First import for F-9



--- NEW FILE import.log ---
perl-Test-TempDir-0_04-2_fc10:F-9:perl-Test-TempDir-0.04-2.fc10.src.rpm:1233657490


--- NEW FILE perl-Test-TempDir.spec ---
Name:           perl-Test-TempDir
Version:        0.04
Release:        2%{?dist}
Summary:        Temporary files support for testing
License:        GPL+ or Artistic
Group:          Development/Libraries
URL:            http://search.cpan.org/dist/Test-TempDir/
Source0:        http://www.cpan.org/authors/id/N/NU/NUFFIN/Test-TempDir-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch
BuildRequires:  perl(ExtUtils::MakeMaker)
BuildRequires:  perl(File::NFSLock)
BuildRequires:  perl(Moose) >= 0.50
BuildRequires:  perl(MooseX::Types::Path::Class)
BuildRequires:  perl(namespace::clean) >= 0.08
BuildRequires:  perl(Path::Class)
BuildRequires:  perl(Sub::Exporter)
BuildRequires:  perl(Test::use::ok)
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%description
Test::TempDir provides temporary directory creation with testing in mind.

%prep
%setup -q -n Test-TempDir-%{version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
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 -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 
%{perl_vendorlib}/*
%{_mandir}/man3/*

%changelog
* Sun Feb 01 2009 Allisson Azevedo <allisson at gmail.com> 0.04-2
- Fix requires.

* Sun Feb 01 2009 Allisson Azevedo <allisson at gmail.com> 0.04-1
- Initial rpm release.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Test-TempDir/F-9/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	3 Feb 2009 04:30:34 -0000	1.1
+++ .cvsignore	3 Feb 2009 10:45:53 -0000	1.2
@@ -0,0 +1 @@
+Test-TempDir-0.04.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Test-TempDir/F-9/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	3 Feb 2009 04:30:34 -0000	1.1
+++ sources	3 Feb 2009 10:45:53 -0000	1.2
@@ -0,0 +1 @@
+66d60bd4463bd01b71144cc7cb6585a8  Test-TempDir-0.04.tar.gz




More information about the fedora-extras-commits mailing list