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

Chris Weyl (cweyl) fedora-extras-commits at redhat.com
Sun Apr 29 22:46:36 UTC 2007


Author: cweyl

Update of /cvs/extras/rpms/perl-Class-Prototyped/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16183/devel

Modified Files:
	.cvsignore sources 
Added Files:
	perl-Class-Prototyped.spec 
Log Message:
initial commit



--- NEW FILE perl-Class-Prototyped.spec ---
Name:           perl-Class-Prototyped
Version:        1.10
Release:        1%{?dist}
Summary:        Fast prototype-based OO programming in Perl
License:        GPL or Artistic
Group:          Development/Libraries
URL:            http://search.cpan.org/dist/Class-Prototyped/
Source0:        http://www.cpan.org/authors/id/T/TE/TEVERETT/Class-Prototyped-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch
BuildRequires:  perl(Module::Build)
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%description
This package provides for efficient and simple prototype-based programming
in Perl. You can provide different subroutines for each object, and also
have objects inherit their behavior and state from another object.

%prep
%setup -q -n Class-Prototyped-%{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 perf/ examples/
%{perl_vendorlib}/*
%{_mandir}/man3/*

%changelog
* Mon Apr 09 2007 Chris Weyl <cweyl at alumni.drew.edu> 1.10-1
- Specfile autogenerated by cpanspec 1.70.


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-Class-Prototyped/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	29 Apr 2007 22:22:55 -0000	1.1
+++ .cvsignore	29 Apr 2007 22:46:01 -0000	1.2
@@ -0,0 +1 @@
+Class-Prototyped-1.10.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-Class-Prototyped/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	29 Apr 2007 22:22:55 -0000	1.1
+++ sources	29 Apr 2007 22:46:01 -0000	1.2
@@ -0,0 +1 @@
+82d22ef4628e276b2eb7d4debabdf31d  Class-Prototyped-1.10.tar.gz




More information about the scm-commits mailing list