1 |
# $Id: smeserver-usbdisksmanager.spec,v 1.3 2013/07/15 00:14:27 unnilennium Exp $ |
# $Id: smeserver-usbdisksmanager.spec,v 1.5 2017/03/25 05:40:27 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 1 |
%define release 6 |
15 |
Version: %{version} |
Version: %{version} |
16 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
17 |
License: GNU GPL version 2 |
License: GNU GPL version 2 |
18 |
Group: SMEserver/addon |
Group: SMEserver/addon |
19 |
Source: %{name}-%{version}.tgz |
Source: %{name}-%{version}.tar.gz |
20 |
|
Patch0: smeserver-usbdisksmanager-1.2-locale-2016-03-09.patch |
21 |
|
Patch1: smeserver-usbdisksmanager-1.2-sme9fix.patch |
22 |
|
Patch2: smeserver-usbdisksmanager-1.2-sme9fix2.patch |
23 |
|
Patch3: smeserver-usbdisksmanager-1.2-bz10294-tidy-options.patch |
24 |
BuildRoot: /var/tmp/e-smith-buildroot |
BuildRoot: /var/tmp/e-smith-buildroot |
25 |
BuildRequires: e-smith-devtools >= 1.13.1-03 |
BuildRequires: e-smith-devtools >= 1.13.1-03 |
26 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
28 |
AutoReqProv: no |
AutoReqProv: no |
29 |
|
|
30 |
%changelog |
%changelog |
31 |
* Fri Sep 25 2015 stephane de Labrusse <stephdl@de-labrusse.fr> 1.2-1.sme |
* Sun Jan 13 2019 Jean-Philipe Pialasse <tests@pialasse.com> 1.2-6.sme |
32 |
|
- tidy mount options to remove managed and pamconsole options [SME: 10294] |
33 |
|
|
34 |
|
* Sat Mar 25 2017 Jean-Philipe Pialasse <tests@pialasse.com> 1.2-5.sme |
35 |
|
- fix mount does not work [SME: 8597] |
36 |
|
- new default for mounting options |
37 |
|
|
38 |
|
* Fri Mar 24 2017 Jean-Philipe Pialasse <tests@pialasse.com> 1.2-4.sme |
39 |
|
- fix multiple issues for SME9 [SME: 8597] |
40 |
|
|
41 |
|
* Wed Mar 09 2016 JP Pialasse <tests@pialasse.com> 1.2-3.sme |
42 |
|
- apply locale 2016-03-09 patch |
43 |
|
|
44 |
|
* Fri Sep 25 2015 stephane de Labrusse <stephdl@de-labrusse.fr> 1.2-2.sme |
45 |
- Initial release to contribs9 |
- Initial release to contribs9 |
46 |
|
|
47 |
* Sun Jul 14 2013 JP Pialasse <tests@pialasse.com> 1.0-3.sme |
* Sun Jul 14 2013 JP Pialasse <tests@pialasse.com> 1.0-3.sme |
58 |
|
|
59 |
%prep |
%prep |
60 |
%setup |
%setup |
61 |
|
%patch0 -p1 |
62 |
|
%patch1 -p1 |
63 |
|
%patch2 -p1 |
64 |
|
%patch3 -p1 |
65 |
|
|
66 |
%install |
%install |
67 |
|
|