/[smecontribs]/rpms/smeserver-usbdisksmanager/contribs9/smeserver-usbdisksmanager.spec
ViewVC logotype

Contents of /rpms/smeserver-usbdisksmanager/contribs9/smeserver-usbdisksmanager.spec

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.5 - (show annotations) (download)
Sat Mar 25 05:40:27 2017 UTC (7 years, 2 months ago) by unnilennium
Branch: MAIN
CVS Tags: smeserver-usbdisksmanager-1_2-5_el6_sme
Changes since 1.4: +8 -2 lines
* Sat Mar 25 2017 Jean-Philipe Pialasse <tests@pialasse.com> 1.2-5.sme
- fix mount does not work [SME: 8597]
- new default for mounting options

1 # $Id: smeserver-usbdisksmanager.spec,v 1.4 2017/03/24 22:02:56 unnilennium Exp $
2 # Authority: unnilennium
3 # Name: Jean-Philippe Pialasse
4
5 Summary: smeserver-usbdisksmanager
6 %define name smeserver-usbdisksmanager
7
8 # Variable representing installation directories:
9 %define installdir_usbdisksmanager /etc/e-smith/web/functions
10 %define installdir_usbdisks_sh /usr/sbin
11
12 Name: %{name}
13 %define version 1.2
14 %define release 5
15 Version: %{version}
16 Release: %{release}%{?dist}
17 License: GNU GPL version 2
18 Group: SMEserver/addon
19 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 BuildRoot: /var/tmp/e-smith-buildroot
24 BuildRequires: e-smith-devtools >= 1.13.1-03
25 BuildArchitectures: noarch
26 Requires: smeserver-release >= 8.0
27 AutoReqProv: no
28
29 %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
35 - fix multiple issues for SME9 [SME: 8597]
36
37 * Wed Mar 09 2016 JP Pialasse <tests@pialasse.com> 1.2-3.sme
38 - apply locale 2016-03-09 patch
39
40 * Fri Sep 25 2015 stephane de Labrusse <stephdl@de-labrusse.fr> 1.2-2.sme
41 - Initial release to contribs9
42
43 * Sun Jul 14 2013 JP Pialasse <tests@pialasse.com> 1.0-3.sme
44 - apply locale 2013-07-14 patch
45 * Tue Jun 26 2012 JP PIALASSE tests@pialasse.com 1.0-2.sme
46 - manager interface display fix [SME 6989]
47 - blkid cache removed for manager listing [SME 6990]
48 - Apply local 2012-06-26
49 * Sat Jun 16 2012 JP PIALASSE tests@pialasse.com 1.0-1.sme
50 - Initial version
51
52 %description
53 Web interface to manage removable hard drive, and auto mount to a point script
54
55 %prep
56 %setup
57 %patch0 -p1
58 %patch1 -p1
59 %patch2 -p1
60
61 %install
62
63 /bin/rm -rf $RPM_BUILD_ROOT
64 (cd root ; /usr/bin/find . -depth -print | /bin/cpio -dump $RPM_BUILD_ROOT)
65 /bin/rm -f %{name}-%{version}-filelist
66 /sbin/e-smith/genfilelist $RPM_BUILD_ROOT > %{name}-%{version}-filelist
67
68 %files -f %{name}-%{version}-filelist
69 %defattr(750,root,root)
70 %{installdir_usbdisks_sh}/usbdisks.sh
71 %defattr(4750,root,admin)
72 %{installdir_usbdisksmanager}/usbdisks
73
74 %clean
75 rm -rf $RPM_BUILD_ROOT
76

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed