rpms/perl-JSON-RPC-Common/devel import.log, NONE, 1.1 perl-JSON-RPC-Common.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Christian Krause chkr at fedoraproject.org
Sat May 2 17:02:44 UTC 2009


Author: chkr

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

Modified Files:
	.cvsignore sources 
Added Files:
	import.log perl-JSON-RPC-Common.spec 
Log Message:
- initial import of perl-JSON-RPC-Common



--- NEW FILE import.log ---
perl-JSON-RPC-Common-0_03-3_fc10:HEAD:perl-JSON-RPC-Common-0.03-3.fc10.src.rpm:1241283663


--- NEW FILE perl-JSON-RPC-Common.spec ---
Name:           perl-JSON-RPC-Common
Version:        0.03
Release:        3%{?dist}
Summary:        Perl module for handling JSON-RPC objects
Group:          Development/Libraries
License:        GPL+ or Artistic
URL:            http://search.cpan.org/dist/JSON-RPC-Common
Source0:        http://www.cpan.org/authors/id/N/NU/NUFFIN/JSON-RPC-Common-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch

BuildRequires:  perl(JSON)
BuildRequires:  perl(MooseX::Types)
BuildRequires:  perl(Test::Exception)
BuildRequires:  perl(Test::use::ok)
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%description
This module provides abstractions for JSON-RPC 1.0, 1.1 (both variations) and
2.0 (formerly 1.2) Procedure Call and Procedure Return objects (formerly known
as request and result), along with error objects.
It also provides marshalling objects to convert the model objects into JSON
text and HTTP requests/responses.

%prep
%setup -q -n JSON-RPC-Common-%{version}

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

%install
rm -rf $RPM_BUILD_ROOT
make install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
find $RPM_BUILD_ROOT -type f -name '*.bs' -size 0 -exec rm -f {} \;
find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
chmod -R u+w $RPM_BUILD_ROOT/*

%check
make test

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc Changes
%{perl_vendorlib}/JSON/RPC/
%{_mandir}/man3/*.3pm*

%changelog
* Fri May 01 2009 Christian Krause <chkr at fedoraproject.org> - 0.03-3
- fixed rpmlint warnings

* Thu Apr 30 2009 Christian Krause <chkr at fedoraproject.org> - 0.03-2
- fixed description
- added Changes file as %%doc
- removed unneeded build requirements
- package owns now %%{perl_vendorlib}/JSON/RPC/

* Wed Apr 29 2009 Christian Krause <chkr at fedoraproject.org> - 0.03-1
- Initial spec file for JSON-RPC-Common


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-JSON-RPC-Common/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	1 May 2009 20:55:40 -0000	1.1
+++ .cvsignore	2 May 2009 17:02:13 -0000	1.2
@@ -0,0 +1 @@
+JSON-RPC-Common-0.03.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-JSON-RPC-Common/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	1 May 2009 20:55:40 -0000	1.1
+++ sources	2 May 2009 17:02:13 -0000	1.2
@@ -0,0 +1 @@
+fe34cc24cb2d7745341d1506166a164c  JSON-RPC-Common-0.03.tar.gz




More information about the fedora-extras-commits mailing list