Name: perl-JSON-PC
Summary: Perl module that implements a fast JSON Parser and Converter
Version: 0.03
Release: 1
License: Artistic/GPL
Group: Applications/CPAN
URL: http://search.cpan.org/dist/JSON-PC/
Description: perl-JSON-PC is a Perl module that implements a fast JSON Parser and Converter.
The build could not start because the following file is missing: JSON-PC-0.03.tar.gz
The build could not start because the following file is missing: JSON-PC-0.03.tar.gz
The spec file used by the build system currently has the following contents:
# $Id$ # Authority: dag # Upstream: Makamaka Hannyaharamitu <makamaka$cpan,org> %define perl_vendorlib %(eval "`%{__perl} -V:installvendorlib`"; echo $installvendorlib) %define perl_vendorarch %(eval "`%{__perl} -V:installvendorarch`"; echo $installvendorarch) %define real_name JSON-PC Summary: Perl module that implements a fast JSON Parser and Converter Name: perl-JSON-PC Version: 0.03 Release: 1%{?dist} License: Artistic/GPL Group: Applications/CPAN URL: http://search.cpan.org/dist/JSON-PC/ Source: http://www.cpan.org/modules/by-module/JSON/JSON-PC-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildRequires: perl >= 2:5.8.0, perl(ExtUtils::MakeMaker) Requires: perl >= 2:5.8.0 %description perl-JSON-PC is a Perl module that implements a fast JSON Parser and Converter. %prep %setup -n %{real_name}-%{version} %build CFLAGS="%{optflags}" %{__perl} Makefile.PL INSTALLDIRS="vendor" PREFIX="%{buildroot}%{_prefix}" %{__make} %{?_smp_mflags} OPTIMIZE="%{optflags}" %install %{__rm} -rf %{buildroot} %{__make} pure_install ### Clean up buildroot find %{buildroot} -name .packlist -exec %{__rm} {} \; %clean %{__rm} -rf %{buildroot} %files %defattr(-, root, root, 0755) %doc Changes MANIFEST META.yml README %doc %{_mandir}/man3/JSON::PC.3pm* %dir %{perl_vendorarch}/auto/JSON/ %{perl_vendorarch}/auto/JSON/PC/ %dir %{perl_vendorarch}/JSON/ %{perl_vendorarch}/JSON/PC.pm %changelog * Fri Jan 04 2008 Dag Wieers <dag@wieers.com> - 0.03-1 - Updated to release 0.03. * Sun Aug 05 2007 Dag Wieers <dag@wieers.com> - 0.01-1 - Initial package. (using DAR)