]> git.pld-linux.org Git - SPECS.git/blob - perl-Net-Google.spec
SPECS updated Wed 28 Jul 14:48:01 CEST 2021
[SPECS.git] / perl-Net-Google.spec
1 # Don't do tests - they require Google Web API license key
2 %define         pdir    Net
3 %define         pnam    Google
4 Summary:        Net::Google - simple OOP-ish interface to the Google SOAP API
5 Summary(pl.UTF-8):      Net::Google - prosty, zorientowany obiektowo interfejs do Google SOAP API
6 Name:           perl-Net-Google
7 Version:        1.0.1
8 Release:        1
9 # same as perl
10 License:        GPL v1+ or Artistic
11 Group:          Development/Languages/Perl
12 Source0:        http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
13 # Source0-md5:  842a1a81aac15683acea0cb7f40855a5
14 URL:            http://search.cpan.org/dist/Net-Google/
15 BuildRequires:  perl-Module-Build
16 BuildRequires:  perl-SOAP-Lite
17 BuildRequires:  perl-devel >= 1:5.8.0
18 BuildRequires:  rpm-perlprov >= 4.1-13
19 BuildArch:      noarch
20 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
21
22 %description
23 Net::Google Perl module provides a simple OOP-ish interface to the
24 Google SOAP API
25
26 %description -l pl.UTF-8
27 Moduł Perla Net::Google udostępnia prosty, zorientowany obiektowo
28 interfejs do Google SOAP API.
29
30 %prep
31 %setup -q -n %{pdir}-%{pnam}-%{version}
32
33 %build
34 %{__perl} Build.PL \
35         destdir=$RPM_BUILD_ROOT \
36         installdirs=vendor
37 ./Build
38
39 %install
40 rm -rf $RPM_BUILD_ROOT
41
42 ./Build install
43
44 %clean
45 rm -rf $RPM_BUILD_ROOT
46
47 %files
48 %defattr(644,root,root,755)
49 %doc Changes
50 %{perl_vendorlib}/Net/*
51 %{_mandir}/man3/*
This page took 0.125916 seconds and 3 git commands to generate.