Author: radek Date: Sun Jan 11 11:52:37 2009 GMT Module: SPECS Tag: HEAD ---- Log message: - new
---- Files affected: SPECS: perl-Test-WWW-Mechanize-Catalyst.spec (NONE -> 1.1) (NEW), perl-Catalyst-View-JSON.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SPECS/perl-Test-WWW-Mechanize-Catalyst.spec diff -u /dev/null SPECS/perl-Test-WWW-Mechanize-Catalyst.spec:1.1 --- /dev/null Sun Jan 11 12:52:37 2009 +++ SPECS/perl-Test-WWW-Mechanize-Catalyst.spec Sun Jan 11 12:52:32 2009 @@ -0,0 +1,75 @@ +# $Revision$, $Date$ +# +# Conditional build: +%bcond_with tests # perform "make test" +# +%include /usr/lib/rpm/macros.perl +%define pdir Test +%define pnam WWW-Mechanize-Catalyst +Summary: Test::WWW::Mechanize::Catalyst - Test::WWW::Mechanize for Catalyst +#Summary(pl.UTF-8): +Name: perl-Test-WWW-Mechanize-Catalyst +Version: 0.45 +Release: 1 +# same as perl +License: GPL v1+ or Artistic +Group: Development/Languages/Perl +Source0: http://www.cpan.org/modules/by-module/Test/%{pdir}-%{pnam}-%{version}.tar.gz +# Source0-md5: bb6a345c2f101f417a5473cdd48a8d54 +# generic URL, check or change before uncommenting +#URL: http://search.cpan.org/dist/Test-WWW-Mechanize-Catalyst/ +BuildRequires: perl-devel >= 1:5.8.0 +BuildRequires: rpm-perlprov >= 4.1-13 +%if %{with tests} +BuildRequires: perl(Test::WWW::Mechanize) >= 1.14 +BuildRequires: perl-Catalyst >= 5.00 +BuildRequires: perl-Catalyst-Plugin-Session +BuildRequires: perl-Catalyst-Plugin-Session-State-Cookie +BuildRequires: perl-libwww >= 5.816 +BuildRequires: perl-Test-Exception +BuildRequires: perl-WWW-Mechanize >= 1.50 +%endif +BuildArch: noarch +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +The Test::WWW::Mechanize::Catalyst module meshes the two to allow easy +testing of Catalyst applications without starting up a web server. + +# %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 +%{perl_vendorlib}/Test/WWW/Mechanize/*.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 2009/01/11 11:52:32 radek +- new + ================================================================ Index: SPECS/perl-Catalyst-View-JSON.spec diff -u /dev/null SPECS/perl-Catalyst-View-JSON.spec:1.1 --- /dev/null Sun Jan 11 12:52:37 2009 +++ SPECS/perl-Catalyst-View-JSON.spec Sun Jan 11 12:52:32 2009 @@ -0,0 +1,69 @@ +# $Revision$, $Date$ +# +# Conditional build: +%bcond_without tests # do not perform "make test" +# +%include /usr/lib/rpm/macros.perl +%define pdir Catalyst +%define pnam View-JSON +Summary: [% class %] - Catalyst JSON View +#Summary(pl.UTF-8): +Name: perl-Catalyst-View-JSON +Version: 0.24 +Release: 1 +# same as perl +License: GPL v1+ or Artistic +Group: Development/Languages/Perl +Source0: http://www.cpan.org/modules/by-module/Catalyst/%{pdir}-%{pnam}-%{version}.tar.gz +# Source0-md5: 65cfb99bc13dd59f4be3aa6ff1cb718b +URL: http://search.cpan.org/dist/Catalyst-View-JSON/ +BuildRequires: perl-devel >= 1:5.8.0 +BuildRequires: rpm-perlprov >= 4.1-13 +%if %{with tests} +BuildRequires: perl-Catalyst >= 5.6 +BuildRequires: perl-JSON-Any >= 1.15 +%endif +BuildArch: noarch +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +Helper for JSON Views. Catalyst JSON View. + +# %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 +%{perl_vendorlib}/Catalyst/View/*.pm +%{perl_vendorlib}/Catalyst/Helper/View/*.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 2009/01/11 11:52:32 radek +- new + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
