rpms/perl-Object-MultiType/devel import.log, NONE, 1.1 perl-Object-MultiType.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Lubomir Rintel (lkundrak) fedora-extras-commits at redhat.com
Tue Jun 10 20:38:05 UTC 2008


Author: lkundrak

Update of /cvs/pkgs/rpms/perl-Object-MultiType/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8432/devel

Modified Files:
	.cvsignore sources 
Added Files:
	import.log perl-Object-MultiType.spec 
Log Message:
Initial import


--- NEW FILE import.log ---
perl-Object-MultiType-0_05-1_el5:HEAD:perl-Object-MultiType-0.05-1.el5.src.rpm:1213129778


--- NEW FILE perl-Object-MultiType.spec ---
Name:           perl-Object-MultiType
Version:        0.05
Release:        1%{?dist}
Summary:        Perl Objects as Hash, Array, Scalar, Code and Glob at the same time
License:        GPL+ or Artistic
Group:          Development/Libraries
URL:            http://search.cpan.org/dist/Object-MultiType/
Source0:        http://www.cpan.org/authors/id/G/GM/GMPASSOS/Object-MultiType-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch
BuildRequires:  perl(ExtUtils::MakeMaker)
BuildRequires:  dos2unix
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))


%description
This module return an object that works like a Hash, Array, Scalar, Code
and Glob object at the same time.


%prep
%setup -q -n Object-MultiType-%{version}


%build
dos2unix -q -k README Changes
%{__perl} Makefile.PL INSTALLDIRS=vendor
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 -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_vendorlib}/*
%{_mandir}/man3/*


%changelog
* Mon Jun 02 2008 Lubomir Rintel (Good Data) <lubo.rintel at gooddata.com> 0.05-1
- Specfile autogenerated by cpanspec 1.75.
- Fix enconding of line breaks in documentation files


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Object-MultiType/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	10 Jun 2008 17:05:56 -0000	1.1
+++ .cvsignore	10 Jun 2008 20:37:16 -0000	1.2
@@ -0,0 +1 @@
+Object-MultiType-0.05.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Object-MultiType/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	10 Jun 2008 17:05:56 -0000	1.1
+++ sources	10 Jun 2008 20:37:16 -0000	1.2
@@ -0,0 +1 @@
+171ed010dab19fb8b94f22a5fca97814  Object-MultiType-0.05.tar.gz




More information about the fedora-extras-commits mailing list