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

Chris Weyl (cweyl) fedora-extras-commits at redhat.com
Fri Jul 7 03:02:39 UTC 2006


Author: cweyl

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

Modified Files:
	.cvsignore sources 
Added Files:
	perl-Class-InsideOut.spec 
Log Message:
auto-import perl-Class-InsideOut-1.00-0.fc5 on branch devel from perl-Class-InsideOut-1.00-0.fc5.src.rpm


--- NEW FILE perl-Class-InsideOut.spec ---
Name:           perl-Class-InsideOut
Version:        1.00 
Release:        0%{?dist}
Summary:        A safe, simple inside-out object construction kit 

Group:          Development/Libraries
License:        Artistic or GPL        
URL:            http://search.cpan.org/dist/Class-InsideOut            
Source0: http://search.cpan.org/CPAN/authors/id/D/DA/DAGOLDEN/Class-InsideOut-%{version}.tar.gz 
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildArch:      noarch
BuildRequires:  perl
BuildRequires:  perl(Test::Pod::Coverage), perl(Test::Pod), dos2unix
Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%description
This is a simple, safe and streamlined toolkit for building inside-out
objects. Unlike most other inside-out object building modules already on CPAN,
this module aims for minimalism and robustness:

* Does not require derived classes to subclass it
* Uses no source filters, attributes or CHECK blocks
* Supports any underlying object type including foreign
  inheritance
* Does not leak memory on object destruction
* Overloading-safe
* Thread-safe for Perl 5.8 or better
* mod_perl compatible
* Makes no assumption about inheritance or initializer needs

It provides the minimal support necessary for creating safe inside-out 
objects and generating flexible accessors.

%prep
%setup -q -n Class-InsideOut-%{version}

# fix encoding
dos2unix Todo

%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' -a -size 0 -exec rm -f {} ';'
find %{buildroot} -type d -depth -exec rmdir {} 2>/dev/null ';'
chmod -R u+w %{buildroot}/*


%check
make test


%clean
rm -rf %{buildroot}


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


%changelog
* Sat Jul 01 2006 Chris Weyl <cweyl at alumni.drew.edu> 1.00-0
- Initial spec file for F-E


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-Class-InsideOut/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	7 Jul 2006 03:02:28 -0000	1.1
+++ .cvsignore	7 Jul 2006 03:02:39 -0000	1.2
@@ -0,0 +1 @@
+Class-InsideOut-1.00.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-Class-InsideOut/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	7 Jul 2006 03:02:28 -0000	1.1
+++ sources	7 Jul 2006 03:02:39 -0000	1.2
@@ -0,0 +1 @@
+855288a0f5e3da99e4a93874aa22f364  Class-InsideOut-1.00.tar.gz




More information about the fedora-extras-commits mailing list