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

Sindre Pedersen Bjørdal (sindrepb) fedora-extras-commits at redhat.com
Wed May 9 23:05:42 UTC 2007


Author: sindrepb

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

Modified Files:
	.cvsignore sources 
Added Files:
	perl-Class-Gomor.spec 
Log Message:



--- NEW FILE perl-Class-Gomor.spec ---
Name:           perl-Class-Gomor
Version:        1.01
Release:        2%{?dist}
Summary:        Another class and object builder

Group:          Development/Libraries
License:        Artistic
URL:            http://search.cpan.org/dist/Class-Gomor/
Source0:        http://search.cpan.org/CPAN/authors/id/G/GO/GOMOR/Class-Gomor-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildArch:      noarch

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

%description
This module is yet another class builder. This one adds parameter checking in
new constructor, that is to check for attributes existence, and definedness.

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


%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
make %{?_smp_mflags}


%install
rm -rf $RPM_BUILD_ROOT
make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null ';'
chmod -R u+w $RPM_BUILD_ROOT/*


%check
make test


%clean
rm -rf $RPM_BUILD_ROOT


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


%changelog
* Thu May 03 2007 Sindre Pedersen Bjørdal <foolish[AT]guezz.net> - 1.01-2
- Add missing BRs
- Add examples dir to %%doc
* Thu May 03 2007 Sindre Pedersen Bjørdal <foolish[AT]guezz.net> - 1.01-1
- Initial build


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-Class-Gomor/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	9 May 2007 20:21:53 -0000	1.1
+++ .cvsignore	9 May 2007 23:05:07 -0000	1.2
@@ -0,0 +1 @@
+Class-Gomor-1.01.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-Class-Gomor/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	9 May 2007 20:21:53 -0000	1.1
+++ sources	9 May 2007 23:05:07 -0000	1.2
@@ -0,0 +1 @@
+53f611cd26439fa35ce1e84d700d777a  Class-Gomor-1.01.tar.gz




More information about the fedora-extras-commits mailing list