1 |
stephdl |
1.1 |
Summary: SME server smbstatus |
2 |
|
|
%define name smeserver-smbstatus |
3 |
|
|
Name: %{name} |
4 |
|
|
%define version 1.0 |
5 |
|
|
%define release 7 |
6 |
|
|
Version: %{version} |
7 |
|
|
Release: %{release} |
8 |
|
|
#Copyright: Freely distributable |
9 |
|
|
Group: Apache/php/caching |
10 |
|
|
Source: %{name}-%{version}.tar.gz |
11 |
|
|
#Patch0: XXX.YYYYY.ZZZZZ |
12 |
|
|
License: GNU GPL version 2 |
13 |
|
|
Packager: Michel Van hees <michel@vanhees.cc> |
14 |
|
|
BuildRoot: /var/tmp/e-smith-buildroot |
15 |
|
|
BuildRequires: e-smith-devtools |
16 |
|
|
BuildArchitectures: noarch |
17 |
|
|
Requires: smeserver-release >= 8 |
18 |
|
|
AutoReqProv: no |
19 |
|
|
|
20 |
|
|
%changelog |
21 |
|
|
* Thu Sep 24 2015 stephane de Labrusse <stephdl@de-labrusse.fr> 1.0-7.sme |
22 |
|
|
- Initial release to contribs8 |
23 |
|
|
|
24 |
|
|
* Sat Feb 08 2014 Stephane de Labrusse <stephdl@de-labrusse.fr> smeserver-smbstatus-1.0-6 |
25 |
|
|
- change menu heading |
26 |
|
|
|
27 |
|
|
* Wed Feb 05 2014 Stephane de Labrusse <stephdl@de-labrusse.fr> smeserver-smbstatus-1.0-5 |
28 |
|
|
- adaptation to new build protocol |
29 |
|
|
|
30 |
|
|
* Mon Jan 07 2008 Michel Van hees <michel@vanhees.cc> |
31 |
|
|
- Thanks to Sylvain Gomez for his fix with french traduction |
32 |
|
|
|
33 |
|
|
* Mon Mar 21 2006 Michel Van hees <michel@vanhees.cc> |
34 |
|
|
- start developpement |
35 |
|
|
|
36 |
|
|
%description |
37 |
|
|
Display samba status in server-manager |
38 |
|
|
|
39 |
|
|
%prep |
40 |
|
|
%setup |
41 |
|
|
#%patch0 -p1 |
42 |
|
|
#%patch1 -p1 |
43 |
|
|
|
44 |
|
|
%build |
45 |
|
|
perl createlinks |
46 |
|
|
|
47 |
|
|
%install |
48 |
|
|
rm -rf $RPM_BUILD_ROOT |
49 |
|
|
(cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT) |
50 |
|
|
rm -f %{name}-%{version}-filelist |
51 |
|
|
/sbin/e-smith/genfilelist $RPM_BUILD_ROOT > %{name}-%{version}-filelist |
52 |
|
|
echo "%doc COPYING" >> %{name}-%{version}-filelist |
53 |
|
|
|
54 |
|
|
%clean |
55 |
|
|
rm -rf $RPM_BUILD_ROOT |
56 |
|
|
|
57 |
|
|
%pre |
58 |
|
|
%preun |
59 |
|
|
%post |
60 |
|
|
/etc/e-smith/events/actions/navigation-conf > /dev/null 2>&1 |
61 |
|
|
|
62 |
|
|
%postun |
63 |
|
|
/etc/e-smith/events/actions/navigation-conf > /dev/null 2>&1 |
64 |
|
|
|
65 |
|
|
%files -f %{name}-%{version}-filelist |
66 |
|
|
%defattr(-,root,root) |