rpms/perl-Array-RefElem/F-8 perl-Array-RefElem.spec, NONE, 1.1 sources, 1.1, 1.2

Chris Weyl (cweyl) fedora-extras-commits at redhat.com
Tue Mar 18 19:29:09 UTC 2008


Author: cweyl

Update of /cvs/extras/rpms/perl-Array-RefElem/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6661

Modified Files:
	sources 
Added Files:
	perl-Array-RefElem.spec 
Log Message:
pseudo-branch of perl-Array-RefElem to F-8


--- NEW FILE perl-Array-RefElem.spec ---
Name:           perl-Array-RefElem
Version:        1.00
Release:        2%{?dist}
Summary:        Set up array elements as aliases
License:        GPL+ or Artistic
Group:          Development/Libraries
URL:            http://search.cpan.org/dist/Array-RefElem/
Source0:        http://www.cpan.org/authors/id/G/GA/GAAS/Array-RefElem-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

BuildRequires:  perl(ExtUtils::MakeMaker)

%description
This module gives direct access to some of the internal Perl routines that
let you store things in arrays and hashes.

%prep
%setup -q -n Array-RefElem-%{version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
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 f -name '*.bs' -size 0 -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 t/
%{perl_vendorarch}/auto/*
%{perl_vendorarch}/Array*
%{_mandir}/man3/*

%changelog
* Tue Mar 18 2008 Chris Weyl <cweyl at alumni.drew.edu> 1.00-2
- bump

* Mon Mar 17 2008 Chris Weyl <cweyl at alumni.drew.edu> 1.00-1
- Specfile autogenerated by cpanspec 1.74.


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-Array-RefElem/F-8/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	18 Mar 2008 17:32:59 -0000	1.1
+++ sources	18 Mar 2008 19:28:33 -0000	1.2
@@ -0,0 +1 @@
+43ff2dd2049258634cb00697198572d1  Array-RefElem-1.00.tar.gz




More information about the fedora-extras-commits mailing list