1 |
# $Id: e-smith-grub.spec,v 1.4 2016/03/18 14:10:42 unnilennium Exp $ |
# $Id: e-smith-grub.spec,v 1.5 2016/06/14 19:08:35 stephdl Exp $ |
2 |
|
|
3 |
Summary: e-smith module to configure grub2 |
Summary: e-smith module to configure grub2 |
4 |
%define name e-smith-grub |
%define name e-smith-grub |
5 |
Name: %{name} |
Name: %{name} |
6 |
%define version 2.6.0 |
%define version 2.6.1 |
7 |
%define release 4 |
%define release 1 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: GPL |
License: GPL |
11 |
Group: Networking/Daemons |
Group: Networking/Daemons |
12 |
Source: %{name}-%{version}.tar.xz |
Source: %{name}-%{version}.tar.xz |
13 |
Source1: smeserver.xpm.gz |
Source1: smeserver10.png |
|
Source2: smeserver10.png |
|
|
Patch0: e-smith-grub-2.6.0.grub2adaptation.patch |
|
14 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
15 |
BuildRequires: e-smith-devtools |
BuildRequires: e-smith-devtools |
16 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
23 |
AutoReqProv: no |
AutoReqProv: no |
24 |
|
|
25 |
%changelog |
%changelog |
26 |
|
* Wed Jun 15 2016 stephane de Labrusse <stephdl@de-labrusse.fr> 2.6.0-4.sme |
27 |
|
- New source [SME: 9321] |
28 |
|
|
29 |
* Tue Jun 14 2016 stephane de Labrusse <stephdl@de-labrusse.fr> 2.6.0-4.sme |
* Tue Jun 14 2016 stephane de Labrusse <stephdl@de-labrusse.fr> 2.6.0-4.sme |
30 |
- Adaptation to grub2 [SME: 9321] |
- Adaptation to grub2 [SME: 9321] |
31 |
|
|
200 |
|
|
201 |
%prep |
%prep |
202 |
%setup |
%setup |
|
%patch0 -p1 |
|
|
|
|
203 |
cp %{SOURCE1} root/boot/grub |
cp %{SOURCE1} root/boot/grub |
|
cp %{SOURCE2} root/boot/grub |
|
204 |
|
|
205 |
%build |
%build |
206 |
perl createlinks |
perl createlinks |