rpms/perl-Sub-Name/devel perl-Sub-Name.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Chris Weyl (cweyl) fedora-extras-commits at redhat.com
Wed Sep 6 14:52:25 UTC 2006


Author: cweyl

Update of /cvs/extras/rpms/perl-Sub-Name/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31493/devel

Modified Files:
	.cvsignore sources 
Added Files:
	perl-Sub-Name.spec 
Log Message:
auto-import perl-Sub-Name-0.02-1.fc5 on branch devel from perl-Sub-Name-0.02-1.fc5.src.rpm


--- NEW FILE perl-Sub-Name.spec ---
Name:           perl-Sub-Name
Version:        0.02
Release:        1%{?dist}
Summary:        Name -- or rename -- a sub
License:        GPL or Artistic
Group:          Development/Libraries
URL:            http://search.cpan.org/dist/Sub-Name/
Source0:        http://www.cpan.org/authors/id/X/XM/XMATH/Sub-Name-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%description
This module allows one to "name" or rename subroutines, including anonymous
ones.

Note that this is mainly for aid in debugging; you still cannot call the sub
by the new name (w/o some deep magic).


%prep
%setup -q -n Sub-Name-%{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
%{perl_vendorarch}/auto/*
%{perl_vendorarch}/Sub*
%{_mandir}/man3/*

%changelog
* Sat Sep 02 2006 Chris Weyl <cweyl at alumni.drew.edu> 0.02-1
- Specfile autogenerated by cpanspec 1.69.1.


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-Sub-Name/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	6 Sep 2006 14:52:16 -0000	1.1
+++ .cvsignore	6 Sep 2006 14:52:25 -0000	1.2
@@ -0,0 +1 @@
+Sub-Name-0.02.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-Sub-Name/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	6 Sep 2006 14:52:16 -0000	1.1
+++ sources	6 Sep 2006 14:52:25 -0000	1.2
@@ -0,0 +1 @@
+a47e1f1fe88a0c85b7ecc0d150039616  Sub-Name-0.02.tar.gz




More information about the scm-commits mailing list