Author: allisson

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

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:HEAD:perl-Test-JSON-0.06-1.fc10.src.rpm:1235694359


--- 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 <allis...@gmail.com> 0.06-1
- Initial rpm release.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Test-JSON/devel/.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:27:42 -0000      1.2
@@ -0,0 +1 @@
+Test-JSON-0.06.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Test-JSON/devel/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:27:42 -0000      1.2
@@ -0,0 +1 @@
+9d8f4c2e724f67e66317f06efaa53e03  Test-JSON-0.06.tar.gz

--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
Fedora-perl-devel-list mailing list
Fedora-perl-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-perl-devel-list

Reply via email to