/[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.4 - (show annotations) (download)
Fri Mar 24 22:02:56 2017 UTC (7 years, 2 months ago) by unnilennium
Branch: MAIN
CVS Tags: smeserver-usbdisksmanager-1_2-4_el6_sme
Changes since 1.3: +7 -4 lines
* Fri Mar 24 2017 Jean-Philipe Pialasse <tests@pialasse.com> 1.2-4.sme
- fix multiple issues for SME9 [SME: 8597]

1 # $Id: smeserver-usbdisksmanager.spec,v 1.3 2016/03/09 09:12:47 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 4
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 BuildRoot: /var/tmp/e-smith-buildroot
23 BuildRequires: e-smith-devtools >= 1.13.1-03
24 BuildArchitectures: noarch
25 Requires: smeserver-release >= 8.0
26 AutoReqProv: no
27
28 %changelog
29 * Fri Mar 24 2017 Jean-Philipe Pialasse <tests@pialasse.com> 1.2-4.sme
30 - fix multiple issues for SME9 [SME: 8597]
31
32 * Wed Mar 09 2016 JP Pialasse <tests@pialasse.com> 1.2-3.sme
33 - apply locale 2016-03-09 patch
34
35 * Fri Sep 25 2015 stephane de Labrusse <stephdl@de-labrusse.fr> 1.2-2.sme
36 - Initial release to contribs9
37
38 * Sun Jul 14 2013 JP Pialasse <tests@pialasse.com> 1.0-3.sme
39 - apply locale 2013-07-14 patch
40 * Tue Jun 26 2012 JP PIALASSE tests@pialasse.com 1.0-2.sme
41 - manager interface display fix [SME 6989]
42 - blkid cache removed for manager listing [SME 6990]
43 - Apply local 2012-06-26
44 * Sat Jun 16 2012 JP PIALASSE tests@pialasse.com 1.0-1.sme
45 - Initial version
46
47 %description
48 Web interface to manage removable hard drive, and auto mount to a point script
49
50 %prep
51 %setup
52 %patch0 -p1
53 %patch1 -p1
54
55 %install
56
57 /bin/rm -rf $RPM_BUILD_ROOT
58 (cd root ; /usr/bin/find . -depth -print | /bin/cpio -dump $RPM_BUILD_ROOT)
59 /bin/rm -f %{name}-%{version}-filelist
60 /sbin/e-smith/genfilelist $RPM_BUILD_ROOT > %{name}-%{version}-filelist
61
62 %files -f %{name}-%{version}-filelist
63 %defattr(750,root,root)
64 %{installdir_usbdisks_sh}/usbdisks.sh
65 %defattr(4750,root,admin)
66 %{installdir_usbdisksmanager}/usbdisks
67
68 %clean
69 rm -rf $RPM_BUILD_ROOT
70

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