rpms/perl-Hash-WithDefaults/FC-6 perl-Hash-WithDefaults.spec, NONE, 1.1 sources, 1.1, 1.2

Chris Weyl (cweyl) fedora-extras-commits at redhat.com
Wed Apr 25 20:28:14 UTC 2007


Author: cweyl

Update of /cvs/extras/rpms/perl-Hash-WithDefaults/FC-6
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13657

Modified Files:
	sources 
Added Files:
	perl-Hash-WithDefaults.spec 
Log Message:
pseudo-branch of perl-Hash-WithDefaults to FC-6


--- NEW FILE perl-Hash-WithDefaults.spec ---
Name:           perl-Hash-WithDefaults
Version:        0.04
Release:        2%{?dist}
Summary:        Class for hashes with key-casing requirements supporting defaults
License:        GPL or Artistic
Group:          Development/Libraries
URL:            http://search.cpan.org/dist/Hash-WithDefaults/
Source0:        http://www.cpan.org/authors/id/J/JE/JENDA/Hash-WithDefaults-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch
BuildRequires:  perl(ExtUtils::MakeMaker)
BuildRequires:  perl(Test)
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%description
This module implements hashes that support "defaults". That is you may
specify several more hashes in which the data will be looked up in case it
is not found in the current hash.

%prep
%setup -q -n Hash-WithDefaults-%{version}

sed -i 's/\r//' README

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

%changelog
* Wed Apr 25 2007 Chris Weyl <cweyl at alumni.drew.edu> 0.04-2
- bump

* Wed Apr 18 2007 Chris Weyl <cweyl at alumni.drew.edu> 0.04-1
- Specfile autogenerated by cpanspec 1.69.1.


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-Hash-WithDefaults/FC-6/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	25 Apr 2007 19:40:01 -0000	1.1
+++ sources	25 Apr 2007 20:27:39 -0000	1.2
@@ -0,0 +1 @@
+e769b5f381e2b55ec53429b847f086c1  Hash-WithDefaults-0.04.tar.gz




More information about the scm-commits mailing list