forked from polimediaupv/paella-opencast
-
Notifications
You must be signed in to change notification settings - Fork 0
/
paella-opencast.spec
57 lines (38 loc) · 1.49 KB
/
paella-opencast.spec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
# vim: et:ts=3:sw=3:sts=3
# Call with:
# rpmbuild ... -D version=<VERSION> ...
%global __os_install_post /usr/lib/rpm/brp-compress %{nil}
%define __requires_exclude_from ^.*\\.jar$
%define __provides_exclude_from ^.*\\.jar$
Name: paella-opencast
Summary: Paella Player for Opencast
Version: %{version}
Release: %{buildno}.%{commit}%{?dist}
License: GPLv3+
Source: paella-engage-ui-%{version}.jar
URL: https://github.com/polimediaupv/paella-matterhorn
BuildRoot: %{_tmppath}/%{name}-root
BuildArch: noarch
%description
The Paella (pronounce “paeja”) Player is a HTML5 multistream video player
capable of playing multiple audio & video streams synchronously and supporting
a number of user plugins. It is specially designed for lecture recordings, like
Matterhorn Lectures or Polimedia pills.
By using Paella students can view both the lecture hall and the teacher's
screen, get info about the lecture (slides, OCR, series videos, footprints) and
interact with the lecture (views, comments). Teachers can also soft edit the
lecture to set the start and end point or make breaks in the recording.
%prep
%build
%install
rm -rf %{buildroot}
install -p -d -m 0755 %{buildroot}%{_datadir}/opencast/deploy
install -p -m 644 %{SOURCE0} %{buildroot}%{_datadir}/opencast/deploy/
%clean
rm -rf %{buildroot}
%files
%defattr(-,root,root,-)
%{_datadir}/opencast/deploy/
%changelog
* Fri Jul 07 2017 Lars Kiesow <lkiesow@uos.de> - 5.2.1-1
- Initial Paella build