8
0

Accepting request 43892 from devel:languages:perl

Copy from devel:languages:perl/perl-Module-Signature based on submit request 43892 from user computersalat

OBS-URL: https://build.opensuse.org/request/show/43892
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Module-Signature?expand=0&rev=1
This commit is contained in:
OBS User autobuild
2010-08-02 08:38:48 +00:00
committed by Git OBS Bridge
commit 40a35c6519
5 changed files with 155 additions and 0 deletions

23
.gitattributes vendored Normal file
View File

@@ -0,0 +1,23 @@
## Default LFS
*.7z filter=lfs diff=lfs merge=lfs -text
*.bsp filter=lfs diff=lfs merge=lfs -text
*.bz2 filter=lfs diff=lfs merge=lfs -text
*.gem filter=lfs diff=lfs merge=lfs -text
*.gz filter=lfs diff=lfs merge=lfs -text
*.jar filter=lfs diff=lfs merge=lfs -text
*.lz filter=lfs diff=lfs merge=lfs -text
*.lzma filter=lfs diff=lfs merge=lfs -text
*.obscpio filter=lfs diff=lfs merge=lfs -text
*.oxt filter=lfs diff=lfs merge=lfs -text
*.pdf filter=lfs diff=lfs merge=lfs -text
*.png filter=lfs diff=lfs merge=lfs -text
*.rpm filter=lfs diff=lfs merge=lfs -text
*.tbz filter=lfs diff=lfs merge=lfs -text
*.tbz2 filter=lfs diff=lfs merge=lfs -text
*.tgz filter=lfs diff=lfs merge=lfs -text
*.ttf filter=lfs diff=lfs merge=lfs -text
*.txz filter=lfs diff=lfs merge=lfs -text
*.whl filter=lfs diff=lfs merge=lfs -text
*.xz filter=lfs diff=lfs merge=lfs -text
*.zip filter=lfs diff=lfs merge=lfs -text
*.zst filter=lfs diff=lfs merge=lfs -text

1
.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
.osc

View File

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

View File

@@ -0,0 +1,49 @@
-------------------------------------------------------------------
Sat Jul 24 12:56:18 UTC 2010 - chris@computersalat.de
- removed UTF-8 chars from changes
-------------------------------------------------------------------
Wed Jul 21 14:51:26 UTC 2010 - chris@computersalat.de
- update to 0.64
* Avoid creating gnupg configuration files for the user invoking Makefile.PL
(Closes RT#41978).
* Correctly detect the version of gnupg on cygwin and add tests for it
(Paul Fenwick) (Closes RT#39258).
- [Changes for 0.63 - Sun, 28 Mar 2010 04:46:27 +0100]
* Fix diagnostic message from Makefile.PL when the user dosn't have gnupg or
Crypt::OpenPGP (miyagawa).
- [Changes for 0.62 - Tue, 23 Mar 2010 22:17:39 +0100]
* Change the default keyserver from the outdated pgp.mit.edu to
pool.sks-keyservers.net.
- [Changes for 0.61 - Thu, 19 Mov 2009 00:56:41 CST]
* Added "=encoding utf8" to POD to fix author name display.
No functional changes.
- [Changes for 0.60 - Mon, 16 Nov 2009 22:48:54 CST]
* LICENSING CHANGE: This compilation and all individual files in it
are now under the nullary CC0 1.0 Universal terms:
To the extent possible under law, <cpan@audreyt.org> has waived all
copyright and related or neighboring rights to Module-Signature.
* Updated Module::Install to 0.91, prompted by Florian Ragwitz.
- recreated by cpanspec 1.78
- noarch pkg
-------------------------------------------------------------------
Sat Jul 25 19:41:01 CEST 2009 - chris@computersalat.de
- spec mods
* removed ^----------
* removed ^#---------
-------------------------------------------------------------------
Sat Jun 27 13:23:40 CEST 2009 - chris@computersalat.de
- fixed deps
o changed Digest::SHA1 to Digest::SHA
-------------------------------------------------------------------
Fri Jun 26 14:43:23 CEST 2009 - chris@computersalat.de
- initial package 0.55

View File

@@ -0,0 +1,79 @@
#
# spec file for package perl-Module-Signature (Version 0.64)
#
# Copyright (c) 2010 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
Name: perl-Module-Signature
%define cpan_name Module-Signature
Summary: Module signature file manipulation
Version: 0.64
Release: 1
License: CC0 1.0 (creative commons 1.0)
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Module-Signature/
Source: http://www.cpan.org/modules/by-module/Module/Module-Signature-%{version}.tar.gz
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: gpg
BuildRequires: perl
%if 0%{?suse_version} < 1120
BuildRequires: perl-macros
%endif
BuildRequires: perl(Digest::SHA)
BuildRequires: perl(IO::Socket::INET)
#
Requires: gpg
Requires: perl = %{perl_version}
Requires: perl(Digest::SHA)
Requires: perl(IO::Socket::INET)
%description
Module::Signature adds cryptographic authentications to CPAN distributions,
via the special SIGNATURE file.
Authors:
--------
Audrey Tang <cpan@audreyt.org>
%prep
%setup -q -n %{cpan_name}-%{version}
%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%{__make} %{?_smp_mflags}
%check
%{__make} test
%install
%perl_make_install
# do not perl_process_packlist (noarch)
# remove .packlist file
%{__rm} -rf $RPM_BUILD_ROOT%perl_vendorarch
# remove perllocal.pod file
%{__rm} -rf $RPM_BUILD_ROOT%perl_archlib
%perl_gen_filelist
%clean
%{__rm} -rf $RPM_BUILD_ROOT
%files -f %{name}.files
%defattr(-,root,root,-)
%doc AUDREY2006.pub AUTHORS Changes PAUSE2003.pub README
%changelog