packages: perl-Catalyst-Devel/perl-Catalyst-Devel.spec - updated to 1.18

amateja amateja at pld-linux.org
Tue Jun 16 13:16:57 CEST 2009


Author: amateja                      Date: Tue Jun 16 11:16:57 2009 GMT
Module: packages                      Tag: HEAD
---- Log message:
- updated to 1.18

---- Files affected:
packages/perl-Catalyst-Devel:
   perl-Catalyst-Devel.spec (1.11 -> 1.12) 

---- Diffs:

================================================================
Index: packages/perl-Catalyst-Devel/perl-Catalyst-Devel.spec
diff -u packages/perl-Catalyst-Devel/perl-Catalyst-Devel.spec:1.11 packages/perl-Catalyst-Devel/perl-Catalyst-Devel.spec:1.12
--- packages/perl-Catalyst-Devel/perl-Catalyst-Devel.spec:1.11	Fri Dec 12 21:00:50 2008
+++ packages/perl-Catalyst-Devel/perl-Catalyst-Devel.spec	Tue Jun 16 13:16:52 2009
@@ -7,60 +7,49 @@
 %define	pdir	Catalyst
 %define	pnam	Devel
 Summary:	Catalyst::Devel - Catalyst Development Tools
-Summary(pl.UTF-8):	Catalyst::Devel - narzędzia programistyczne Catalyst
+#Summary(pl.UTF-8):
 Name:		perl-Catalyst-Devel
-Version:	1.08
+Version:	1.18
 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:	8ea62cae2d555bad770d92359a7df641
+# Source0-md5:	2671d57155c9ed93e3acd249bbf1cac0
 URL:		http://search.cpan.org/dist/Catalyst-Devel/
 BuildRequires:	perl-devel >= 1:5.8.0
 BuildRequires:	rpm-perlprov >= 4.1-13
 %if %{with tests}
-BuildRequires:	perl-Catalyst >= 5.7000
+BuildRequires:	perl(Config::General) >= 2.42
+BuildRequires:	perl(File::ChangeNotify) >= 0.03
+BuildRequires:	perl-Catalyst >= 5.8000
 BuildRequires:	perl-Catalyst-Action-RenderView >= 0.04
 BuildRequires:	perl-Catalyst-Plugin-ConfigLoader
-BuildRequires:	perl-Catalyst-Plugin-Static-Simple >= 0.14
+BuildRequires:	perl-Catalyst-Plugin-Static-Simple >= 0.16
 BuildRequires:	perl-Class-Accessor
+BuildRequires:	perl-ExtUtils-MakeMaker >= 6.42
 BuildRequires:	perl-File-Copy-Recursive
-BuildRequires:	perl-Module-Install >= 0.63
+BuildRequires:	perl-Module-Install >= 0.91
 BuildRequires:	perl-Path-Class >= 0.09
 BuildRequires:	perl-Template-Toolkit >= 2.14
-BuildRequires:	perl-YAML >= 0.55
 BuildRequires:	perl-parent
 %endif
-Requires:	perl-Catalyst-Plugin-ConfigLoader
-Suggests:	perl-Catalyst-Manual
-Suggests:	perl-Catalyst-View-TT
 BuildArch:	noarch
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-The Catalyst::Devel package includes a variety of modules useful for
-the development of Catalyst applications, but not required to run
+The Catalyst-Devel distribution includes a variety of modules useful
+for the development of Catalyst applications, but not required to run
 them. This is intended to make it easier to deploy Catalyst apps. The
-runtime parts of Catalyst are now known as Catalyst::Runtime. 
+runtime parts of Catalyst are now known as Catalyst::Runtime.
 
-Catalyst::Devel includes the Catalyst::Helper system, which
+Catalyst-Devel includes the Catalyst::Helper system, which
 autogenerates scripts and tests; Module::Install::Catalyst, a
-Module::Install extension for Catalyst; and requirements for a
-variety of development-related modules. The documentation remains with
+Module::Install extension for Catalyst; and requirements for a variety
+of development-related modules. The documentation remains with
 Catalyst::Runtime.
 
-%description -l pl.UTF-8
-Pakiet Catalyst::Devel zawiera wiele różnych modułów przydatnych przy
-tworzeniu aplikacji Catalysta, ale nie wymaganych do ich uruchamiania.
-Jego celem jest ułatwienie tworzenia aplikacji Catalysta. Elementy
-uruchomieniowe Catalysta są znane jako Catalyst::Runtime.
-
-Catalyst::Devel zawiera: system Catalyst::Helper automatycznie
-generujący skrypty i testy, Module::Install::Catalyst - rozszerzenie
-Module::Install dla Catalysta oraz zależności od wielu różnych modułów
-związanych z tworzeniem aplikacji. Dokumentacja pozostaje w
-Catalyst::Runtime.
+# %description -l pl.UTF-8
 
 %prep
 %setup -q -n %{pdir}-%{pnam}-%{version}
@@ -75,7 +64,7 @@
 %install
 rm -rf $RPM_BUILD_ROOT
 
-%{__make} install \
+%{__make} pure_install \
 	DESTDIR=$RPM_BUILD_ROOT
 
 %clean
@@ -84,10 +73,9 @@
 %files
 %defattr(644,root,root,755)
 %doc Changes
-# ??? there were duplicates
-#%{perl_vendorlib}/Catalyst/*.pm
-%{perl_vendorlib}/Catalyst/*
-%{perl_vendorlib}/Module/Install/*
+%{perl_vendorlib}/Catalyst/*.pm
+%{perl_vendorlib}/Catalyst/Restarter/*.pm
+%{perl_vendorlib}/Module/Install/*.pm
 %{_mandir}/man3/*
 
 %define	date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
@@ -96,35 +84,6 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
-Revision 1.11  2008/12/12 20:00:50  radek
-- S: perl-Catalyst-View-TT
-
-Revision 1.10  2008/12/12 14:51:08  radek
-- Suggests: perl-Catalyst-Manual
-
-Revision 1.9  2008/12/11 23:22:36  qboosh
-- sorted BRs
-
-Revision 1.8  2008/12/11 23:22:13  qboosh
-- generic URL
-
-Revision 1.7  2008/12/11 11:45:58  radek
-- version 1.08
-
-Revision 1.6  2008-02-23 12:07:58  radek
-- autoupdated to 1.03
-
-Revision 1.5  2007/03/23 11:16:35  radek
-- updated perl-Catalyst-* to newest versions
-
-Revision 1.4  2007/02/12 22:09:10  glen
-- tabs in preamble
-
-Revision 1.3  2007/02/12 01:06:42  baggins
-- converted to UTF-8
-
-Revision 1.2  2006/08/19 21:53:50  qboosh
-- pl, fixed R, killed files dups
+Revision 1.12  2009/06/16 11:16:52  amateja
+- updated to 1.18
 
-Revision 1.1  2006/08/12 15:47:55  migo
-- initial revision
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/perl-Catalyst-Devel/perl-Catalyst-Devel.spec?r1=1.11&r2=1.12&f=u



More information about the pld-cvs-commit mailing list