8
0
Stephan Kulow
2014-03-21 13:57:43 +00:00
committed by Git OBS Bridge
parent 55fe0c2615
commit a72e361515
5 changed files with 29 additions and 29 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:fa3a2318911f8f97b3b9a5b255791b4b52c0e2de59ade9795a284da311650c4e
size 34443

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:37b8459058b425f3d5c56a08b6cfb82c6997d5f1bf48df0c9c0eeb203b087a12
size 56471

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0ebb601ef5e2ddc0ec7e1fef17540140789cbd0bff8b6e5aad359b41104a09da
size 78158

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Mar 21 13:55:38 UTC 2014 - coolo@suse.com
- updated to 1.15, see Changes
-------------------------------------------------------------------
Wed Feb 16 08:30:37 UTC 2011 - lnussel@suse.de

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-Net-OpenID-Consumer (Version 1.03)
# spec file for package perl-Net-OpenID-Consumer
#
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -15,31 +15,32 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: perl-Net-OpenID-Consumer
Version: 1.03
Release: 1
License: Unknown
Version: 1.15
Release: 0
%define cpan_name Net-OpenID-Consumer
Summary: Library for consumers of OpenID identities
Url: http://search.cpan.org/dist/Net-OpenID-Consumer/
License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl
Source: http://www.cpan.org/authors/id/M/MA/MART/%{cpan_name}-%{version}.tar.gz
BuildRequires: perl(Crypt::DH) >= 0.05
BuildRequires: perl(Digest::SHA1)
BuildRequires: perl(HTTP::Request)
BuildRequires: perl(LWP::UserAgent)
BuildRequires: perl(URI)
BuildRequires: perl(XML::Simple)
Url: http://search.cpan.org/dist/Net-OpenID-Consumer/
Source: http://www.cpan.org/authors/id/W/WR/WROG/%{cpan_name}-%{version}.tar.gz
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
Requires: perl(Crypt::DH) >= 0.05
Requires: perl(Digest::SHA1)
BuildRequires: perl(Digest::SHA)
BuildRequires: perl(HTTP::Request)
BuildRequires: perl(JSON)
BuildRequires: perl(LWP::UserAgent)
BuildRequires: perl(Net::OpenID::Common) >= 1.18
BuildRequires: perl(URI)
Requires: perl(Digest::SHA)
Requires: perl(HTTP::Request)
Requires: perl(JSON)
Requires: perl(LWP::UserAgent)
Requires: perl(Net::OpenID::Common) >= 1.18
Requires: perl(URI)
Requires: perl(XML::Simple)
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
%{perl_requires}
%description
@@ -64,11 +65,8 @@ identity. More information is available at:
%perl_process_packlist
%perl_gen_filelist
%clean
%{__rm} -rf %{buildroot}
%files -f %{name}.files
%defattr(644,root,root,755)
%doc ChangeLog
%defattr(-,root,root,755)
%doc Changes examples LICENSE README xt
%changelog