]> git.pld-linux.org Git - packages/perl-ldap.git/commitdiff
- updated _noauto for new wrappers, cosmetics
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 19 Aug 2003 14:28:06 +0000 (14:28 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    perl-ldap.spec -> 1.45

perl-ldap.spec

index b2ebcb251f6cea1b565e68d603345d8ec1512cff..0334c90ea8a12c5efae5920eeb02e9d031425064 100644 (file)
@@ -13,7 +13,6 @@ License:      GPL
 Group:         Development/Languages/Perl
 Source0:       http://www.cpan.org/modules/by-module/Net/%{name}-%{version}.tar.gz
 # Source0-md5: fd3cd83810bb3163e47dedd34277da76
-BuildRequires: perl-devel >= 5.6.1
 BuildRequires: perl-Authen-SASL >= 2.00
 BuildRequires: perl-Convert-ASN1 >= 0.07
 BuildRequires: perl-Digest-HMAC
@@ -22,12 +21,13 @@ BuildRequires:      perl-IO-Socket-SSL
 BuildRequires: perl-MIME-Base64
 BuildRequires: perl-URI >= 1.08
 BuildRequires: perl-XML-Parser
+BuildRequires: perl-devel >= 5.6.1
 BuildRequires: perl-libwww
 BuildRequires: rpm-perlprov >= 4.1-13
 BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-%define                _noautoreq "perl(Convert::ASN1::Debug)"
+%define                _noautoreq 'perl(Convert::ASN1::Debug)'
 
 %description
 perl-ldap is a collection of modules that implements a LDAP services
@@ -51,7 +51,8 @@ find . -type f | xargs -r perl -pi -e 's|/local/bin/perl\d*|/bin/perl|g'
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
 
-%{__make} install DESTDIR=$RPM_BUILD_ROOT
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
 
 cp -r {contrib,bin} $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
 
This page took 0.062379 seconds and 4 git commands to generate.