Removed srp plugin from sources and added dist to NVR
This commit is contained in:
parent
b12603d341
commit
d2c26416a5
@ -11,3 +11,4 @@ cyrus-sasl-2.1.22.tar.gz
|
|||||||
cyrus-sasl-2.1.22.tar.gz.sig
|
cyrus-sasl-2.1.22.tar.gz.sig
|
||||||
cyrus-sasl-2.1.22-nodlcompat.tar.gz
|
cyrus-sasl-2.1.22-nodlcompat.tar.gz
|
||||||
db-4.6.19.tar.gz
|
db-4.6.19.tar.gz
|
||||||
|
cyrus-sasl-2.1.22-nodlcompatorsrp.tar.gz
|
||||||
|
@ -5,11 +5,11 @@
|
|||||||
Summary: The Cyrus SASL library
|
Summary: The Cyrus SASL library
|
||||||
Name: cyrus-sasl
|
Name: cyrus-sasl
|
||||||
Version: 2.1.22
|
Version: 2.1.22
|
||||||
Release: 7
|
Release: 8%{?dist}
|
||||||
License: BSD
|
License: BSD
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
# Source0 originally comes from ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/;
|
# Source0 originally comes from ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/;
|
||||||
# make-no-dlcompat-tarball.sh removes the "dlcompat" subdirectory and builds a
|
# make-no-dlcompatorsrp-tarball.sh removes the "dlcompat" subdirectory and builds a
|
||||||
# new tarball.
|
# new tarball.
|
||||||
Source0: cyrus-sasl-%{version}-nodlcompat.tar.gz
|
Source0: cyrus-sasl-%{version}-nodlcompat.tar.gz
|
||||||
Source4: saslauthd.init
|
Source4: saslauthd.init
|
||||||
@ -17,7 +17,7 @@ Source6: http://www.sleepycat.com/update/%{db_version}/db-%{db_version}.tar.gz
|
|||||||
Source7: sasl-mechlist.c
|
Source7: sasl-mechlist.c
|
||||||
Source8: sasl-checkpass.c
|
Source8: sasl-checkpass.c
|
||||||
Source9: saslauthd.sysconfig
|
Source9: saslauthd.sysconfig
|
||||||
Source10: make-no-dlcompat-tarball.sh
|
Source10: make-no-dlcompatorsrp-tarball.sh
|
||||||
URL: http://asg.web.cmu.edu/sasl/sasl-library.html
|
URL: http://asg.web.cmu.edu/sasl/sasl-library.html
|
||||||
Requires: %{name}-lib = %{version}-%{release}
|
Requires: %{name}-lib = %{version}-%{release}
|
||||||
Patch10: cyrus-sasl-2.1.22-db_bundle.patch
|
Patch10: cyrus-sasl-2.1.22-db_bundle.patch
|
||||||
@ -377,6 +377,9 @@ fi
|
|||||||
%{_sbindir}/sasl2-shared-mechlist
|
%{_sbindir}/sasl2-shared-mechlist
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Nov 7 2007 Steve Conklin <sconklin@redhat.com> - 2.1.22-8
|
||||||
|
- Removed srp plugin source and added dist to NVR
|
||||||
|
|
||||||
* Tue Sep 18 2007 Steve Conklin <sconklin@redhat.com> 2.1.22-7
|
* Tue Sep 18 2007 Steve Conklin <sconklin@redhat.com> 2.1.22-7
|
||||||
- use db4 version 4.6.19 bz#249737
|
- use db4 version 4.6.19 bz#249737
|
||||||
|
|
||||||
|
@ -25,14 +25,16 @@ for tarball in ${initialdir}/cyrus-sasl-*.tar.{gz,bz2} ; do
|
|||||||
*.gz)
|
*.gz)
|
||||||
gzip -dc "$tarball" | tar xf -
|
gzip -dc "$tarball" | tar xf -
|
||||||
rm -fr cyrus-sasl-*/dlcompat*
|
rm -fr cyrus-sasl-*/dlcompat*
|
||||||
|
rm -fr cyrus-sasl-*/plugins/srp*
|
||||||
tar cf - * | gzip -9c > \
|
tar cf - * | gzip -9c > \
|
||||||
$initialdir/`basename $tarball .tar.gz`-nodlcompat.tar.gz
|
$initialdir/`basename $tarball .tar.gz`-nodlcompatorsrp.tar.gz
|
||||||
;;
|
;;
|
||||||
*.bz2)
|
*.bz2)
|
||||||
bzip2 -dc "$tarball" | tar xf -
|
bzip2 -dc "$tarball" | tar xf -
|
||||||
rm -fr cyrus-sasl-*/dlcompat*
|
rm -fr cyrus-sasl-*/dlcompat*
|
||||||
|
rm -fr cyrus-sasl-*/plugins/srp*
|
||||||
tar cf - * | bzip2 -9c > \
|
tar cf - * | bzip2 -9c > \
|
||||||
$initialdir/`basename $tarball .tar.bz2`-nodlcompat.tar.bz2
|
$initialdir/`basename $tarball .tar.bz2`-nodlcompatorsrp.tar.bz2
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
popd > /dev/null
|
popd > /dev/null
|
Loading…
Reference in New Issue
Block a user