rpms/perl-Catalyst-Devel/F-9 perl-Catalyst-Devel.spec, 1.4, 1.5 sources, 1.3, 1.4

Chris Weyl (cweyl) fedora-extras-commits at redhat.com
Mon Jun 23 16:14:03 UTC 2008


Author: cweyl

Update of /cvs/extras/rpms/perl-Catalyst-Devel/F-9
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29461

Modified Files:
	perl-Catalyst-Devel.spec sources 
Log Message:
* Sun Jun 22 2008 Chris Weyl <cweyl at alumni.drew.edu> 1.07-1
- update to 1.07
- require perl-Catalyst-Runtime-scripts; catalyst.pl lives in there now.



Index: perl-Catalyst-Devel.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-Catalyst-Devel/F-9/perl-Catalyst-Devel.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- perl-Catalyst-Devel.spec	5 Mar 2008 16:26:19 -0000	1.4
+++ perl-Catalyst-Devel.spec	23 Jun 2008 16:13:19 -0000	1.5
@@ -1,13 +1,11 @@
-%define runtime_version 5.7012
 Name:           perl-Catalyst-Devel
-Version:        1.03
-Release:        2%{?dist}
+Version:        1.07
+Release:        1%{?dist}
 Summary:        Catalyst Development Tools
 License:        GPL+ or Artistic
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/Catalyst-Devel/
 Source0:        http://www.cpan.org/authors/id/M/MR/MRAMBERG/Catalyst-Devel-%{version}.tar.gz
-Source1: http://www.cpan.org/authors/id/M/MR/MRAMBERG/Catalyst-Runtime-%{runtime_version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
@@ -18,7 +16,6 @@
 # cpan
 BuildRequires:  perl(Catalyst) >= 5.7000
 BuildRequires:  perl(Catalyst::Action::RenderView) >= 0.04
-BuildRequires:  perl(Catalyst::Manual) >= 5.7000
 BuildRequires:  perl(Catalyst::Plugin::ConfigLoader) 
 BuildRequires:  perl(Catalyst::Plugin::Static::Simple) >= 0.16
 BuildRequires:  perl(Class::Accessor::Fast) 
@@ -27,6 +24,7 @@
 BuildRequires:  perl(Path::Class) >= 0.09
 BuildRequires:  perl(Template) >= 2.14
 BuildRequires:  perl(YAML) >= 0.55
+BuildRequires:  perl(parent)
 
 Requires:       perl(Catalyst) >= 5.7000
 Requires:       perl(Catalyst::Action::RenderView) >= 0.04
@@ -38,6 +36,9 @@
 Requires:       perl(Path::Class) >= 0.09
 Requires:       perl(YAML) >= 0.55
 
+# for catalyst.pl
+Requires:       perl-Catalyst-Runtime-scripts
+
 %description
 The Catalyst::Devel package includes a variety of modules useful for the
 development of Catalyst applications, but not required to run them. This is
@@ -46,7 +47,6 @@
 
 %prep
 %setup -q -n Catalyst-Devel-%{version}
-tar -zxf %{SOURCE1}
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor
@@ -60,12 +60,6 @@
 find %{buildroot} -type f -name .packlist -exec rm -f {} +
 find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;
 
-# install catalyst.pl and manify it
-mkdir -p %{buildroot}%{_bindir} %{buildroot}%{_mandir}/man1
-cd  Catalyst-Runtime-%{runtime_version}/script/
-install -m 0755 catalyst.pl %{buildroot}%{_bindir}/
-pod2man catalyst.pl > %{buildroot}%{_mandir}/man1/catalyst.pl.1
-
 %{_fixperms} %{buildroot}/*
 
 %check
@@ -79,9 +73,16 @@
 %doc Changes t/
 %{perl_vendorlib}/*
 %{_mandir}/man[13]/*
-%{_bindir}/*
 
 %changelog
+* Sun Jun 22 2008 Chris Weyl <cweyl at alumni.drew.edu> 1.07-1
+- update to 1.07
+- require perl-Catalyst-Runtime-scripts; catalyst.pl lives in there now.
+
+* Wed May 28 2008 Chris Weyl <cweyl at alumni.drew.edu> 1.06-1
+- update to 1.06 (runtime to 5.7014)
+- drop br on Catalyst::Manual; add br on parent
+
 * Wed Mar 05 2008 Tom "spot" Callaway <tcallawa at redhat.com> 1.03-2
 - rebuild for new perl
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-Catalyst-Devel/F-9/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	1 Mar 2008 19:29:53 -0000	1.3
+++ sources	23 Jun 2008 16:13:19 -0000	1.4
@@ -1,2 +1 @@
-82a4459165e38393eefcdc5a82652f91  Catalyst-Devel-1.03.tar.gz
-db926f732cd24ac4c35c50e612c03b7d  Catalyst-Runtime-5.7012.tar.gz
+9d890503da6bd552d85bafdc92d1729a  Catalyst-Devel-1.07.tar.gz




More information about the fedora-extras-commits mailing list