sssd.spec revision 8096462b171c4bb45ea58ba9eaa2f2fdb8c7107d
# The entire source code is GPLv3+ except replace/ which is LGPLv3+
### Patches ###
### Dependencies ###
### Build Dependencies ###
%prep
%setup -q
# common
pushd common
autoreconf -i -f
make %{?_smp_mflags}
popd
# sssd
pushd server
make %{?_smp_mflags}
popd
pushd sss_client
make %{?_smp_mflags}
popd
# sssd
pushd server
popd
pushd sss_client
popd
%{_initrddir}/%{name}
%{_libexecdir}/%{servicename}/
%{_sharedstatedir}/sss/
/%{_lib}/libnss_sss.so
%post
if [ $1 = 0 ]; then
fi
fi