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

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

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


Revision 1.5 - (show annotations) (download)
Mon May 5 19:28:57 2008 UTC (16 years ago) by snetram
Branch: MAIN
Changes since 1.4: +7 -2 lines
* Mon May 5 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 0.2-7
- Apply 5 May 2008 locale patch

1 # $Id: smeserver-usbdisksmanager.spec,v 1.4 2008/04/26 09:46:14 snetram 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 0.2
14 %define release 7
15 Version: %{version}
16 Release: %{release}%{?dist}
17 License: GNU GPL version 2
18 Group: SMEserver/addon
19 Source: %{name}-%{version}.tgz
20 Patch0: smeserver-usbdisksmanager-0.2-removehelp.patch
21 Patch1: smeserver-usbdisksmanager-0.2-locale-2008-04-21.patch
22 Patch2: smeserver-usbdisksmanager-0.2-locale-2008-04-22.patch
23 Patch3: smeserver-usbdisksmanager-0.2-locale-2008-04-23.patch
24 Patch4: smeserver-usbdisksmanager-0.2-locale-2008-04-26.patch
25 Patch5: smeserver-usbdisksmanager-0.2-locale-2008-05-05.patch
26 BuildRoot: /var/tmp/e-smith-buildroot
27 BuildRequires: e-smith-devtools >= 1.13.1-03
28 BuildArchitectures: noarch
29
30 Requires: smeserver-release >= 7.0
31 AutoReqProv: no
32
33 %changelog
34 * Mon May 5 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 0.2-7
35 - Apply 5 May 2008 locale patch
36
37 * Sat Apr 26 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 0.2-6
38 - Apply 26 April 2008 locale patch
39
40 * Wed Apr 23 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 0.2-5
41 - Apply 23 April 2008 locale patch
42
43 * Tue Apr 22 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 0.2-4
44 - Apply 22 April 2008 locale patch
45
46 * Mon Apr 21 2008 Stephen Noble <support@dungog.net> 0.2-3
47 - smeserver-usbdisksmanager-0.2-locale-2008-04-21.patch
48
49 * Fri Apr 18 2008 Stephen Noble <support@dungog.net> 0.2-2
50 - remove help to wiki to simplify translations [SME 4208]
51
52 * Mon Apr 9 2007 JP PIALASSE tests@pialasse.com 0.2-0.5
53 - how to format your hard drive
54 - auto mount to media folder
55 - mount options for mount to can be set
56 - new Help section
57
58 %description
59 Web interface to manage removable hard drive, and auto mount to a point script
60
61 %prep
62 %setup
63 %patch0 -p1
64 %patch1 -p1
65 %patch2 -p1
66 %patch3 -p1
67 %patch4 -p1
68 %patch5 -p1
69
70 %install
71
72 /bin/rm -rf $RPM_BUILD_ROOT
73 (cd root ; /usr/bin/find . -depth -print | /bin/cpio -dump $RPM_BUILD_ROOT)
74 /bin/rm -f %{name}-%{version}-filelist
75 /sbin/e-smith/genfilelist $RPM_BUILD_ROOT > %{name}-%{version}-filelist
76
77 %files -f %{name}-%{version}-filelist
78 %defattr(750,root,root)
79 %{installdir_usbdisks_sh}/usbdisks.sh
80 %defattr(4750,root,admin)
81 %{installdir_usbdisksmanager}/usbdisks
82
83 %clean
84 rm -rf $RPM_BUILD_ROOT
85

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