Sophie

Sophie

distrib > Mageia > 3 > i586 > media > core-release-src > by-pkgid > 38e73c731eaf0f3312ee59d3ebf9bbbb > files > 2

perl-WebService-Validator-CSS-W3C-0.200.0-1.mga1.src.rpm

%define upstream_name    WebService-Validator-CSS-W3C
%define upstream_version 0.2

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    %mkrel 1

Summary:    Interface to the W3C CSS Validator
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/WebService/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(Class::Accessor)
BuildRequires: perl(LWP::UserAgent)
BuildRequires: perl(SOAP::Lite)
BuildRequires: perl(URI)
BuildRequires: perl(URI::QueryParam)
BuildArch: noarch


%description
This module is an interface to the W3C CSS Validation online service the
http://jigsaw.w3.org/css-validator/ manpage, based on its SOAP 1.2 support.
It helps to find errors in Cascading Style Sheets.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
rm -rf %buildroot
%makeinstall_std

%clean
rm -rf %buildroot

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

%changelog
* Mon Jan 24 2011 jquelin <jquelin> 0.200.0-1.mga1
+ Revision: 36654
- mageia rebuild
- imported package perl-WebService-Validator-CSS-W3C