summaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorPavel Březina <pbrezina@redhat.com>2014-03-01 13:06:23 +0100
committerJakub Hrozek <jhrozek@redhat.com>2014-05-29 09:08:33 +0200
commita7e27c11866a48742bb70564b88e15bf15e9367d (patch)
treee92b6c741f042e8fc119a7dda11f9cbb833e9edd /contrib
parent91cf6f4c6069d6aff01aab171825e83a1a669e2f (diff)
downloadsssd-a7e27c11866a48742bb70564b88e15bf15e9367d.tar.gz
sssd-a7e27c11866a48742bb70564b88e15bf15e9367d.tar.xz
sssd-a7e27c11866a48742bb70564b88e15bf15e9367d.zip
sss_sifp: build
https://fedorahosted.org/sssd/ticket/2254 Reviewed-by: Sumit Bose <sbose@redhat.com>
Diffstat (limited to 'contrib')
-rw-r--r--contrib/sssd.spec.in38
1 files changed, 38 insertions, 0 deletions
diff --git a/contrib/sssd.spec.in b/contrib/sssd.spec.in
index 159cd3c83..b5e790371 100644
--- a/contrib/sssd.spec.in
+++ b/contrib/sssd.spec.in
@@ -405,6 +405,27 @@ Requires: sssd-common = %{version}-%{release}
Provides the D-Bus responder of the SSSD, called the InfoPipe, that allows
the information from the SSSD to be transmitted over the system bus.
+%package -n libsss_simpleifp
+Summary: The SSSD D-Bus responder helper library
+Group: Development/Libraries
+License: GPLv3+
+Requires: dbus-libs
+Requires(post): /sbin/ldconfig
+Requires(postun): /sbin/ldconfig
+
+%description -n libsss_simpleifp
+Provides library that simplifies D-Bus API for the SSSD InfoPipe responder.
+
+%package -n libsss_simpleifp-devel
+Summary: The SSSD D-Bus responder helper library
+Group: Development/Libraries
+License: GPLv3+
+Requires: dbus-devel
+Requires: libsss_simpleifp = %{version}-%{release}
+
+%description -n libsss_simpleifp-devel
+Provides library that simplifies D-Bus API for the SSSD InfoPipe responder.
+
%prep
%setup -q -n %{name}-%{version}
@@ -673,6 +694,23 @@ rm -rf $RPM_BUILD_ROOT
%{_sysconfdir}/dbus-1/system.d/org.freedesktop.sssd.infopipe.conf
%{_libdir}/%{name}/libsss_config.so
+%files -n libsss_simpleifp
+%defattr(-,root,root,-)
+%{_libdir}/libsss_simpleifp.so.*
+
+%files -n libsss_simpleifp-devel
+%defattr(-,root,root,-)
+%if 0%{?fedora}
+%doc sss_simpleifp_doc/html
+%endif
+%if 0%{?rhel} >= 6
+%doc sss_simpleifp_doc/html
+%endif
+%{_includedir}/sss_sifp.h
+%{_includedir}/sss_sifp_dbus.h
+%{_libdir}/libsss_simpleifp.so
+%{_libdir}/pkgconfig/sss_simpleifp.pc
+
%files client -f sssd_client.lang
%defattr(-,root,root,-)
%doc src/sss_client/COPYING src/sss_client/COPYING.LESSER