rpms/perl-Catalyst-Manual/devel perl-Catalyst-Manual.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Chris Weyl (cweyl) fedora-extras-commits at redhat.com
Tue Jun 5 15:47:09 UTC 2007


Author: cweyl

Update of /cvs/extras/rpms/perl-Catalyst-Manual/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1259/devel

Modified Files:
	.cvsignore sources 
Added Files:
	perl-Catalyst-Manual.spec 
Log Message:
initial import



--- NEW FILE perl-Catalyst-Manual.spec ---
Name:           perl-Catalyst-Manual
Version:        5.700701
Release:        1%{?dist}
Summary:        Catalyst web framework manual
License:        GPL or Artistic
Group:          Development/Libraries
URL:            http://search.cpan.org/dist/Catalyst-Manual/
Source0:        http://www.cpan.org/authors/id/J/JR/JROCKWAY/Catalyst-Manual-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

# core
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(Test::More)
# test
BuildRequires: perl(Test::Pod), perl(Test::Pod::Coverage)

%description
This is the manual to the Catalyst web framework.

%prep
%setup -q -n Catalyst-Manual-%{version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
make %{?_smp_mflags}

%install
rm -rf %{buildroot}

make pure_install PERL_INSTALL_ROOT=%{buildroot}

find %{buildroot} -type f -name .packlist -exec rm -f {} \;
find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;

%{_fixperms} %{buildroot}/*

%check
make test

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root,-)
%doc Changes README
%{perl_vendorlib}/*
%{_mandir}/man3/*
# this is actually better done in perl-Catalyst-Runtime
%exclude %{_mandir}/man3/Catalyst::Manual.3*

%changelog
* Fri Apr 27 2007 Chris Weyl <cweyl at alumni.drew.edu> 5.700701-1
- Specfile autogenerated by cpanspec 1.71.


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-Catalyst-Manual/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	5 Jun 2007 15:12:32 -0000	1.1
+++ .cvsignore	5 Jun 2007 15:46:14 -0000	1.2
@@ -0,0 +1 @@
+Catalyst-Manual-5.700701.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-Catalyst-Manual/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	5 Jun 2007 15:12:32 -0000	1.1
+++ sources	5 Jun 2007 15:46:14 -0000	1.2
@@ -0,0 +1 @@
+70f872c92533a39ca6893871ec4d3223  Catalyst-Manual-5.700701.tar.gz




More information about the fedora-extras-commits mailing list