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

Iain Arnell iarnell at fedoraproject.org
Mon May 4 23:16:24 UTC 2009


Author: iarnell

Update of /cvs/pkgs/rpms/perl-Class-Mix/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv26526/devel

Modified Files:
	.cvsignore sources 
Added Files:
	perl-Class-Mix.spec 
Log Message:
initial import


--- NEW FILE perl-Class-Mix.spec ---
Name:           perl-Class-Mix
Version:        0.002
Release:        1%{?dist}
Summary:        Dynamic class mixing
License:        GPL+ or Artistic
Group:          Development/Libraries
URL:            http://search.cpan.org/dist/Class-Mix/
Source0:        http://www.cpan.org/authors/id/Z/ZE/ZEFRAM/Class-Mix-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch
BuildRequires:  perl(Module::Build)
BuildRequires:  perl(Test::More)
BuildRequires:  perl(Test::Pod)
BuildRequires:  perl(Test::Pod::Coverage)
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%description
The mix_class function provided by this module dynamically generates
'anonymous' classes with specified inheritance.

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

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

%install
rm -rf $RPM_BUILD_ROOT

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

%{_fixperms} $RPM_BUILD_ROOT/*

%check
./Build test

%clean
rm -rf $RPM_BUILD_ROOT

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

%changelog
* Mon May 04 2009 Iain Arnell 0.002-1
- Specfile autogenerated by cpanspec 1.77.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Class-Mix/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	4 May 2009 20:49:18 -0000	1.1
+++ .cvsignore	4 May 2009 23:15:53 -0000	1.2
@@ -0,0 +1 @@
+Class-Mix-0.002.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Class-Mix/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	4 May 2009 20:49:18 -0000	1.1
+++ sources	4 May 2009 23:15:53 -0000	1.2
@@ -0,0 +1 @@
+7773c6342f20370c4b40d468da031016  Class-Mix-0.002.tar.gz




More information about the Fedora-perl-devel-list mailing list