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
|
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.
|
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@@ -19,41 +19,39 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: perl-Convert-BER
|
Name: perl-Convert-BER
|
||||||
Version: 1.3101
|
Version: 1.32
|
||||||
Release: 328
|
Release: 1
|
||||||
Provides: perl_ber
|
Provides: perl_ber
|
||||||
Obsoletes: perl_ber
|
Obsoletes: perl_ber
|
||||||
Requires: perl = %{perl_version}
|
Requires: perl = %{perl_version}
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
Url: http://cpan.org/modules/by-module/Convert/
|
Url: http://search.cpan.org/dist/Convert-BER
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: Development/Libraries/Perl
|
Group: Development/Libraries/Perl
|
||||||
Summary: Convert::BER
|
Summary: ASN.1 Basic Encoding Rules
|
||||||
Source: Convert-BER-%{version}.tar.bz2
|
Source: http://www.cpan.org/authors/id/G/GB/GBARR/Convert-BER-%{version}.tar.gz
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
BuildArch: noarch
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Convert::BER is a Perl object class implementation for encoding and
|
Convert::BER is a Perl object class implementation for encoding and
|
||||||
decoding objects as described by ITU-T standard X.209 (ASN.1) using
|
decoding objects as described by ITU-T standard X.209 (ASN.1) using
|
||||||
Basic Encoding Rules (BER).
|
Basic Encoding Rules (BER).
|
||||||
|
|
||||||
|
WARNING this module is no longer supported, See Convert::ASN1
|
||||||
|
|
||||||
Authors:
|
|
||||||
--------
|
|
||||||
Graham Barr <gbarr@pobox.com>
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -n Convert-BER-%{version}
|
%setup -n Convert-BER-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
perl Makefile.PL
|
%{__perl} Makefile.PL INSTALLDIRS=vendor
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
|
%check
|
||||||
make test
|
make test
|
||||||
|
|
||||||
%install
|
%install
|
||||||
rm -rf $RPM_BUILD_ROOT
|
%perl_make_install
|
||||||
make DESTDIR=$RPM_BUILD_ROOT install_vendor
|
|
||||||
%perl_process_packlist
|
%perl_process_packlist
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
|
Reference in New Issue
Block a user