perl-WebService-Uptrack/perl-WebService-Uptrack.spec

Name: perl-WebService-Uptrack
Summary: access KSplice Uptrack web API
Version: 0.0.2
Release: 1
License: Artistic/GPL
Group: Applications/CPAN
URL: http://search.cpan.org/dist/WebService-Uptrack/
Description: This module provides a Perl interface to the KSplice Uptrack web API. API documentation is located here:

http://www.ksplice.com/uptrack/api

You need to provide a valid Uptrack API username and key in order to use this module; get this via the Uptrack web interface.

CentOS 7 x86_64

The build could not start because of the following missing build requirements:

Build Status

CentOS 6 x86_64

The build could not start because of the following missing build requirements:

Build Status

Contents

The spec file used by the build system currently has the following contents:

# $Id$
# Authority: shuff
# Upstream: Steve Huff <shuff$cpan,org>
# ExclusiveDist: el4 el5

%define perl_vendorlib %(eval "`perl -V:installvendorlib`"; echo $installvendorlib)
%define perl_vendorarch %(eval "`perl -V:installvendorarch`"; echo $installvendorarch)

%define real_name WebService-Uptrack

Summary: access KSplice Uptrack web API
Name: perl-WebService-Uptrack
Version: 0.0.2
Release: 1%{?dist}
License: Artistic/GPL
Group: Applications/CPAN
URL: http://search.cpan.org/dist/WebService-Uptrack/

Source: http://search.cpan.org/CPAN/authors/id/S/SH/SHUFF/WebService-Uptrack-v%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root

BuildArch: noarch
BuildRequires: perl
BuildRequires: perl(Carp)
BuildRequires: perl(Data::Dumper)
BuildRequires: perl(HTTP::Request)
BuildRequires: perl(HTTP::Response)
BuildRequires: perl(JSON::XS)
BuildRequires: perl(LWP::UserAgent)
BuildRequires: perl(Module::Build)
BuildRequires: perl(Moose)
BuildRequires: perl(Moose::Util::TypeConstraints)
BuildRequires: perl(MooseX::StrictConstructor)
BuildRequires: perl(Readonly)
BuildRequires: perl(Test::More)
BuildRequires: perl(version)
BuildRequires: rpm-macros-rpmforge
Requires: perl
Requires: perl(Carp)
Requires: perl(Data::Dumper)
Requires: perl(HTTP::Request)
Requires: perl(HTTP::Response)
Requires: perl(JSON::XS)
Requires: perl(LWP::UserAgent)
Requires: perl(Moose)
Requires: perl(Moose::Util::TypeConstraints)
Requires: perl(MooseX::StrictConstructor)
Requires: perl(Readonly)
Requires: perl(version)

### remove autoreq Perl dependencies
%filter_from_requires /^perl.*/d
%filter_setup

%description
This module provides a Perl interface to the KSplice Uptrack web API. API
documentation is located here:

http://www.ksplice.com/uptrack/api

You need to provide a valid Uptrack API username and key in order to use this
module; get this via the Uptrack web interface.

%prep
%setup -n %{real_name}-v%{version}

%build
%{__perl} Build.PL --installdirs=vendor --destdir="%{buildroot}"
%{__perl} Build
%{__perl} Build docs

%install
%{__rm} -rf %{buildroot}
%{__perl} Build pure_install
#%{__rm} -rf %{buildroot}%{perl_archlib} %{buildroot}%{perl_vendorarch}

%clean
%{__rm} -rf %{buildroot}

%files
%defattr(-, root, root, 0755)
%doc Changes META.yml README SIGNATURE TODO
%doc %{_mandir}/man?/*
%{perl_vendorlib}/WebService/Uptrack.pm
#%{perl_vendorlib}/WebService/Uptrack/*
#%exclude %{perl_archlib}/perllocal.pod
%exclude %{perl_vendorarch}/auto/*/*/.packlist

%changelog
* Wed Oct 13 2010 Steve Huff <shuff@vecna.org>
- Don't try to build on el3.

* Fri Oct 08 2010 Steve Huff <shuff@vecna.org> - 0.0.2
- Updated to version 0.0.2.

* Tue Oct 05 2010 Steve Huff <shuff@vecna.org> - 0.0.1
- Initial package.