1 |
brianr |
1.1 |
Summary: SME server smbstatus |
2 |
|
|
%define name smeserver-smbstatus |
3 |
|
|
Name: %{name} |
4 |
|
|
%define version 1.2 |
5 |
|
|
%define release 1 |
6 |
|
|
Version: %{version} |
7 |
|
|
Release: %{release} |
8 |
|
|
#Copyright: Freely distributable |
9 |
|
|
Group: Apache/php/caching |
10 |
|
|
Source: %{name}-%{version}.tar.gz |
11 |
|
|
License: GNU GPL version 2 |
12 |
|
|
Packager: Michel Van hees <michel@vanhees.cc> |
13 |
|
|
BuildRoot: /var/tmp/e-smith-buildroot |
14 |
|
|
BuildRequires: e-smith-devtools |
15 |
|
|
BuildArchitectures: noarch |
16 |
|
|
Requires: smeserver-release >= 8 |
17 |
|
|
AutoReqProv: no |
18 |
|
|
|
19 |
|
|
%changelog |
20 |
|
|
* Thu Sep 24 2015 stephane de Labrusse <stephdl@de-labrusse.fr> 1.2-1.sme |
21 |
|
|
- Initial release to contribs9 |
22 |
|
|
|
23 |
|
|
* Thu Sep 24 2015 stephane de Labrusse <stephdl@de-labrusse.fr> 1.0-7.sme |
24 |
|
|
- Initial release to contribs8 |
25 |
|
|
|
26 |
|
|
* Sat Feb 08 2014 Stephane de Labrusse <stephdl@de-labrusse.fr> smeserver-smbstatus-1.0-6 |
27 |
|
|
- change menu heading |
28 |
|
|
|
29 |
|
|
* Wed Feb 05 2014 Stephane de Labrusse <stephdl@de-labrusse.fr> smeserver-smbstatus-1.0-5 |
30 |
|
|
- adaptation to new build protocol |
31 |
|
|
|
32 |
|
|
* Mon Jan 07 2008 Michel Van hees <michel@vanhees.cc> |
33 |
|
|
- Thanks to Sylvain Gomez for his fix with french traduction |
34 |
|
|
|
35 |
|
|
* Mon Mar 21 2006 Michel Van hees <michel@vanhees.cc> |
36 |
|
|
- start developpement |
37 |
|
|
|
38 |
|
|
%description |
39 |
|
|
Display samba status in server-manager |
40 |
|
|
|
41 |
|
|
%prep |
42 |
|
|
%setup |
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) |