95 lines
2.6 KiB
RPMSpec
95 lines
2.6 KiB
RPMSpec
Name: perl-LDAP
|
|
Version: 0.34
|
|
Release: 1%{?dist}
|
|
Epoch: 1
|
|
Summary: LDAP Perl module
|
|
|
|
Group: Development/Libraries
|
|
License: GPL or Artistic
|
|
URL: http://search.cpan.org/dist/perl-ldap/
|
|
Source0: http://www.cpan.org/authors/id/G/GB/GBARR/perl-ldap-%{version}.tar.gz
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
BuildArch: noarch
|
|
BuildRequires: perl(Convert::ASN1)
|
|
BuildRequires: perl(IO::Socket::SSL)
|
|
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
|
Requires: perl(IO::Socket::SSL)
|
|
#Wish list
|
|
#Requires: perl(Authen::SASL)
|
|
|
|
%description
|
|
Net::LDAP is a collection of modules that implements a LDAP services API
|
|
for Perl programs. The module may be used to search directories or perform
|
|
maintenance functions such as adding, deleting or modifying entries.
|
|
|
|
|
|
%prep
|
|
%setup -q -n perl-ldap-%{version}
|
|
chmod -c 644 bin/* contrib/* lib/Net/LDAP/DSML.pm
|
|
%{__perl} -pi -e 's|^#!/usr/local/bin/perl\b|#!%{__perl}|' contrib/*
|
|
|
|
%build
|
|
%{__perl} Makefile.PL INSTALLDIRS=vendor < /dev/null
|
|
make %{?_smp_mflags}
|
|
|
|
%install
|
|
rm -rf $RPM_BUILD_ROOT
|
|
make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
|
|
find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
|
|
find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';'
|
|
chmod -R u+w $RPM_BUILD_ROOT/*
|
|
|
|
%check
|
|
make test
|
|
|
|
%clean
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
%files
|
|
%defattr(-,root,root,-)
|
|
%doc Changes CREDITS
|
|
%doc contrib/ bin/
|
|
%{perl_vendorlib}/Bundle/
|
|
%{perl_vendorlib}/LWP/
|
|
%{perl_vendorlib}/Net/
|
|
%{_mandir}/man3/*.3pm*
|
|
|
|
|
|
%changelog
|
|
* Tue Feb 13 2007 Robin Norwood <rnorwood@redhat.com> - 1:0.34-1
|
|
- New version: 0.34
|
|
|
|
* Wed Sep 27 2006 Robin Norwood <rnorwood@redhat.com> - 1:0.33-3
|
|
- Bugzilla: 207430
|
|
- Incorporate fixes from Jose Oliveira's patch
|
|
- Add perl(IO::Socket::SSL) as a BuildRequires as well
|
|
- Other cleanups from Jose
|
|
|
|
* Wed Sep 27 2006 Robin Norwood <rnorwood@redhat.com> - 0.33-1.3
|
|
- Add a requirement for IO::Socket::SSL, per bug #122066
|
|
|
|
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - sh: line 0: fg: no job control
|
|
- rebuild
|
|
|
|
* Fri Feb 03 2006 Jason Vas Dias <jvdias@redhat.com> - 0.33-1.2
|
|
- rebuild for new perl-5.8.8
|
|
|
|
* Fri Dec 16 2005 Jesse Keating <jkeating@redhat.com>
|
|
- rebuilt for new gcc
|
|
|
|
* Tue Apr 26 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.33-1
|
|
- Update to 0.33.
|
|
|
|
* Sat Apr 02 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.3202-1
|
|
- Update to 0.3202.
|
|
- Specfile cleanup. (#153766)
|
|
|
|
* Wed Sep 22 2004 Chip Turner <cturner@redhat.com> 0.31-5
|
|
- rebuild
|
|
|
|
* Wed Mar 10 2004 Chip Turner <cturner@redhat.com> - 0.31-1
|
|
- Specfile autogenerated.
|
|
|