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

Chris Weyl (cweyl) fedora-extras-commits at redhat.com
Thu Sep 7 23:34:55 UTC 2006


Author: cweyl

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

Modified Files:
	.cvsignore sources 
Added Files:
	perl-Class-MOP.spec 
Log Message:
auto-import perl-Class-MOP-0.34-2.fc5 on branch devel from perl-Class-MOP-0.34-2.fc5.src.rpm


--- NEW FILE perl-Class-MOP.spec ---
Name:           perl-Class-MOP
Version:        0.34
Release:        2%{?dist}
Summary:        Class::MOP Perl module
License:        GPL or Artistic
Group:          Development/Libraries
URL:            http://search.cpan.org/dist/Class-MOP/
Source0:        http://www.cpan.org/authors/id/S/ST/STEVAN/Class-MOP-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch

BuildRequires:  perl(Module::Build)
BuildRequires:  perl(Sub::Name) >= 0.02
# testing...
BuildRequires:  perl(Test::Exception) >= 0.21
BuildRequires:  perl(Algorithm::C3), perl(Class::C3), perl(SUPER)
BuildRequires:  perl(Test::Pod), perl(Test::Pod::Coverage)

Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%description
This module is an attempt to create a meta object protocol for the Perl 5
object system. It makes no attempt to change the behavior or characteristics
of the Perl 5 object system, only to create a protocol for its manipulation
and introspection.

That said, it does attempt to create the tools for building a rich set of
extensions to the Perl 5 object system. Every attempt has been made for these
tools to keep to the spirit of the Perl 5 object system that we all know and
love.

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

%changelog
* Thu Sep 07 2006 Chris Weyl <cweyl at alumni.drew.edu> 0.34-2
- add br on Test::Pod && ::Coverage

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


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-Class-MOP/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	7 Sep 2006 23:34:29 -0000	1.1
+++ .cvsignore	7 Sep 2006 23:34:55 -0000	1.2
@@ -0,0 +1 @@
+Class-MOP-0.34.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-Class-MOP/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	7 Sep 2006 23:34:29 -0000	1.1
+++ sources	7 Sep 2006 23:34:55 -0000	1.2
@@ -0,0 +1 @@
+88ae60fc9fe161598739f3de59d6932e  Class-MOP-0.34.tar.gz




More information about the fedora-extras-commits mailing list