-
Notifications
You must be signed in to change notification settings - Fork 18
/
mate-university.spec
39 lines (30 loc) · 982 Bytes
/
mate-university.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
Name: mate-university
Summary: MATE University
Version: 1.5.0
Release: 1%{?dist}
License: GPLv3+
URL: http://mate-desktop.org
Source0: mate-university-1.5.0.tar.gz
BuildRequires: mate-common
BuildRequires: mate-panel-devel
%description
MATE University
%prep
%setup -q
NOCONFIGURE=1 ./autogen.sh
%build
%configure
make %{?_smp_mflags} V=1
%install
make install DESTDIR=%{buildroot}
%files
%{_libexecdir}/university-applet
%{_libexecdir}/university-python-applet
%{_datadir}/dbus-1/services/org.mate.panel.applet.UniversityAppletFactory.service
%{_datadir}/dbus-1/services/org.mate.panel.applet.UniversityPythonAppletFactory.service
%{_datadir}/locale/it/LC_MESSAGES/mate-university.mo
%{_datadir}/mate-panel/applets/org.mate.university.Applet.mate-panel-applet
%{_datadir}/mate-panel/applets/org.mate.university.PythonApplet.mate-panel-applet
%changelog
* Wed Mar 13 2013 - Dan Mashal <dan.mashal@fedoraproject.org> - 1.5.0-1
-Initial build