SPECS: perl-ldap.spec - updated to 0.33 - clean check-files - test...
glen
glen at pld-linux.org
Mon Jan 2 16:53:44 CET 2006
Author: glen Date: Mon Jan 2 15:53:44 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- updated to 0.33
- clean check-files
- tests disabled due needing ldap server and fetching gpg key via hkp
- Obsoletes: perl-LDAP for upgrades from fedora core
---- Files affected:
SPECS:
perl-ldap.spec (1.57 -> 1.58)
---- Diffs:
================================================================
Index: SPECS/perl-ldap.spec
diff -u SPECS/perl-ldap.spec:1.57 SPECS/perl-ldap.spec:1.58
--- SPECS/perl-ldap.spec:1.57 Thu May 5 02:05:40 2005
+++ SPECS/perl-ldap.spec Mon Jan 2 16:53:39 2006
@@ -1,20 +1,20 @@
# $Revision$, $Date$
#
# Conditional build:
-%bcond_without tests # do not perform "make test"
+%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): Moduł perl-ldap - kliencki interfejs do serwerów LDAP
Name: perl-ldap
-Version: 0.3202
+Version: 0.33
Release: 1
Epoch: 2
# 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: 57dc6214d06b4e9e2a3b0f778aa40261
+# Source0-md5: 7002aedb8bcaa7169a8f0a8e22d34b72
URL: http://ldap.perl.org/
%if %{with tests}
BuildRequires: perl-Authen-SASL >= 2.00
@@ -30,6 +30,7 @@
BuildRequires: perl-ExtUtils-AutoInstall
BuildRequires: perl-devel >= 1:5.8.0
BuildRequires: rpm-perlprov >= 4.1-13
+Obsoletes: perl-LDAP
BuildArch: noarch
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -44,7 +45,7 @@
poziomu programów w Perlu.
%prep
-%setup -q -n perl-ldap-%{version}
+%setup -q
%build
%{__perl} Makefile.PL \
@@ -60,10 +61,14 @@
rm -rf $RPM_BUILD_ROOT
install -d $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
-%{__make} install \
+%{__make} pure_install \
DESTDIR=$RPM_BUILD_ROOT
cp -r {contrib,bin} $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
+rm -f $RPM_BUILD_ROOT%{perl_vendorarch}/auto/Net/LDAP/.packlist
+rm -f $RPM_BUILD_ROOT%{_mandir}/man3/Bundle::Net::LDAP.3pm
+rm -f $RPM_BUILD_ROOT%{perl_vendorlib}/{Bundle/Net/LDAP.pm,Net/{,LDAP/}*.pod}
+
%clean
rm -rf $RPM_BUILD_ROOT
@@ -85,6 +90,12 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.58 2006/01/02 15:53:39 glen
+- updated to 0.33
+- clean check-files
+- tests disabled due needing ldap server and fetching gpg key via hkp
+- Obsoletes: perl-LDAP for upgrades from fedora core
+
Revision 1.57 2005/05/05 00:05:40 ankry
- updated to 0.3202
@@ -108,7 +119,7 @@
- don't rename: this version still contains ldap.pm module
Revision 1.49 2004/03/22 09:57:19 luzik
- - added URL
+- added URL
Revision 1.48 2004/01/25 00:15:05 arekm
- autoupdated to 0.31
@@ -166,13 +177,13 @@
Revision 1.32 2002/07/20 00:37:28 qboosh
- it uses Convert::ASN1 instead of Convert::BER
-- new %%doc; NFY!
+- new %doc; NFY!
Revision 1.31 2002/05/11 14:28:14 kloczek
- s/ftp.perl.org/ftp.cpan.org/ in Source url.
Revision 1.30 2002/02/25 10:32:26 depesz
-cleanup; revision++
+- cleanup; revision++
Revision 1.29 2002/02/22 23:29:34 kloczek
- removed all Group fields translations (our rpm now can handle translating
@@ -182,16 +193,16 @@
- adapterized.
Revision 1.27 2002/02/10 15:40:13 depesz
-adapterized
+- adapterized
Revision 1.26 2002/02/09 13:34:43 depesz
-wrong path
+- wrong path
Revision 1.25 2002/02/09 12:59:38 depesz
- unified source path
Revision 1.24 2002/01/18 02:14:35 kloczek
-perl -pi -e "s/pld-list\@pld.org.pl/feedback\@pld.org.pl/"
+- perl -pi -e "s/pld-list\@pld.org.pl/feedback\@pld.org.pl/"
Revision 1.23 2001/11/13 11:43:45 mis
- rollback autodowngrade
@@ -233,7 +244,7 @@
- rebuild with perl 5.6.1
Revision 1.10 2001/04/14 18:00:11 baggins
-- removed explicit requirements for perl = %%{version} and %%{perl_sitearch}
+- removed explicit requirements for perl = %{version} and %{perl_sitearch}
they will be added by rpm if needed
Revision 1.9 2001/02/28 19:34:29 mis
@@ -243,10 +254,10 @@
- release 4: rebuild against perl 5.6 and use rpm automation.
Revision 1.7 2000/06/09 07:55:02 kloczek
-- more %%{__make} macros.
+- more %{__make} macros.
Revision 1.6 2000/06/09 07:23:46 kloczek
-- added using %%{__make} macro.
+- added using %{__make} macro.
Revision 1.5 2000/05/23 18:05:26 kloczek
- spec adapterized.
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/perl-ldap.spec?r1=1.57&r2=1.58&f=u
More information about the pld-cvs-commit
mailing list