forked from pool/perl-Convert-BER
Accepting request 32690 from devel:languages:perl
Copy from devel:languages:perl/perl-Convert-BER based on submit request 32690 from user coolo OBS-URL: https://build.opensuse.org/request/show/32690 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Convert-BER?expand=0&rev=6
This commit is contained in:
committed by
Git OBS Bridge
parent
941850046f
commit
9deff520d5
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1c4c98d380285af7e65a3e396aab5bc16598a425adba9f392091a7fcdb8503e9
|
||||
size 23136
|
3
Convert-BER-1.32.tar.gz
Normal file
3
Convert-BER-1.32.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9e985feaec279d961f36fa96166dfbb8359e6c86371851b39ec9caf2e855ce52
|
||||
size 26983
|
@@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Feb 14 10:13:50 UTC 2010 - coolo@novell.com
|
||||
|
||||
- update to 1.32
|
||||
* remove label INIT, not valid as of 5.11.0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 10 15:43:32 CET 2010 - jengelh@medozas.de
|
||||
|
||||
|
@@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package perl-Convert-BER (Version 1.3101)
|
||||
# spec file for package perl-Convert-BER (Version 1.32)
|
||||
#
|
||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@@ -19,41 +19,39 @@
|
||||
|
||||
|
||||
Name: perl-Convert-BER
|
||||
Version: 1.3101
|
||||
Release: 328
|
||||
Version: 1.32
|
||||
Release: 1
|
||||
Provides: perl_ber
|
||||
Obsoletes: perl_ber
|
||||
Requires: perl = %{perl_version}
|
||||
AutoReqProv: on
|
||||
Url: http://cpan.org/modules/by-module/Convert/
|
||||
Url: http://search.cpan.org/dist/Convert-BER
|
||||
License: GPLv2+
|
||||
Group: Development/Libraries/Perl
|
||||
Summary: Convert::BER
|
||||
Source: Convert-BER-%{version}.tar.bz2
|
||||
Summary: ASN.1 Basic Encoding Rules
|
||||
Source: http://www.cpan.org/authors/id/G/GB/GBARR/Convert-BER-%{version}.tar.gz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildArch: noarch
|
||||
|
||||
%description
|
||||
Convert::BER is a Perl object class implementation for encoding and
|
||||
decoding objects as described by ITU-T standard X.209 (ASN.1) using
|
||||
Basic Encoding Rules (BER).
|
||||
|
||||
|
||||
|
||||
Authors:
|
||||
--------
|
||||
Graham Barr <gbarr@pobox.com>
|
||||
WARNING this module is no longer supported, See Convert::ASN1
|
||||
|
||||
%prep
|
||||
%setup -n Convert-BER-%{version}
|
||||
|
||||
%build
|
||||
perl Makefile.PL
|
||||
%{__perl} Makefile.PL INSTALLDIRS=vendor
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%check
|
||||
make test
|
||||
|
||||
%install
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
make DESTDIR=$RPM_BUILD_ROOT install_vendor
|
||||
%perl_make_install
|
||||
%perl_process_packlist
|
||||
|
||||
%clean
|
||||
|
Reference in New Issue
Block a user