]> git.pld-linux.org Git - packages/perl-Convert-ASN1.git/blobdiff - perl-Convert-ASN1.spec
- formatting
[packages/perl-Convert-ASN1.git] / perl-Convert-ASN1.spec
index 7f3a3fed910354f90b328a02bf886063647291d3..3edd96037de053b65050f9da26876a833a057f65 100644 (file)
@@ -1,20 +1,23 @@
 %include       /usr/lib/rpm/macros.perl
-%define        pdir    Convert
-%define        pnam    ASN1
-%define                _noautoreq "perl(Convert::ASN1::Debug)" "perl(Convert::ASN1::IO)" "perl(Convert::ASN1::_decode)" "perl(Convert::ASN1::_encode)"
-Summary:       Convert::ASN1 perl module
-Summary(pl):   Modu³ perla Convert::ASN1
+%define                pdir    Convert
+%define                pnam    ASN1
+Summary:       Convert::ASN1 - ASN.1 encode/decode library
+Summary(pl):   Convert::ASN1 - biblioteka koduj±ca/rozkodowuj±ca ASN.1
 Name:          perl-Convert-ASN1
-Version:       0.16
+Version:       0.18
 Release:       2
-License:       GPL
+# same as perl
+License:       GPL v1+ or Artistic
 Group:         Development/Languages/Perl
 Source0:       http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
-BuildRequires: perl-devel >= 5.6.1
+# Source0-md5: 4fab81d2d3e4a5338df0872cfda8513c
+BuildRequires: perl-devel >= 1:5.8.0
 BuildRequires: rpm-perlprov >= 4.1-13
 BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
+%define                _noautoreq 'perl(Convert::ASN1::Debug)' 'perl(Convert::ASN1::IO)' 'perl(Convert::ASN1::_decode)' 'perl(Convert::ASN1::_encode)'
+
 %description
 I consider Convert::ASN1 a replacement for my earlier Convert::BER
 module. While ASN1.pm is not as flexable as BER.pm, because PDUs must
@@ -40,13 +43,14 @@ struktur danych u
 
 %build
 %{__perl} Makefile.PL \
-       INSTALLDIRS=vendor 
+       INSTALLDIRS=vendor
 %{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
-%{__make} install DESTDIR=$RPM_BUILD_ROOT
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
 
 %clean
 rm -rf $RPM_BUILD_ROOT
This page took 0.070227 seconds and 4 git commands to generate.