2007-01-15 23:30:07 +00:00
|
|
|
#
|
2008-10-06 15:16:03 +00:00
|
|
|
# spec file for package perl-Convert-ASN1 (Version 0.22)
|
2007-01-15 23:30:07 +00:00
|
|
|
#
|
2008-10-06 15:16:03 +00:00
|
|
|
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
2007-01-15 23:30:07 +00:00
|
|
|
#
|
2008-10-06 15:16:03 +00:00
|
|
|
# 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.
|
|
|
|
|
2007-01-15 23:30:07 +00:00
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
|
|
#
|
|
|
|
|
|
|
|
# norootforbuild
|
|
|
|
|
2008-10-06 15:16:03 +00:00
|
|
|
|
2007-01-15 23:30:07 +00:00
|
|
|
Name: perl-Convert-ASN1
|
2008-10-06 15:16:03 +00:00
|
|
|
Version: 0.22
|
2007-01-15 23:30:07 +00:00
|
|
|
Release: 1
|
|
|
|
Provides: p_casn1
|
|
|
|
Obsoletes: p_casn1
|
|
|
|
Requires: perl = %{perl_version}
|
2008-10-06 15:16:03 +00:00
|
|
|
AutoReqProv: on
|
2007-01-15 23:30:07 +00:00
|
|
|
Group: Development/Libraries/Perl
|
|
|
|
License: Artistic License
|
2008-10-06 15:16:03 +00:00
|
|
|
Url: http://cpan.org/modules/by-module/Convert/
|
2007-01-15 23:30:07 +00:00
|
|
|
Summary: Convert::ASN1
|
|
|
|
Source: Convert-ASN1-%{version}.tar.bz2
|
|
|
|
Patch0: Convert-ASN1-%{version}-path.diff
|
|
|
|
Patch1: Convert-ASN1-%{version}-test.diff
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
|
|
|
|
|
|
%description
|
|
|
|
Convert::ASN1 converts between Perl data structures and ASN.1 encoded
|
|
|
|
packets.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q -n Convert-ASN1-%{version}
|
|
|
|
%patch0
|
|
|
|
%patch1
|
|
|
|
|
|
|
|
%build
|
|
|
|
perl Makefile.PL
|
|
|
|
make
|
|
|
|
make test
|
|
|
|
|
|
|
|
%install
|
|
|
|
%perl_make_install
|
|
|
|
%perl_process_packlist
|
|
|
|
|
|
|
|
%clean
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%doc ChangeLog OldChanges README
|
|
|
|
%doc %{_mandir}/man?/*
|
|
|
|
%{perl_vendorlib}/Convert
|
|
|
|
%{perl_vendorarch}/auto/Convert
|
|
|
|
/var/adm/perl-modules/%{name}
|
|
|
|
|
2008-10-06 15:16:03 +00:00
|
|
|
%changelog
|
|
|
|
* Mon Oct 06 2008 anicka@suse.cz
|
|
|
|
- update to 0.22
|
|
|
|
* Fix decoding of OIDs with large value for 2nd element
|
|
|
|
* Support for SEQUENCE with no elements in ASN.1
|
|
|
|
* Added ability to define what value is put in perl data
|
|
|
|
structory when decoding NULL elements
|
|
|
|
* Wed Feb 14 2007 anicka@suse.cz
|
2007-02-16 06:05:39 +00:00
|
|
|
- update to 0.21
|
|
|
|
* Fixed problem with indefinite encoding inside an indefinite
|
|
|
|
encoding
|
|
|
|
* Added support for type-local ANY DEFINED BY
|
2008-10-06 15:16:03 +00:00
|
|
|
* Wed Jul 12 2006 anicka@suse.cz
|
2007-01-15 23:30:07 +00:00
|
|
|
- update to 0.20
|
|
|
|
* Fixed issues with decoding when calling script contains use encoding 'utf8'
|
|
|
|
* Allow zero-length timestamps to be extracted
|
|
|
|
* Fix incorrect length encoding for bitstrings
|
|
|
|
* Support encoding bigint's as BCD
|
2008-10-06 15:16:03 +00:00
|
|
|
* Wed Jan 25 2006 mls@suse.de
|
2007-01-15 23:30:07 +00:00
|
|
|
- converted neededforbuild to BuildRequires
|
2008-10-06 15:16:03 +00:00
|
|
|
* Fri Jul 29 2005 mjancar@suse.cz
|
2007-01-15 23:30:07 +00:00
|
|
|
- update to 0.19
|
2008-10-06 15:16:03 +00:00
|
|
|
* Thu Oct 30 2003 mjancar@suse.cz
|
2007-01-15 23:30:07 +00:00
|
|
|
- update to 0.18
|
|
|
|
- drop obsolete patches
|
|
|
|
- no root for build
|
2008-10-06 15:16:03 +00:00
|
|
|
* Tue Sep 09 2003 mls@suse.de
|
2007-01-15 23:30:07 +00:00
|
|
|
- use chr(xx & 0xff) in _encode.pm, otherwise we get unicode
|
2008-10-06 15:16:03 +00:00
|
|
|
* Fri Aug 22 2003 mjancar@suse.cz
|
2007-01-15 23:30:07 +00:00
|
|
|
- require the perl version we build with
|
2008-10-06 15:16:03 +00:00
|
|
|
* Thu Aug 07 2003 mjancar@suse.cz
|
2007-01-15 23:30:07 +00:00
|
|
|
- fix tests that depend on certain order of entries
|
|
|
|
in a hash (it is random in perl 5.8.1)
|
2008-10-06 15:16:03 +00:00
|
|
|
* Tue Jul 15 2003 mjancar@suse.cz
|
2007-01-15 23:30:07 +00:00
|
|
|
- adapt to perl-5.8.1
|
|
|
|
- use %%perl_process_packlist
|
2008-10-06 15:16:03 +00:00
|
|
|
* Thu Jun 19 2003 mjancar@suse.cz
|
2007-01-15 23:30:07 +00:00
|
|
|
- update to 0.17
|
|
|
|
- fix filelist
|
2008-10-06 15:16:03 +00:00
|
|
|
* Tue May 20 2003 mjancar@suse.cz
|
2007-01-15 23:30:07 +00:00
|
|
|
- remove unpackaged files
|
2008-10-06 15:16:03 +00:00
|
|
|
* Thu Oct 17 2002 prehak@suse.cz
|
2007-01-15 23:30:07 +00:00
|
|
|
- updated to version 0.16
|
2008-10-06 15:16:03 +00:00
|
|
|
* Tue Jul 02 2002 mls@suse.de
|
2007-01-15 23:30:07 +00:00
|
|
|
- remove race in .packlist generation
|
2008-10-06 15:16:03 +00:00
|
|
|
* Tue Jan 22 2002 rvasice@suse.cz
|
2007-01-15 23:30:07 +00:00
|
|
|
- update to version 0.15
|
2008-10-06 15:16:03 +00:00
|
|
|
* Thu Jan 03 2002 cihlar@suse.cz
|
2007-01-15 23:30:07 +00:00
|
|
|
- update to version 0.14
|
2008-10-06 15:16:03 +00:00
|
|
|
* Fri Aug 03 2001 rvasice@suse.cz
|
2007-01-15 23:30:07 +00:00
|
|
|
- update to version 0.12
|
2008-10-06 15:16:03 +00:00
|
|
|
* Tue Mar 13 2001 cihlar@suse.cz
|
2007-01-15 23:30:07 +00:00
|
|
|
- update to version 0.08
|
|
|
|
- fixed file list
|
2008-10-06 15:16:03 +00:00
|
|
|
* Fri Nov 10 2000 cihlar@suse.cz
|
2007-01-15 23:30:07 +00:00
|
|
|
- renamed p_casn1 -> perl-Convert-ASN1
|
2008-10-06 15:16:03 +00:00
|
|
|
* Tue Aug 22 2000 cihlar@suse.cz
|
2007-01-15 23:30:07 +00:00
|
|
|
- package created
|