rpms/perl-Hash-Merge/EL-4 perl-Hash-Merge.spec, NONE, 1.1 sources, 1.1, 1.2

Tom Callaway spot at fedoraproject.org
Wed Jul 1 14:13:20 UTC 2009


Author: spot

Update of /cvs/pkgs/rpms/perl-Hash-Merge/EL-4
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv10578/EL-4

Modified Files:
	sources 
Added Files:
	perl-Hash-Merge.spec 
Log Message:
initial branching


--- NEW FILE perl-Hash-Merge.spec ---
Name:           perl-Hash-Merge
Version:        0.11
Release:        2%{?dist}
Summary:        Merges arbitrary deep hashes into a single hash
Group:          Development/Libraries
License:        GPL+ or Artistic
URL:            http://search.cpan.org/dist/Hash-Merge/
Source0:        http://search.cpan.org/CPAN/authors/id/D/DM/DMUEY/Hash-Merge-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch

BuildRequires:  perl(Test::More), perl(Clone)
Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%description
%{summary}.

%prep
%setup -q -n Hash-Merge-%{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} -type d -depth -exec rmdir {} 2>/dev/null ';'
chmod -x %{buildroot}%{perl_vendorlib}/Hash/Merge.pm
%{_fixperms} %{buildroot}/*

%check
make test

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root,-)
%doc Changes README
%{perl_vendorlib}/Hash/
%{_mandir}/man3/*.3*


%changelog
* Fri Jun 26 2009 Tom "spot" Callaway <tcallawa at redhat.com> - 0.11-2
- fix permissions (silence rpmlint too)
- own Hash/ directory

* Fri Jun 26 2009 Tom "spot" Callaway <tcallawa at redhat.com> - 0.11-1
- initial package for Fedora


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Hash-Merge/EL-4/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	1 Jul 2009 13:09:22 -0000	1.1
+++ sources	1 Jul 2009 14:12:49 -0000	1.2
@@ -0,0 +1 @@
+280b520399a382ac70dfb64442402f85  Hash-Merge-0.11.tar.gz




More information about the Fedora-perl-devel-list mailing list