rpms/perl-Test-JSON/F-10 import.log, NONE, 1.1 perl-Test-JSON.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Allisson Azevedo allisson at fedoraproject.org
Fri Feb 27 00:32:13 UTC 2009


Author: allisson

Update of /cvs/pkgs/rpms/perl-Test-JSON/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv18427/F-10

Modified Files:
	.cvsignore sources 
Added Files:
	import.log perl-Test-JSON.spec 
Log Message:

First import



--- NEW FILE import.log ---
perl-Test-JSON-0_06-1_fc10:F-10:perl-Test-JSON-0.06-1.fc10.src.rpm:1235694606


--- NEW FILE perl-Test-JSON.spec ---
Name:           perl-Test-JSON
Version:        0.06
Release:        1%{?dist}
Summary:        Test JSON data
License:        GPL+ or Artistic
Group:          Development/Libraries
URL:            http://search.cpan.org/dist/Test-JSON/
Source0:        http://www.cpan.org/authors/id/O/OV/OVID/Test-JSON-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch
BuildRequires:  perl(JSON::Any) >= 1.14
BuildRequires:  perl(Module::Build)
BuildRequires:  perl(Test::Differences) >= 0.47
BuildRequires:  perl(Test::Simple) >= 0.62
BuildRequires:  perl(Test::Tester) >= 0.103
BuildRequires:  perl(Test::Pod::Coverage) >= 1.04
BuildRequires:  perl(Test::Pod) >= 1.14
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%description
JavaScript Object Notation (JSON) is a lightweight data interchange format.
Test::JSON makes it easy to verify that you have built valid JSON and that
it matches your expected output.

%prep
%setup -q -n Test-JSON-%{version}

%build
%{__perl} Build.PL installdirs=vendor
./Build

%install
rm -rf $RPM_BUILD_ROOT

./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;

%{_fixperms} $RPM_BUILD_ROOT/*

%check
./Build test

%clean
rm -rf $RPM_BUILD_ROOT

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

%changelog
* Thu Feb 05 2009 Allisson Azevedo <allisson at gmail.com> 0.06-1
- Initial rpm release.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Test-JSON/F-10/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	24 Feb 2009 20:51:35 -0000	1.1
+++ .cvsignore	27 Feb 2009 00:31:42 -0000	1.2
@@ -0,0 +1 @@
+Test-JSON-0.06.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Test-JSON/F-10/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	24 Feb 2009 20:51:35 -0000	1.1
+++ sources	27 Feb 2009 00:31:42 -0000	1.2
@@ -0,0 +1 @@
+9d8f4c2e724f67e66317f06efaa53e03  Test-JSON-0.06.tar.gz




More information about the Fedora-perl-devel-list mailing list