1 |
# $Id: smeserver-usbdisksmanager.spec,v 1.25 2012/03/20 15:39:31 slords Exp $ |
# $Id: smeserver-usbdisksmanager.spec,v 1.3 2013/07/15 00:14: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.0 |
%define version 1.0 |
14 |
%define release 1 |
%define release 4 |
15 |
Version: %{version} |
Version: %{version} |
16 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
17 |
License: GNU GPL version 2 |
License: GNU GPL version 2 |
22 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
23 |
Requires: smeserver-release >= 8.0 |
Requires: smeserver-release >= 8.0 |
24 |
AutoReqProv: no |
AutoReqProv: no |
25 |
|
Patch0: smeserver-usbdisksmanager-1.0-locale-2012-06-26.patch |
26 |
|
Patch1: smeserver-usbdisksmanager-1.0-patch1.patch |
27 |
|
Patch2: smeserver-usbdisksmanager-1.0-locale-2013-07-14.patch |
28 |
|
Patch3: smeserver-usbdisksmanager-1.0-locale-2016-03-09.patch |
29 |
|
|
30 |
|
|
31 |
%changelog |
%changelog |
32 |
|
* Wed Mar 09 2016 JP Pialasse <tests@pialasse.com> 1.0-4.sme |
33 |
|
- apply locale 2016-03-09 patch |
34 |
|
|
35 |
|
* Sun Jul 14 2013 JP Pialasse <tests@pialasse.com> 1.0-3.sme |
36 |
|
- apply locale 2013-07-14 patch |
37 |
|
* Tue Jun 26 2012 JP PIALASSE tests@pialasse.com 1.0-2.sme |
38 |
|
- manager interface display fix [SME 6989] |
39 |
|
- blkid cache removed for manager listing [SME 6990] |
40 |
|
- Apply local 2012-06-26 |
41 |
* Sat Jun 16 2012 JP PIALASSE tests@pialasse.com 1.0-1.sme |
* Sat Jun 16 2012 JP PIALASSE tests@pialasse.com 1.0-1.sme |
42 |
- Initial version |
- Initial version |
43 |
|
|
46 |
|
|
47 |
%prep |
%prep |
48 |
%setup |
%setup |
49 |
|
%patch0 -p1 |
50 |
|
%patch1 -p1 |
51 |
|
%patch2 -p1 |
52 |
|
%patch3 -p1 |
53 |
|
|
54 |
|
|
55 |
%install |
%install |
56 |
|
|