]> git.pld-linux.org Git - packages/perl-Convert-ASN1.git/commitdiff
- 0.19 AC-branch AC-STABLE auto/ac/perl-Convert-ASN1-0_19-1
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 2 Jan 2006 18:31:07 +0000 (18:31 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- cleaned check-files

Changed files:
    perl-Convert-ASN1.spec -> 1.35

perl-Convert-ASN1.spec

index 3edd96037de053b65050f9da26876a833a057f65..165ee35f73ca237c5c688cff7cbbac2d0678a4f4 100644 (file)
@@ -4,13 +4,13 @@
 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.18
-Release:       2
+Version:       0.19
+Release:       1
 # 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
-# Source0-md5: 4fab81d2d3e4a5338df0872cfda8513c
+# Source0-md5: 6debb08ccac684a199c0afe54fad51a5
 BuildRequires: perl-devel >= 1:5.8.0
 BuildRequires: rpm-perlprov >= 4.1-13
 BuildArch:     noarch
@@ -21,7 +21,7 @@ BuildRoot:    %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 %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
-be described up fronta, it is also more powerful. For example an LDAP
+be described up front, it is also more powerful. For example an LDAP
 filter is a recursive structure, BER.pm cannot encode or decode this
 in a single pass, ASN1.pm can.
 
@@ -49,9 +49,12 @@ struktur danych u
 %install
 rm -rf $RPM_BUILD_ROOT
 
-%{__make} install \
+%{__make} pure_install \
        DESTDIR=$RPM_BUILD_ROOT
 
+rm -f $RPM_BUILD_ROOT%{perl_vendorarch}/auto/Convert/ASN1/.packlist
+rm -f $RPM_BUILD_ROOT%{perl_vendorlib}/Convert/ASN1.pod
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
This page took 0.109491 seconds and 4 git commands to generate.