Author: radek Date: Thu May 1 17:27:58 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - new
---- Files affected: SPECS: perl-Moose.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SPECS/perl-Moose.spec diff -u /dev/null SPECS/perl-Moose.spec:1.1 --- /dev/null Thu May 1 19:27:58 2008 +++ SPECS/perl-Moose.spec Thu May 1 19:27:53 2008 @@ -0,0 +1,72 @@ +# $Revision$, $Date$ +# +# Conditional build: +%bcond_without tests # do not perform "make test" +# +%include /usr/lib/rpm/macros.perl +%define pdir Moose +Summary: Moose - A postmodern object system for Perl 5 +#Summary(pl.UTF-8): +Name: perl-Moose +Version: 0.43 +Release: 1 +# same as perl +License: GPL v1+ or Artistic +Group: Development/Languages/Perl +Source0: http://www.cpan.org/modules/by-authors/id/S/ST/STEVAN/Moose-0.43.tar.gz +# Source0-md5: 0f61233715b97485a06f640d4d888a85 +URL: http://www.iinteractive.com/moose/ +BuildRequires: perl-devel >= 1:5.8.0 +BuildRequires: rpm-perlprov >= 4.1-13 +%if %{with tests} +BuildRequires: perl(Class::MOP) >= 0.55 +BuildRequires: perl(Sub::Exporter) >= 0.972 +BuildRequires: perl-Sub-Name >= 0.02 +BuildRequires: perl(Test::LongString) +BuildRequires: perl-Test-Exception >= 0.21 +%endif +BuildArch: noarch +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +Moose is an extension of the Perl 5 object system. + +# %description -l pl.UTF-8 +# TODO + +%prep +%setup -q -n %{pdir}-%{version} + +%build +%{__perl} Makefile.PL \ + INSTALLDIRS=vendor +%{__make} + +%{?with_tests:%{__make} test} + +%install +rm -rf $RPM_BUILD_ROOT + +%{__make} install \ + DESTDIR=$RPM_BUILD_ROOT + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%doc Changes README +%{perl_vendorlib}/*.pm +%{perl_vendorlib}/Moose/ +%{perl_vendorlib}/Test/*.pm +%{_mandir}/man3/* + +%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) +%changelog +* %{date} PLD Team <[EMAIL PROTECTED]> +All persons listed below can be reached at <cvs_login>@pld-linux.org + +$Log$ +Revision 1.1 2008-05-01 17:27:53 radek +- new + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
