rpms/perl-Hash-Case/devel perl-Hash-Case.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Chris Weyl (cweyl) fedora-extras-commits at redhat.com
Thu Apr 19 18:35:07 UTC 2007


Author: cweyl

Update of /cvs/extras/rpms/perl-Hash-Case/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12119/devel

Modified Files:
	.cvsignore sources 
Added Files:
	perl-Hash-Case.spec 
Log Message:
initial commit



--- NEW FILE perl-Hash-Case.spec ---
Name:           perl-Hash-Case
Version:        1.003
Release:        1%{?dist}
Summary:        Base class for hashes with key-casing requirements
License:        GPL or Artistic
Group:          Development/Libraries
URL:            http://search.cpan.org/dist/Hash-Case/
Source0:        http://www.cpan.org/authors/id/M/MA/MARKOV/Hash-Case-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch

BuildRequires:  perl(ExtUtils::MakeMaker), perl(Test::More)

Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%description
Hash::Case is the base class for various classes which tie special
treatment for the casing of keys. Be aware of the differences in
implementation: Lower and Upper are tied native hashes: these hashes have
no need for hidden fields or other assisting data structured. A case
Preserve hash will actually create three hashes.

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

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

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


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-Hash-Case/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	19 Apr 2007 18:25:01 -0000	1.1
+++ .cvsignore	19 Apr 2007 18:34:32 -0000	1.2
@@ -0,0 +1 @@
+Hash-Case-1.003.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-Hash-Case/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	19 Apr 2007 18:25:01 -0000	1.1
+++ sources	19 Apr 2007 18:34:32 -0000	1.2
@@ -0,0 +1 @@
+3cf179f0730b3e3651eb7e270aed2dac  Hash-Case-1.003.tar.gz




More information about the scm-commits mailing list