-
Notifications
You must be signed in to change notification settings - Fork 0
/
fedberry-kickstarts.spec
53 lines (41 loc) · 1.56 KB
/
fedberry-kickstarts.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
%define bname fedberry
%define name %{bname}-kickstarts
%define version 27
%define release 1
Name: %{name}
Version: %{version}
Release: %{release}%{?dist}
License: GPLv2+
Summary: Kickstart files for creating FedBerry Remixes
Group: Applications/System
URL: https://github.com/fedberry/fedberry-kickstarts
Source0: https://raw.githubusercontent.com/%{bname}/%{name}/master/%{bname}-repos.ks
Source1: https://raw.githubusercontent.com/%{bname}/%{name}/master/%{bname}-barebone.ks
Source2: https://raw.githubusercontent.com/%{bname}/%{name}/master/%{bname}-minimal.ks
Source3: https://raw.githubusercontent.com/%{bname}/%{name}/master/%{bname}-xfce.ks
Source4: https://raw.githubusercontent.com/%{bname}/%{name}/master/%{bname}-lxqt.ks
Source5: https://raw.githubusercontent.com/%{bname}/%{name}/master/%{bname}-pkgs.ks
Source6: https://raw.githubusercontent.com/%{bname}/%{name}/master/%{bname}-post.ks
BuildArch: noarch
%description
Various kickstarts used to create FedBerry Remixes
%prep
%setup -c -T
cp -a %{sources} .
%build
%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_datadir}/spin-kickstarts
install -m 644 *.ks $RPM_BUILD_ROOT%{_datadir}/spin-kickstarts/
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root,-)
%{_datadir}/spin-kickstarts/*.ks
%changelog
* Sun Apr 22 2018 Vaughan <vaughan at agrez dot net> 27-1
- Update for FedBerry 27.1
* Thu Jun 01 2017 Vaughan <vaughan at agrez dot net> 25-1
- Update for FedBerry 25
* Fri Feb 05 2016 Vaughan <vaughan at agrez dot net> 23-1
- Initial release