rpms/perl-Net-Google-AuthSub/F-11 perl-Net-Google-AuthSub.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Andy Shevchenko andriy at fedoraproject.org
Mon Feb 8 21:45:37 UTC 2010


Author: andriy

Update of /cvs/extras/rpms/perl-Net-Google-AuthSub/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv1072

Modified Files:
	.cvsignore sources 
Added Files:
	perl-Net-Google-AuthSub.spec 
Log Message:
Initial import (accepted in #478683)


--- NEW FILE perl-Net-Google-AuthSub.spec ---
Name:           perl-Net-Google-AuthSub
Version:        0.5
Release:        1%{?dist}
Summary:        Provides interface to interact with sites that implement Google style AuthSub

Group:          Development/Libraries
# From AuthSub.pm
License:        GPL+ or Artistic
URL:            http://search.cpan.org/dist/Net-Google-AuthSub/
Source0:        http://search.cpan.org/CPAN/authors/id/S/SI/SIMONW/Net-Google-AuthSub-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildArch:      noarch
BuildRequires:  perl(LWP::UserAgent)
BuildRequires:  perl(Test::More) >= 0.62
BuildRequires:  perl(URI)
BuildRequires:  perl(Module::Build)
Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%description
AuthSub is Google's method of authentication for their web
services. It is also used by other web sites.

You can read more about it here.
    http://code.google.com/apis/accounts/Authentication.html

A Google Group for AuthSub is here.
    http://groups.google.com/group/Google-Accounts-API

%prep
%setup -q -n Net-Google-AuthSub-%{version}


%build
%{__perl} Build.PL installdirs=vendor
./Build


%install
rm -rf $RPM_BUILD_ROOT
./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null ';'
chmod -R u+w $RPM_BUILD_ROOT/*


%check
./Build test


%clean
rm -rf $RPM_BUILD_ROOT


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


%changelog
* Sun Nov 08 2009 Andy Shevchenko <andy at smile.org.ua> - 0.5-1
- update to version 0.5

* Sun Nov 09 2008 Andy Shevchenko <andy at smile.org.ua> - 0.4-1
- initial build for Fedora


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-Net-Google-AuthSub/F-11/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	7 Feb 2010 21:27:08 -0000	1.1
+++ .cvsignore	8 Feb 2010 21:45:37 -0000	1.2
@@ -0,0 +1 @@
+Net-Google-AuthSub-0.5.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-Net-Google-AuthSub/F-11/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	7 Feb 2010 21:27:09 -0000	1.1
+++ sources	8 Feb 2010 21:45:37 -0000	1.2
@@ -0,0 +1 @@
+edd1363bd9db1e96d2cd2d4893d62537  Net-Google-AuthSub-0.5.tar.gz



More information about the scm-commits mailing list