packages: perl-MooseX-NonMoose/perl-MooseX-NonMoose.spec (NEW) - new
zbyniu
zbyniu at pld-linux.org
Thu Jan 26 21:33:35 CET 2012
Author: zbyniu Date: Thu Jan 26 20:33:35 2012 GMT
Module: packages Tag: HEAD
---- Log message:
- new
---- Files affected:
packages/perl-MooseX-NonMoose:
perl-MooseX-NonMoose.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: packages/perl-MooseX-NonMoose/perl-MooseX-NonMoose.spec
diff -u /dev/null packages/perl-MooseX-NonMoose/perl-MooseX-NonMoose.spec:1.1
--- /dev/null Thu Jan 26 21:33:35 2012
+++ packages/perl-MooseX-NonMoose/perl-MooseX-NonMoose.spec Thu Jan 26 21:33:30 2012
@@ -0,0 +1,83 @@
+# $Revision$, $Date$
+#
+# Conditional build:
+%bcond_without tests # do not perform "make test"
+#
+%define pdir MooseX
+%define pnam NonMoose
+%include /usr/lib/rpm/macros.perl
+Summary: MooseX::NonMoose - easy subclassing of non-Moose classes
+#Summary(pl.UTF-8):
+Name: perl-MooseX-NonMoose
+Version: 0.22
+Release: 1
+# same as perl
+License: GPL v1+ or Artistic
+Group: Development/Languages/Perl
+Source0: http://www.cpan.org/modules/by-module/MooseX/%{pdir}-%{pnam}-%{version}.tar.gz
+# Source0-md5: 08627b8575835e64b44e82424df27a8f
+# generic URL, check or change before uncommenting
+#URL: http://search.cpan.org/dist/MooseX-NonMoose/
+BuildRequires: perl-devel >= 1:5.8.0
+BuildRequires: rpm-perlprov >= 4.1-13
+%if %{with tests}
+BuildRequires: perl-List-MoreUtils
+BuildRequires: perl-Moose >= 1.15
+BuildRequires: perl(Test::Fatal)
+%endif
+BuildArch: noarch
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+MooseX::NonMoose allows for easily subclassing non-Moose classes with
+Moose, taking care of the annoying details connected with doing this,
+such as setting up proper inheritance from Moose::Object and
+installing (and inlining, at make_immutable time) a constructor that
+makes sure things like BUILD methods are called. It tries to be as
+non-intrusive as possible - when this module is used, inheriting from
+non-Moose classes and inheriting from Moose classes should work
+identically, aside from the few caveats mentioned below.
+One of the goals of this module is that including it in a
+Moose::Exporter-based package used across an entire application should
+be possible, without interfering with classes that only inherit from
+Moose modules, or even classes that don't inherit from anything at
+all.
+
+# %description -l pl.UTF-8
+# TODO
+
+%prep
+%setup -q -n %{pdir}-%{pnam}-%{version}
+
+%build
+%{__perl} Makefile.PL \
+ INSTALLDIRS=vendor
+%{__make}
+
+%{?with_tests:%{__make} test}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} pure_install \
+ DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc Changes README
+%{perl_vendorlib}/MooseX/*.pm
+%{perl_vendorlib}/MooseX/NonMoose
+%{_mandir}/man3/*
+
+%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1 2012/01/26 20:33:30 zbyniu
+- new
+
================================================================
More information about the pld-cvs-commit
mailing list