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,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