1 |
# $Id: smeserver-usbdisksmanager.spec,v 1.1 2012/06/16 16:55:19 slords Exp $ |
# $Id: smeserver-usbdisksmanager.spec,v 1.2 2012/06/27 04:30:20 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 2 |
%define release 3 |
15 |
Version: %{version} |
Version: %{version} |
16 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
17 |
License: GNU GPL version 2 |
License: GNU GPL version 2 |
24 |
AutoReqProv: no |
AutoReqProv: no |
25 |
Patch0: smeserver-usbdisksmanager-1.0-locale-2012-06-26.patch |
Patch0: smeserver-usbdisksmanager-1.0-locale-2012-06-26.patch |
26 |
Patch1: smeserver-usbdisksmanager-1.0-patch1.patch |
Patch1: smeserver-usbdisksmanager-1.0-patch1.patch |
27 |
|
Patch2: smeserver-usbdisksmanager-1.0-locale-2013-07-14.patch |
28 |
|
|
29 |
%changelog |
%changelog |
30 |
|
* Sun Jul 14 2013 JP Pialasse <tests@pialasse.com> 1.0-3.sme |
31 |
|
- apply locale 2013-07-14 patch |
32 |
* Tue Jun 26 2012 JP PIALASSE tests@pialasse.com 1.0-2.sme |
* Tue Jun 26 2012 JP PIALASSE tests@pialasse.com 1.0-2.sme |
33 |
- manager interface display fix [SME 6989] |
- manager interface display fix [SME 6989] |
34 |
- blkid cache removed for manager listing [SME 6990] |
- blkid cache removed for manager listing [SME 6990] |
43 |
%setup |
%setup |
44 |
%patch0 -p1 |
%patch0 -p1 |
45 |
%patch1 -p1 |
%patch1 -p1 |
46 |
|
%patch2 -p1 |
47 |
|
|
48 |
%install |
%install |
49 |
|
|