Accepting request 36912 from network:synchronization:files

Copy from network:synchronization:files/pam_csync based on submit request 36912 from user jmcdough

OBS-URL: https://build.opensuse.org/request/show/36912
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pam_csync?expand=0&rev=8
This commit is contained in:
OBS User autobuild 2010-04-05 16:46:04 +00:00 committed by Git OBS Bridge
parent 930a02d76a
commit 12ecd20577
4 changed files with 20 additions and 13 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:86a37cc7400d20dde021ef5b7eb5a6e303168e0e24d89e15f559e5d9757d5dda
size 26878

3
pam_csync-0.42.0.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:93d50e7a9f150dd069a73326354b46002054bc1bfafc3cfd263c0b85a1ef9976
size 28544

View File

@ -8,6 +8,12 @@ Thu Jun 25 12:23:49 CEST 2009 - sbrabec@suse.cz
- Supplement pam-32bit/pam-64bit in baselibs.conf (bnc#354164).
-------------------------------------------------------------------
Mon Jun 15 11:14:32 CEST 2009 - anschneider@exsuse.de
- update to version 0.42.0
+ Added support to sync with the Windows Home Directory
-------------------------------------------------------------------
Tue Oct 28 12:07:10 CET 2008 - anschneider@suse.de

View File

@ -1,5 +1,5 @@
#
# spec file for package pam_csync (Version 0.41.94)
# spec file for package pam_csync (Version 0.42.0)
#
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -22,8 +22,8 @@ Name: pam_csync
BuildRequires: cmake libcsync-devel libiniparser-devel pam-devel
License: GPLv2+
Group: System/Libraries
Version: 0.41.94
Release: 3
Version: 0.42.0
Release: 1
Summary: A PAM module for roaming home directories
Url: http://www.csync.org/
Source0: %{name}-%{version}.tar.bz2
@ -40,7 +40,8 @@ last logout.
Authors:
--------
Andreas Schneider <mail@cynapses.org>
Andreas Schneider
%prep
%setup -q
@ -50,17 +51,17 @@ if test ! -d "build"; then
mkdir build
fi
pushd build
CFLAGS="%{optflags} -g" \
CXXFLAGS="%{optflags} -g" \
cmake \
-DCMAKE_SKIP_RPATH=ON \
-DCMAKE_BUILD_TYPE=None \
-DCMAKE_INSTALL_PREFIX=%{_prefix} \
-DSYSCONF_INSTALL_DIR=%{_sysconfdir} \
-DCMAKE_C_FLAGS:STRING="%{optflags}" \
-DCMAKE_BUILD_TYPE:STRING=RelWithDebInfo \
-DCMAKE_SKIP_RPATH:BOOL=ON \
-DCMAKE_INSTALL_PREFIX:PATH=%{_prefix} \
-DSYSCONF_INSTALL_DIR:PATH=%{_sysconfdir} \
%if %{_lib} == lib64
-DLIB_SUFFIX=64 \
%endif
%{_builddir}/%{name}-%{version}
%__make %{?jobs:-j%jobs} VERBOSE=1
popd build