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:
parent
930a02d76a
commit
12ecd20577
@ -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
3
pam_csync-0.42.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:93d50e7a9f150dd069a73326354b46002054bc1bfafc3cfd263c0b85a1ef9976
|
||||||
|
size 28544
|
@ -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).
|
- 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
|
Tue Oct 28 12:07:10 CET 2008 - anschneider@suse.de
|
||||||
|
|
||||||
|
@ -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.
|
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@ -22,8 +22,8 @@ Name: pam_csync
|
|||||||
BuildRequires: cmake libcsync-devel libiniparser-devel pam-devel
|
BuildRequires: cmake libcsync-devel libiniparser-devel pam-devel
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Version: 0.41.94
|
Version: 0.42.0
|
||||||
Release: 3
|
Release: 1
|
||||||
Summary: A PAM module for roaming home directories
|
Summary: A PAM module for roaming home directories
|
||||||
Url: http://www.csync.org/
|
Url: http://www.csync.org/
|
||||||
Source0: %{name}-%{version}.tar.bz2
|
Source0: %{name}-%{version}.tar.bz2
|
||||||
@ -40,7 +40,8 @@ last logout.
|
|||||||
|
|
||||||
Authors:
|
Authors:
|
||||||
--------
|
--------
|
||||||
Andreas Schneider <mail@cynapses.org>
|
Andreas Schneider
|
||||||
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
@ -50,17 +51,17 @@ if test ! -d "build"; then
|
|||||||
mkdir build
|
mkdir build
|
||||||
fi
|
fi
|
||||||
pushd build
|
pushd build
|
||||||
CFLAGS="%{optflags} -g" \
|
|
||||||
CXXFLAGS="%{optflags} -g" \
|
|
||||||
cmake \
|
cmake \
|
||||||
-DCMAKE_SKIP_RPATH=ON \
|
-DCMAKE_C_FLAGS:STRING="%{optflags}" \
|
||||||
-DCMAKE_BUILD_TYPE=None \
|
-DCMAKE_BUILD_TYPE:STRING=RelWithDebInfo \
|
||||||
-DCMAKE_INSTALL_PREFIX=%{_prefix} \
|
-DCMAKE_SKIP_RPATH:BOOL=ON \
|
||||||
-DSYSCONF_INSTALL_DIR=%{_sysconfdir} \
|
-DCMAKE_INSTALL_PREFIX:PATH=%{_prefix} \
|
||||||
|
-DSYSCONF_INSTALL_DIR:PATH=%{_sysconfdir} \
|
||||||
%if %{_lib} == lib64
|
%if %{_lib} == lib64
|
||||||
-DLIB_SUFFIX=64 \
|
-DLIB_SUFFIX=64 \
|
||||||
%endif
|
%endif
|
||||||
%{_builddir}/%{name}-%{version}
|
%{_builddir}/%{name}-%{version}
|
||||||
|
|
||||||
%__make %{?jobs:-j%jobs} VERBOSE=1
|
%__make %{?jobs:-j%jobs} VERBOSE=1
|
||||||
popd build
|
popd build
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user