# # spec file for package perl-Convert-BER (Version 1.32) # # 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-Convert-BER Version: 1.32 Release: 2 Provides: perl_ber Obsoletes: perl_ber Requires: perl = %{perl_version} AutoReqProv: on Url: http://search.cpan.org/dist/Convert-BER License: GPLv2+ Group: Development/Libraries/Perl 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 BuildRequires: perl %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). WARNING this module is no longer supported, See Convert::ASN1 %prep %setup -n Convert-BER-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %check make test %install %perl_make_install %perl_process_packlist %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root) %doc ChangeLog README %doc %{_mandir}/man?/* %{perl_vendorlib}/Convert %{perl_vendorarch}/auto/Convert /var/adm/perl-modules/%{name} %changelog