rpms/perl-Algorithm-Permute/F-9 import.log, NONE, 1.1 perl-Algorithm-Permute.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Lubomir Rintel (lkundrak) fedora-extras-commits at redhat.com
Mon Jun 23 18:02:49 UTC 2008


Author: lkundrak

Update of /cvs/pkgs/rpms/perl-Algorithm-Permute/F-9
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14065/F-9

Modified Files:
	.cvsignore sources 
Added Files:
	import.log perl-Algorithm-Permute.spec 
Log Message:
Initial Import


--- NEW FILE import.log ---
perl-Algorithm-Permute-0_12-1_el5:F-9:perl-Algorithm-Permute-0.12-1.el5.src.rpm:1214244108


--- NEW FILE perl-Algorithm-Permute.spec ---
Name:           perl-Algorithm-Permute
Version:        0.12
Release:        1%{?dist}
Summary:        Handy and fast permutation with object oriented interface
License:        GPL+ or Artistic
Group:          Development/Libraries
URL:            http://search.cpan.org/dist/Algorithm-Permute/
Source0:        http://archive.cpan.cz//authors/id/E/ED/EDPRATOMO/Algorithm-Permute-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires:  perl(ExtUtils::MakeMaker)
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))


%description
This handy module makes performing permutation in Perl easy and fast,
although perhaps its algorithm is not the fastest on the earth. It supports
permutation r of n objects where 0 < r <= n.


%prep
%setup -q -n Algorithm-Permute-%{version}


%build
%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS"
make %{?_smp_mflags}


%install
rm -rf $RPM_BUILD_ROOT

make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT

find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
find $RPM_BUILD_ROOT -type f -name '*.bs' -size 0 -exec rm -f {} \;
find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;

%{_fixperms} $RPM_BUILD_ROOT/*


%check
make test


%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc Changes README
%{perl_vendorarch}/auto/*
%{perl_vendorarch}/Algorithm*
%{_mandir}/man3/*


%changelog
* Thu Jun 12 2008 Lubomir Rintel (Good Data) <lubo.rintel at gooddata.com> 0.12-1
- Specfile autogenerated by cpanspec 1.75.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Algorithm-Permute/F-9/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	23 Jun 2008 15:35:15 -0000	1.1
+++ .cvsignore	23 Jun 2008 18:02:05 -0000	1.2
@@ -0,0 +1 @@
+Algorithm-Permute-0.12.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Algorithm-Permute/F-9/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	23 Jun 2008 15:35:15 -0000	1.1
+++ sources	23 Jun 2008 18:02:05 -0000	1.2
@@ -0,0 +1 @@
+93c9e11af9511390379720fe046fb960  Algorithm-Permute-0.12.tar.gz




More information about the fedora-extras-commits mailing list