auto-import cyrus-sasl-2.1.7-2 from cyrus-sasl-2.1.7-2.src.rpm
This commit is contained in:
parent
296135610b
commit
e05a54c353
@ -5,7 +5,7 @@
|
|||||||
Summary: The Cyrus SASL library.
|
Summary: The Cyrus SASL library.
|
||||||
Name: cyrus-sasl
|
Name: cyrus-sasl
|
||||||
Version: 2.1.7
|
Version: 2.1.7
|
||||||
Release: 1
|
Release: 2
|
||||||
License: Freely Distributable
|
License: Freely Distributable
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
Source0: ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/cyrus-sasl-%{version}.tar.gz
|
Source0: ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/cyrus-sasl-%{version}.tar.gz
|
||||||
@ -22,6 +22,7 @@ Patch4: cyrus-sasl-1.5.24-rpath.patch
|
|||||||
Patch5: cyrus-sasl-2.1.6-automake.patch
|
Patch5: cyrus-sasl-2.1.6-automake.patch
|
||||||
Patch6: cyrus-sasl-2.1.4-autoconf.patch
|
Patch6: cyrus-sasl-2.1.4-autoconf.patch
|
||||||
Patch7: cyrus-sasl-2.1.4-ipctype.patch
|
Patch7: cyrus-sasl-2.1.4-ipctype.patch
|
||||||
|
Patch8: cyrus-sasl-2.1.7-gdbm.patch
|
||||||
Buildroot: %{_tmppath}/%{name}-root
|
Buildroot: %{_tmppath}/%{name}-root
|
||||||
BuildPrereq: autoconf213, automake15, libtool
|
BuildPrereq: autoconf213, automake15, libtool
|
||||||
# Note: berkeley db for sasl2, gdbm for sasl1.
|
# Note: berkeley db for sasl2, gdbm for sasl1.
|
||||||
@ -90,6 +91,7 @@ pushd cyrus-sasl-%{version}
|
|||||||
%patch5 -p1 -b .automake
|
%patch5 -p1 -b .automake
|
||||||
%patch6 -p1 -b .autoconf
|
%patch6 -p1 -b .autoconf
|
||||||
%patch7 -p1 -b .ipctype
|
%patch7 -p1 -b .ipctype
|
||||||
|
%patch8 -p1 -b .gdbm
|
||||||
libtoolize -f
|
libtoolize -f
|
||||||
aclocal-1.5 -I ./config -I ./cmulocal
|
aclocal-1.5 -I ./config -I ./cmulocal
|
||||||
automake-1.5 -a --include-deps
|
automake-1.5 -a --include-deps
|
||||||
@ -174,6 +176,8 @@ install -m755 -d $RPM_BUILD_ROOT%{_bindir}
|
|||||||
install -m755 sample/client $RPM_BUILD_ROOT%{_bindir}/sasl2-sample-client
|
install -m755 sample/client $RPM_BUILD_ROOT%{_bindir}/sasl2-sample-client
|
||||||
./libtool --mode=install \
|
./libtool --mode=install \
|
||||||
install -m755 sample/server $RPM_BUILD_ROOT%{_bindir}/sasl2-sample-server
|
install -m755 sample/server $RPM_BUILD_ROOT%{_bindir}/sasl2-sample-server
|
||||||
|
./libtool --mode=install \
|
||||||
|
install -m755 utils/dbconverter-2 $RPM_BUILD_ROOT%{_sbindir}/dbconverter-2
|
||||||
|
|
||||||
# Install the saslauthd man page in the expected location, even if it's
|
# Install the saslauthd man page in the expected location, even if it's
|
||||||
# pre-formatted.
|
# pre-formatted.
|
||||||
@ -219,6 +223,7 @@ fi
|
|||||||
%{_plugindir2}/*sasldb*.so*
|
%{_plugindir2}/*sasldb*.so*
|
||||||
%{_plugindir2}/*sasldb*.la
|
%{_plugindir2}/*sasldb*.la
|
||||||
%{_mandir}/man8/*
|
%{_mandir}/man8/*
|
||||||
|
%{_sbindir}/dbconverter-2
|
||||||
%{_sbindir}/saslpasswd
|
%{_sbindir}/saslpasswd
|
||||||
%{_sbindir}/sasldblistusers
|
%{_sbindir}/sasldblistusers
|
||||||
%{_sbindir}/saslpasswd2
|
%{_sbindir}/saslpasswd2
|
||||||
@ -283,6 +288,9 @@ fi
|
|||||||
%{_mandir}/man3/*
|
%{_mandir}/man3/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Sep 2 2002 Nalin Dahyabhai <nalin@redhat.com> 2.1.7-2
|
||||||
|
- include dbconverter-2 (#68741)
|
||||||
|
|
||||||
* Fri Aug 9 2002 Nalin Dahyabhai <nalin@redhat.com> 2.1.7-1
|
* Fri Aug 9 2002 Nalin Dahyabhai <nalin@redhat.com> 2.1.7-1
|
||||||
- update to 2.1.7, fixing a race condition in digest-md5
|
- update to 2.1.7, fixing a race condition in digest-md5
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user