forked from jonatasteixeira-zz/openclass
-
Notifications
You must be signed in to change notification settings - Fork 0
/
openclass.spec
47 lines (39 loc) · 1.06 KB
/
openclass.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
Summary: OpenClass is a simple open-source solution for class control
Name: openclass
Version: 0.0.4
Release: %mkrel 1
Source0: %name-%version.tar.bz2
License: GPLv2
Group: Networking/Other
Url: https://github.com/eugeni/openclass
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildRequires: python-devel
BuildArch: noarch
Requires: python
Requires: pygtk2.0
Requires: python-notify
%description
OpenClass is a simple open-source solution for class control, designed with the
following features in mind:
- small footprint
- light-weight functionality
- minimum of non-essential features
If you already know how italc, bluelab, mythware, iClass and similar solutions
work, you already know what OpenClass is.
%prep
%setup -q
%build
%install
rm -rf $RPM_BUILD_ROOT
%makeinstall_std
%find_lang %name
%clean
rm -rf $RPM_BUILD_ROOT
%files -f %{name}.lang
%defattr(-,root,root)
%doc README
%_bindir/openclass-student
%_bindir/openclass-teacher
%_datadir/openclass/
%_datadir/applications/openclass-student.desktop
%_datadir/applications/openclass-teacher.desktop