-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathtigeros-scripts.spec
More file actions
49 lines (41 loc) · 1.58 KB
/
Copy pathtigeros-scripts.spec
File metadata and controls
49 lines (41 loc) · 1.58 KB
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
Name: tigeros-scripts
Version: 1.0
Release: 5%{?dist}
Summary: TigerOS RIT courses setup scripts
License: GPLv3
URL: https://github.com/RITlug/tigeros-scripts
Source0: %{name}-%{version}-%{release}.tar.gz
BuildArch: noarch
Requires: bash
%description
Custom scripts for the TigerOS Fedora Remix that
install packages for specific majors within RIT.
%prep
%setup -q
%install
%{__mkdir_p} %{buildroot}/etc/skel/.config/autostart/
install -p -m 644 tigeros-postinstall.desktop %{buildroot}/etc/skel/.config/autostart/tigeros-postinstall.desktop
%{__mkdir_p} %{buildroot}%{_prefix}/local/bin
install -p -m 755 removal %{buildroot}%{_prefix}/local/bin/removal
install -p -m 755 postinstall %{buildroot}%{_prefix}/local/bin/postinstall
%{__mkdir_p} %{buildroot}%{_prefix}/local/bin/cs
install -p -m 755 cs/idea.sh %{buildroot}%{_prefix}/local/bin/cs/idea.sh
%{__mkdir_p} %{buildroot}%{_prefix}/local/bin/se
install -p -m 755 se/alloy.sh %{buildroot}%{_prefix}/local/bin/se/alloy.sh
install -p -m 755 se/spin.sh %{buildroot}%{_prefix}/local/bin/se/spin.sh
%files
%{_prefix}/local/bin/removal
%{_prefix}/local/bin/postinstall
%{_prefix}/local/bin/cs/
%{_prefix}/local/bin/cs/idea.sh
%{_prefix}/local/bin/se/
%{_prefix}/local/bin/se/alloy.sh
%{_prefix}/local/bin/se/spin.sh
/etc/skel/.config/autostart/tigeros-postinstall.desktop
%changelog
* Sat Jul 07 2018 Tim Zabel <tjz8659@rit.edu> - 1.0-5
- Updated postinstall, removal scripts
- Removed jflap, logisim scripts
* Sun Apr 01 2018 Tim Zabel <tjz8659@rit.edu> - 1.0-4
- Updated syntax
- Changed summary