1 |
# $Id: smeserver-usbdisksmanager.spec,v 1.7 2019/01/25 01:16:18 jpp Exp $ |
# $Id: smeserver-usbdisksmanager.spec,v 1.1 2020/10/29 19:30:02 brianr 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 7 |
%define release 8 |
15 |
Version: %{version} |
Version: %{version} |
16 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
17 |
License: GNU GPL version 2 |
License: GNU GPL version 2 |
21 |
Patch1: smeserver-usbdisksmanager-1.2-sme9fix.patch |
Patch1: smeserver-usbdisksmanager-1.2-sme9fix.patch |
22 |
Patch2: smeserver-usbdisksmanager-1.2-sme9fix2.patch |
Patch2: smeserver-usbdisksmanager-1.2-sme9fix2.patch |
23 |
Patch3: smeserver-usbdisksmanager-1.2-bz10294-tidy-options.patch |
Patch3: smeserver-usbdisksmanager-1.2-bz10294-tidy-options.patch |
24 |
|
Patch4: smeserver-usbdisksmanager-1.2-Add-link-in-createlinks-to-wrapper.patch |
25 |
|
|
26 |
BuildRoot: /var/tmp/e-smith-buildroot |
BuildRoot: /var/tmp/e-smith-buildroot |
27 |
BuildRequires: e-smith-devtools >= 1.13.1-03 |
BuildRequires: e-smith-devtools >= 1.13.1-03 |
28 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
30 |
AutoReqProv: no |
AutoReqProv: no |
31 |
|
|
32 |
%changelog |
%changelog |
33 |
|
* Thu Oct 29 2020 Brian Read <brianr@bjsystems.co.uk> 1.2-8.sme |
34 |
|
- Initial import into SME10 tree [SME: 11076] |
35 |
|
- Add link to wrapper in createlinks |
36 |
|
|
37 |
* Sun Jan 13 2019 Jean-Philipe Pialasse <tests@pialasse.com> 1.2-7.sme |
* Sun Jan 13 2019 Jean-Philipe Pialasse <tests@pialasse.com> 1.2-7.sme |
38 |
- tidy mount options to remove managed and pamconsole options [SME: 10294] |
- tidy mount options to remove managed and pamconsole options [SME: 10294] |
39 |
|
|
68 |
%patch1 -p1 |
%patch1 -p1 |
69 |
%patch2 -p1 |
%patch2 -p1 |
70 |
%patch3 -p1 |
%patch3 -p1 |
71 |
|
%patch4 -p1 |
72 |
|
|
73 |
|
%build |
74 |
|
perl createlinks |
75 |
|
|
76 |
%install |
%install |
77 |
|
|