You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
62 lines
1.2 KiB
62 lines
1.2 KiB
3 years ago
|
Summary: Cast screen
|
||
|
Name: doskast
|
||
|
License: GPL-3.0
|
||
|
Group: Graphical desktop/Other
|
||
|
Url: https://osmesh.ru
|
||
|
Version: 0.1
|
||
|
Release: 1
|
||
3 years ago
|
Source0: %name-%version.tar
|
||
3 years ago
|
BuildArch: noarch
|
||
3 years ago
|
BuildRequires: make
|
||
3 years ago
|
BuildRequires: desktop-file-utils
|
||
3 years ago
|
|
||
|
%description
|
||
3 years ago
|
Cast screen
|
||
3 years ago
|
|
||
|
#--------------------------------------------------------------
|
||
|
|
||
|
%package board
|
||
|
Summary: Doskast for server (board)
|
||
3 years ago
|
Group: Graphical desktop/Other
|
||
3 years ago
|
Requires: xpra
|
||
|
Requires: httpd
|
||
|
|
||
|
%description board
|
||
|
%summary
|
||
|
|
||
|
%files board
|
||
|
/var/www/cgi-bin/doskast-trigger-connect.cgi
|
||
|
%{_bindir}/doskast-server-watcher
|
||
|
/etc/xdg/autostart/doskast-server-watcher.desktop
|
||
|
|
||
|
#--------------------------------------------------------------
|
||
|
|
||
|
%package student
|
||
|
Summary: Doskast for client (student)
|
||
3 years ago
|
Group: Graphical desktop/Other
|
||
3 years ago
|
Requires: xpra
|
||
|
Requires: curl
|
||
|
|
||
|
%description student
|
||
3 years ago
|
%summary
|
||
|
|
||
3 years ago
|
%files student
|
||
|
%{_unitdir}/doskast-student.service
|
||
|
%config(noreplace) %{_sysconfdir}/systemd/system/doskast-student.service.d/doskast-student-firewall.conf
|
||
|
|
||
|
%post student
|
||
3 years ago
|
%post_service doskast-student.socket doskast-student.service
|
||
3 years ago
|
|
||
|
%preun student
|
||
3 years ago
|
%preun_service doskast-student.socket doskast-student.service
|
||
3 years ago
|
|
||
|
#--------------------------------------------------------------
|
||
|
|
||
3 years ago
|
%prep
|
||
3 years ago
|
%setup -q
|
||
|
|
||
3 years ago
|
%build
|
||
|
%install
|
||
3 years ago
|
desktop-file-validate *.desktop
|
||
3 years ago
|
%makeinstall_std
|