Split out xrdp-devel package
This commit is contained in:
parent
5872e948e0
commit
74dabc2cd6
15
xrdp.spec
15
xrdp.spec
@ -36,10 +36,17 @@ Requires(preun): systemd
|
|||||||
Requires(postun): systemd
|
Requires(postun): systemd
|
||||||
|
|
||||||
|
|
||||||
|
%package devel
|
||||||
|
Summary: Headers and pkg-config files needed to compile xrdp backends
|
||||||
|
|
||||||
%description
|
%description
|
||||||
xrdp provides a fully functional RDP server compatible with a wide range
|
xrdp provides a fully functional RDP server compatible with a wide range
|
||||||
of RDP clients, including FreeRDP and Microsoft RDP client.
|
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
|
%prep
|
||||||
%autosetup -p1
|
%autosetup -p1
|
||||||
|
|
||||||
@ -166,15 +173,15 @@ fi
|
|||||||
%{_sysconfdir}/xrdp/pulse/default.pa
|
%{_sysconfdir}/xrdp/pulse/default.pa
|
||||||
%{_unitdir}/xrdp-sesman.service
|
%{_unitdir}/xrdp-sesman.service
|
||||||
%{_unitdir}/xrdp.service
|
%{_unitdir}/xrdp.service
|
||||||
%{_includedir}/*
|
|
||||||
%{_libdir}/pkgconfig/xrdp.pc
|
|
||||||
%exclude %{_libdir}/xrdp/*.a
|
%exclude %{_libdir}/xrdp/*.a
|
||||||
%exclude %{_libdir}/xrdp/*.la
|
%exclude %{_libdir}/xrdp/*.la
|
||||||
|
|
||||||
|
|
||||||
%ghost %{_localstatedir}/log/xrdp-sesman.log
|
%ghost %{_localstatedir}/log/xrdp-sesman.log
|
||||||
%attr(0600,root,root) %verify(not size md5 mtime) %{_sysconfdir}/xrdp/rsakeys.ini
|
%attr(0600,root,root) %verify(not size md5 mtime) %{_sysconfdir}/xrdp/rsakeys.ini
|
||||||
|
|
||||||
|
%files devel
|
||||||
|
%{_includedir}/*
|
||||||
|
%{_libdir}/pkgconfig/xrdp.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Thu Dec 22 2016 Itamar Reis Peixoto <itamar@ispbrasil.com.br> - 1:0.9.1-1
|
* Thu Dec 22 2016 Itamar Reis Peixoto <itamar@ispbrasil.com.br> - 1:0.9.1-1
|
||||||
- new version
|
- new version
|
||||||
|
Loading…
Reference in New Issue
Block a user