diff --git a/xrdp.spec b/xrdp.spec index 31838ed..114b08e 100644 --- a/xrdp.spec +++ b/xrdp.spec @@ -36,10 +36,17 @@ Requires(preun): systemd Requires(postun): systemd +%package devel +Summary: Headers and pkg-config files needed to compile xrdp backends + %description xrdp provides a fully functional RDP server compatible with a wide range of RDP clients, including FreeRDP and Microsoft RDP client. +%description devel +This package contains headers necessary for developing xrdp backends that +talk to xrdp. + %prep %autosetup -p1 @@ -166,15 +173,15 @@ fi %{_sysconfdir}/xrdp/pulse/default.pa %{_unitdir}/xrdp-sesman.service %{_unitdir}/xrdp.service -%{_includedir}/* -%{_libdir}/pkgconfig/xrdp.pc %exclude %{_libdir}/xrdp/*.a %exclude %{_libdir}/xrdp/*.la - - %ghost %{_localstatedir}/log/xrdp-sesman.log %attr(0600,root,root) %verify(not size md5 mtime) %{_sysconfdir}/xrdp/rsakeys.ini +%files devel +%{_includedir}/* +%{_libdir}/pkgconfig/xrdp.pc + %changelog * Thu Dec 22 2016 Itamar Reis Peixoto - 1:0.9.1-1 - new version