1 |
# $Id: smeserver-usbdisksmanager.spec,v 1.3 2016/03/09 09:12:47 unnilennium Exp $ |
# $Id: smeserver-usbdisksmanager.spec,v 1.4 2017/03/24 22:02:56 unnilennium Exp $ |
2 |
# Authority: unnilennium |
# Authority: unnilennium |
3 |
# Name: Jean-Philippe Pialasse |
# Name: Jean-Philippe Pialasse |
4 |
|
|
11 |
|
|
12 |
Name: %{name} |
Name: %{name} |
13 |
%define version 1.2 |
%define version 1.2 |
14 |
%define release 4 |
%define release 5 |
15 |
Version: %{version} |
Version: %{version} |
16 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
17 |
License: GNU GPL version 2 |
License: GNU GPL version 2 |
19 |
Source: %{name}-%{version}.tar.gz |
Source: %{name}-%{version}.tar.gz |
20 |
Patch0: smeserver-usbdisksmanager-1.2-locale-2016-03-09.patch |
Patch0: smeserver-usbdisksmanager-1.2-locale-2016-03-09.patch |
21 |
Patch1: smeserver-usbdisksmanager-1.2-sme9fix.patch |
Patch1: smeserver-usbdisksmanager-1.2-sme9fix.patch |
22 |
|
Patch2: smeserver-usbdisksmanager-1.2-sme9fix2.patch |
23 |
BuildRoot: /var/tmp/e-smith-buildroot |
BuildRoot: /var/tmp/e-smith-buildroot |
24 |
BuildRequires: e-smith-devtools >= 1.13.1-03 |
BuildRequires: e-smith-devtools >= 1.13.1-03 |
25 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
27 |
AutoReqProv: no |
AutoReqProv: no |
28 |
|
|
29 |
%changelog |
%changelog |
30 |
|
* Sat Mar 25 2017 Jean-Philipe Pialasse <tests@pialasse.com> 1.2-5.sme |
31 |
|
- fix mount does not work [SME: 8597] |
32 |
|
- new default for mounting options |
33 |
|
|
34 |
* Fri Mar 24 2017 Jean-Philipe Pialasse <tests@pialasse.com> 1.2-4.sme |
* Fri Mar 24 2017 Jean-Philipe Pialasse <tests@pialasse.com> 1.2-4.sme |
35 |
- fix multiple issues for SME9 [SME: 8597] |
- fix multiple issues for SME9 [SME: 8597] |
36 |
|
|
56 |
%setup |
%setup |
57 |
%patch0 -p1 |
%patch0 -p1 |
58 |
%patch1 -p1 |
%patch1 -p1 |
59 |
|
%patch2 -p1 |
60 |
|
|
61 |
%install |
%install |
62 |
|
|