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

Simon Wilkinson (sxw) fedora-extras-commits at redhat.com
Sat Apr 12 21:19:08 UTC 2008


Author: sxw

Update of /cvs/extras/rpms/perl-Catalyst-View-JSON/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32347/devel

Modified Files:
	.cvsignore sources 
Added Files:
	perl-Catalyst-View-JSON.spec 
Log Message:
Initial revision.



--- NEW FILE perl-Catalyst-View-JSON.spec ---
Name:           perl-Catalyst-View-JSON
Version:        0.24
Release:        1%{?dist}
Summary:        JSON view for your data
License:        GPL+ or Artistic 2.0
Group:          Development/Libraries
URL:            http://search.cpan.org/dist/Catalyst-View-JSON/
Source0:        http://www.cpan.org/authors/id/M/MI/MIYAGAWA/Catalyst-View-JSON-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch
BuildRequires:  perl(Catalyst) >= 5.6
BuildRequires:  perl(ExtUtils::MakeMaker)
BuildRequires:  perl(JSON::Any) >= 1.15
BuildRequires:  perl(Test::Builder::Module)
BuildRequires:  perl(JSON)
Requires:       perl(Catalyst) >= 5.6
Requires:       perl(JSON::Any) >= 1.15
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%description
Catalyst::View::JSON is a Catalyst View handler that returns stash data in
JSON format.

%prep
%setup -q -n Catalyst-View-JSON-%{version}

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

%install
rm -rf $RPM_BUILD_ROOT

make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT

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

%{_fixperms} $RPM_BUILD_ROOT/*

%check
make test

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc Changes
%{perl_vendorlib}/*
%{_mandir}/man3/*

%changelog
* Thu Mar 27 2008 Simon Wilkinson <simon at sxw.org.uk> 0.24-1
- Specfile autogenerated by cpanspec 1.73.


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-Catalyst-View-JSON/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	4 Apr 2008 15:55:17 -0000	1.1
+++ .cvsignore	12 Apr 2008 21:18:31 -0000	1.2
@@ -0,0 +1 @@
+Catalyst-View-JSON-0.24.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-Catalyst-View-JSON/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	4 Apr 2008 15:55:17 -0000	1.1
+++ sources	12 Apr 2008 21:18:31 -0000	1.2
@@ -0,0 +1 @@
+65cfb99bc13dd59f4be3aa6ff1cb718b  Catalyst-View-JSON-0.24.tar.gz




More information about the fedora-extras-commits mailing list