forked from pool/cyrus-sasl
Accepting request 38985 from network
Copy from network/cyrus-sasl based on submit request 38985 from user rhafer OBS-URL: https://build.opensuse.org/request/show/38985 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cyrus-sasl?expand=0&rev=18
This commit is contained in:
commit
5d1df4caa0
BIN
cyrus-sasl-rc.tar.bz2
(Stored with Git LFS)
BIN
cyrus-sasl-rc.tar.bz2
(Stored with Git LFS)
Binary file not shown.
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Apr 28 09:24:11 UTC 2010 - rhafer@novell.com
|
||||||
|
|
||||||
|
- Removed the /var/run/sasl2 directory from cyrus-sasl.spec.
|
||||||
|
It will now be created on demand by the saslauthd init script.
|
||||||
|
- Adjusted init script headers to silence rpmlint warning/errors.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Dec 14 17:15:20 CET 2009 - jengelh@medozas.de
|
Mon Dec 14 17:15:20 CET 2009 - jengelh@medozas.de
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package cyrus-sasl-saslauthd (Version 2.1.23)
|
# spec file for package cyrus-sasl-saslauthd (Version 2.1.23)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -28,7 +28,7 @@ Provides: cyrus-sasl:/usr/sbin/saslauthd
|
|||||||
Provides: cyrus-sasl2:/usr/sbin/saslauthd
|
Provides: cyrus-sasl2:/usr/sbin/saslauthd
|
||||||
Summary: The SASL Authentication Server
|
Summary: The SASL Authentication Server
|
||||||
Version: 2.1.23
|
Version: 2.1.23
|
||||||
Release: 4
|
Release: 5
|
||||||
Source: cyrus-sasl-%{version}.tar.bz2
|
Source: cyrus-sasl-%{version}.tar.bz2
|
||||||
Source1: cyrus-sasl-rc.tar.bz2
|
Source1: cyrus-sasl-rc.tar.bz2
|
||||||
Patch: cyrus-sasl.dif
|
Patch: cyrus-sasl.dif
|
||||||
@ -68,7 +68,7 @@ Authors:
|
|||||||
|
|
||||||
%package -n cyrus-sasl-sqlauxprop
|
%package -n cyrus-sasl-sqlauxprop
|
||||||
License: BSD4c(or similar)
|
License: BSD4c(or similar)
|
||||||
Summary: cyrus-sasl SQL auxprop plugin
|
Summary: SQL auxprop plugin for cyrus-sasl
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Requires: cyrus-sasl
|
Requires: cyrus-sasl
|
||||||
@ -147,6 +147,7 @@ make DESTDIR=$RPM_BUILD_ROOT sasldir=%{_libdir}/sasl2 install
|
|||||||
cd ..
|
cd ..
|
||||||
cd saslauthd
|
cd saslauthd
|
||||||
make DESTDIR=$RPM_BUILD_ROOT sasldir=%{_libdir}/sasl2 install
|
make DESTDIR=$RPM_BUILD_ROOT sasldir=%{_libdir}/sasl2 install
|
||||||
|
install -m 755 -d $RPM_BUILD_ROOT/var/run/sasl2
|
||||||
mkdir -p $RPM_BUILD_ROOT/%{_mandir}/man8
|
mkdir -p $RPM_BUILD_ROOT/%{_mandir}/man8
|
||||||
install -m 644 saslauthd.mdoc $RPM_BUILD_ROOT/%{_mandir}/man8/saslauthd.8
|
install -m 644 saslauthd.mdoc $RPM_BUILD_ROOT/%{_mandir}/man8/saslauthd.8
|
||||||
mkdir -p $RPM_BUILD_ROOT/usr/bin
|
mkdir -p $RPM_BUILD_ROOT/usr/bin
|
||||||
@ -178,6 +179,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
/var/adm/fillup-templates/sysconfig.saslauthd
|
/var/adm/fillup-templates/sysconfig.saslauthd
|
||||||
|
%ghost /var/run/sasl2
|
||||||
%config /etc/init.d/saslauthd
|
%config /etc/init.d/saslauthd
|
||||||
/sbin/rcsaslauthd
|
/sbin/rcsaslauthd
|
||||||
/usr/sbin/*
|
/usr/sbin/*
|
||||||
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Apr 28 09:24:11 UTC 2010 - rhafer@novell.com
|
||||||
|
|
||||||
|
- Removed the /var/run/sasl2 directory from cyrus-sasl.spec.
|
||||||
|
It will now be created on demand by the saslauthd init script.
|
||||||
|
- Adjusted init script headers to silence rpmlint warning/errors.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Dec 14 17:15:20 CET 2009 - jengelh@medozas.de
|
Mon Dec 14 17:15:20 CET 2009 - jengelh@medozas.de
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package cyrus-sasl (Version 2.1.23)
|
# spec file for package cyrus-sasl (Version 2.1.23)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -20,7 +20,7 @@
|
|||||||
|
|
||||||
Name: cyrus-sasl
|
Name: cyrus-sasl
|
||||||
Version: 2.1.23
|
Version: 2.1.23
|
||||||
Release: 4
|
Release: 5
|
||||||
BuildRequires: db-devel krb5-mini-devel openssl-devel opie pam-devel
|
BuildRequires: db-devel krb5-mini-devel openssl-devel opie pam-devel
|
||||||
Obsoletes: cyrus-sasl2 <= %{version}
|
Obsoletes: cyrus-sasl2 <= %{version}
|
||||||
Provides: cyrus-sasl2 = %{version}
|
Provides: cyrus-sasl2 = %{version}
|
||||||
@ -264,7 +264,6 @@ export CPPFLAGS=-I/usr/include/heimdal
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
make DESTDIR=$RPM_BUILD_ROOT sasldir=%{_libdir}/sasl2 install
|
make DESTDIR=$RPM_BUILD_ROOT sasldir=%{_libdir}/sasl2 install
|
||||||
install -m 755 -d $RPM_BUILD_ROOT/var/run/sasl2
|
|
||||||
mkdir -p $RPM_BUILD_ROOT/usr/bin
|
mkdir -p $RPM_BUILD_ROOT/usr/bin
|
||||||
mkdir -p $RPM_BUILD_ROOT/etc/sasl2
|
mkdir -p $RPM_BUILD_ROOT/etc/sasl2
|
||||||
install -m 755 sample/.libs/client $RPM_BUILD_ROOT/usr/bin/cyrus_sasl_sample_client
|
install -m 755 sample/.libs/client $RPM_BUILD_ROOT/usr/bin/cyrus_sasl_sample_client
|
||||||
@ -294,8 +293,6 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_libdir}/libsasl2.so.*
|
%{_libdir}/libsasl2.so.*
|
||||||
/usr/sbin/*
|
/usr/sbin/*
|
||||||
/usr/bin/*
|
/usr/bin/*
|
||||||
%dir %attr(0755,root,root) /var/run/sasl2
|
|
||||||
#%doc %{_mandir}/cat8
|
|
||||||
%doc %{_mandir}/man3/sasl.*.gz
|
%doc %{_mandir}/man3/sasl.*.gz
|
||||||
%doc %{_mandir}/man8/*.gz
|
%doc %{_mandir}/man8/*.gz
|
||||||
%doc AUTHORS COPYING ChangeLog INSTALL NEWS README doc
|
%doc AUTHORS COPYING ChangeLog INSTALL NEWS README doc
|
||||||
|
Loading…
Reference in New Issue
Block a user