/[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.4 - (show annotations) (download)
Sat Apr 26 09:46:14 2008 UTC (16 years ago) by snetram
Branch: MAIN
Changes since 1.3: +7 -2 lines
* Sat Apr 26 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 0.2-6
- Apply 26 April 2008 locale patch

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

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