rpms/perl-UNIVERSAL-ref/F-11 import.log, NONE, 1.1 perl-UNIVERSAL-ref.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Chris Weyl cweyl at fedoraproject.org
Mon Apr 5 04:40:26 UTC 2010


Author: cweyl

Update of /cvs/extras/rpms/perl-UNIVERSAL-ref/F-11
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv32312/F-11

Modified Files:
	.cvsignore sources 
Added Files:
	import.log perl-UNIVERSAL-ref.spec 
Log Message:
initial import


--- NEW FILE import.log ---
perl-UNIVERSAL-ref-0_12-1_fc12:F-11:perl-UNIVERSAL-ref-0.12-1.fc12.src.rpm:1270442420


--- NEW FILE perl-UNIVERSAL-ref.spec ---
Name:           perl-UNIVERSAL-ref
Summary:        Turns ref() into a multimethod
Version:        0.12
Release:        1%{?dist}
License:        GPL+ or Artistic
Group:          Development/Libraries
Source0:        http://search.cpan.org/CPAN/authors/id/J/JJ/JJORE/UNIVERSAL-ref-%{version}.tar.gz 
URL:            http://search.cpan.org/dist/UNIVERSAL-ref
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

BuildRequires:  perl(B::Utils)
BuildRequires:  perl(ExtUtils::MakeMaker)
BuildRequires:  perl(Test::More)

Requires:       perl(B::Utils)

%{?perl_default_filter}
%{?perl_default_subpackage_tests}

%description
This module changes the behavior of the builtin function ref(). If
ref() is called on an object that has requested an overloaded ref,
the object's '->ref' method will be called and its return value
used instead.

%prep
%setup -q -n UNIVERSAL-ref-%{version}

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

%install
rm -rf %{buildroot}

make pure_install DESTDIR=%{buildroot}
find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
find %{buildroot} -type f -name '*.bs' -a -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
%{perl_vendorarch}/*
%exclude %dir %{perl_vendorarch}/auto
%{_mandir}/man3/*.3*

%changelog
* Sat Apr 03 2010 Chris Weyl <cweyl at alumni.drew.edu> 0.12-1
- specfile by Fedora::App::MaintainerTools 0.006




Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-UNIVERSAL-ref/F-11/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	5 Apr 2010 04:06:06 -0000	1.1
+++ .cvsignore	5 Apr 2010 04:40:25 -0000	1.2
@@ -0,0 +1 @@
+UNIVERSAL-ref-0.12.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-UNIVERSAL-ref/F-11/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	5 Apr 2010 04:06:06 -0000	1.1
+++ sources	5 Apr 2010 04:40:25 -0000	1.2
@@ -0,0 +1 @@
+2fb38adfb9415721496eeb8b552cc905  UNIVERSAL-ref-0.12.tar.gz



More information about the scm-commits mailing list