]> git.pld-linux.org Git - packages/perl-ldap.git/blobdiff - perl-ldap.spec
- drop obsolete and outdated manual inclusion of rpm macros
[packages/perl-ldap.git] / perl-ldap.spec
index 4c91afb455b17f905612b61e2dcf854999c1b4b1..6904bedbb1ad7ee48b6f1e031d58d34218153d7e 100644 (file)
@@ -2,18 +2,19 @@
 # Conditional build:
 %bcond_with    tests   # perform "make test" (requires working ldap server and gnupg configured with key retrieval with hkp)
 #
-%include       /usr/lib/rpm/macros.perl
 Summary:       perl-ldap module - a client interface to LDAP servers
 Summary(pl.UTF-8):     Moduł perl-ldap - kliencki interfejs do serwerów LDAP
 Name:          perl-ldap
-Version:       0.56
+Version:       0.57
 Release:       1
 Epoch:         3
 # same as perl
 License:       GPL v1+ or Artistic
 Group:         Development/Languages/Perl
 Source0:       http://www.cpan.org/modules/by-module/Net/%{name}-%{version}.tar.gz
-# Source0-md5: 4ea517a844bad34b79f05afcfd24cc05
+# Source0-md5: deff50f0de5d4cf95145765b6edd67d1
+Patch0:                non-unicode-dump.patch
+Patch1:                ignore-uninitialized.patch
 URL:           http://ldap.perl.org/
 BuildRequires: perl-Authen-SASL >= 2.00
 BuildRequires: perl-Convert-ASN1 >= 0.20
@@ -45,6 +46,8 @@ poziomu programów w Perlu.
 
 %prep
 %setup -q
+%patch0 -p1
+%patch1 -p1
 
 %build
 %{__perl} Makefile.PL \
This page took 0.074755 seconds and 4 git commands to generate.