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

Chris Weyl (cweyl) fedora-extras-commits at redhat.com
Fri Oct 13 05:40:38 UTC 2006


Author: cweyl

Update of /cvs/extras/rpms/perl-aliased/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7924/devel

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


--- NEW FILE perl-aliased.spec ---
Name:           perl-aliased
Version:        0.20
Release:        1%{?dist}
Summary:        Use shorter versions of class names
License:        GPL or Artistic
Group:          Development/Libraries
URL:            http://search.cpan.org/dist/aliased/
Source0:        http://www.cpan.org/authors/id/O/OV/OVID/aliased-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch
BuildRequires:  perl(Module::Build)
BuildRequires:  perl(Test::Pod::Coverage), perl(Test::Pod)
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%description
aliased is simple in concept but is a rather handy module. It loads the
class you specify and exports into your namespace a subroutine that returns
the class name. You can explicitly alias the class to another name or, if
you prefer, you can do so implicitly. In the latter case, the name of the
subroutine is the last part of the class name. 

%prep
%setup -q -n aliased-%{version}

%build
%{__perl} Build.PL installdirs=vendor
./Build

%install
rm -rf %{buildroot}

./Build install destdir=%{buildroot} create_packlist=0
find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;

%{_fixperms} %{buildroot}/*

%check
./Build test

%clean
rm -rf %{buildroot}

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

%changelog
* Mon Oct 09 2006 Chris Weyl <cweyl at alumni.drew.edu> 0.20-1
- Specfile autogenerated by cpanspec 1.69.


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-aliased/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	13 Oct 2006 05:40:23 -0000	1.1
+++ .cvsignore	13 Oct 2006 05:40:37 -0000	1.2
@@ -0,0 +1 @@
+aliased-0.20.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-aliased/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	13 Oct 2006 05:40:23 -0000	1.1
+++ sources	13 Oct 2006 05:40:37 -0000	1.2
@@ -0,0 +1 @@
+0bfab0c5dcff5a4903e04feb22d37b9b  aliased-0.20.tar.gz




More information about the scm-commits mailing list