rpms/perl-Directory-Scratch-Structured/F-9 import.log, NONE, 1.1 perl-Directory-Scratch-Structured.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Chris Weyl cweyl at fedoraproject.org
Sun Jan 4 23:03:03 UTC 2009


Author: cweyl

Update of /cvs/extras/rpms/perl-Directory-Scratch-Structured/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv22705/F-9

Modified Files:
	.cvsignore sources 
Added Files:
	import.log perl-Directory-Scratch-Structured.spec 
Log Message:
initial import


--- NEW FILE import.log ---
perl-Directory-Scratch-Structured-0_04-1_fc10:F-9:perl-Directory-Scratch-Structured-0.04-1.fc10.src.rpm:1231110140


--- NEW FILE perl-Directory-Scratch-Structured.spec ---
Name:       perl-Directory-Scratch-Structured 
Version:    0.04
Release:    1%{?dist}
# see lib/Directory/Scratch/Structured.pm
License:    GPL+ or Artistic
Group:      Development/Libraries
Summary:    Creates temporary files and directories from a structured description
Source:     http://search.cpan.org/CPAN/authors/id/N/NK/NKH/Directory-Scratch-Structured-%{version}.tar.gz 
Url:        http://search.cpan.org/dist/Directory-Scratch-Structured
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(Module::Build::Compat)
BuildRequires: perl(Data::TreeDumper)
BuildRequires: perl(Directory::Scratch)
BuildRequires: perl(Readonly)
BuildRequires: perl(Sub::Exporter)
BuildRequires: perl(Sub::Install)
BuildRequires: perl(Test::More)
BuildRequires: perl(Test::Block)
BuildRequires: perl(Test::Exception)
BuildRequires: perl(Test::NoWarnings)
BuildRequires: perl(Test::Strict)
BuildRequires: perl(Test::Warn)

%description
This module adds a _create_structured_tree_ subroutine to Directory::Scratch.
This method is useful to create a directory structure needed for temporary
purposes, e.g. for testing.

%prep
%setup -q -n Directory-Scratch-Structured-%{version}

find . -type f -exec chmod -c -x {} +

%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 
%{perl_vendorlib}/*
%{_mandir}/man3/*.3*

%changelog
* Tue Dec 30 2008 Chris Weyl <cweyl at alumni.drew.edu> 0.04-1
- remove author test br's (removed from t/)

* Sat Nov 29 2008 Chris Weyl <cweyl at alumni.drew.edu> 0.03-1
- update for submission

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



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-Directory-Scratch-Structured/F-9/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	4 Jan 2009 20:31:55 -0000	1.1
+++ .cvsignore	4 Jan 2009 23:02:32 -0000	1.2
@@ -0,0 +1 @@
+Directory-Scratch-Structured-0.04.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-Directory-Scratch-Structured/F-9/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	4 Jan 2009 20:31:55 -0000	1.1
+++ sources	4 Jan 2009 23:02:33 -0000	1.2
@@ -0,0 +1 @@
+ef6155cc8a9723e0e9614508aa1c592d  Directory-Scratch-Structured-0.04.tar.gz




More information about the fedora-extras-commits mailing list