rpms/perl-Net-OAuth/EL-5 perl-Net-OAuth.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Lubomir Rintel lkundrak at fedoraproject.org
Sun Apr 19 10:45:37 UTC 2009


Author: lkundrak

Update of /cvs/pkgs/rpms/perl-Net-OAuth/EL-5
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv13391/EL-5

Modified Files:
	.cvsignore sources 
Added Files:
	perl-Net-OAuth.spec 
Log Message:
Import Net::OAuth


--- NEW FILE perl-Net-OAuth.spec ---
Name:           perl-Net-OAuth
Version:        0.14
Release:        1%{?dist}
Summary:        OAuth protocol support library for Perl
License:        GPL+ or Artistic
Group:          Development/Libraries
URL:            http://search.cpan.org/dist/Net-OAuth/
Source0:        http://www.cpan.org/authors/id/K/KG/KGRENNAN/Net-OAuth-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch
BuildRequires:  perl(Class::Accessor) >= 0.31
BuildRequires:  perl(Class::Data::Inheritable) >= 0.06
BuildRequires:  perl(Digest::HMAC_SHA1) >= 1.01
BuildRequires:  perl(Module::Build)
BuildRequires:  perl(Test::More)
BuildRequires:  perl(UNIVERSAL::require) >= 0.10
BuildRequires:  perl(URI::Escape) >= 3.28
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%description
Perl implementation of OAuth, an open protocol to allow secure API
authentication in a simple and standard method from desktop and web
applications. In practical terms, a mechanism for a Consumer to request
protected resources from a Service Provider on behalf of a user.


%prep
%setup -q -n Net-OAuth-%{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 \;

%{_fixperms} $RPM_BUILD_ROOT/*


%check
./Build test


%clean
rm -rf $RPM_BUILD_ROOT


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


%changelog
* Thu Apr 16 2009 Lubomir Rintel (Good Data) <lubo.rintel at gooddata.com> 0.14-1
- Specfile autogenerated by cpanspec 1.78.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Net-OAuth/EL-5/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	19 Apr 2009 01:26:24 -0000	1.1
+++ .cvsignore	19 Apr 2009 10:45:06 -0000	1.2
@@ -0,0 +1 @@
+Net-OAuth-0.14.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Net-OAuth/EL-5/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	19 Apr 2009 01:26:24 -0000	1.1
+++ sources	19 Apr 2009 10:45:07 -0000	1.2
@@ -0,0 +1 @@
+ddfd502c8420707e2d1577062ff28438  Net-OAuth-0.14.tar.gz




More information about the fedora-extras-commits mailing list