1 |
Summary: SME server smbstatus |
2 |
%define name smeserver-smbstatus |
3 |
Name: %{name} |
4 |
%define version 1.2 |
5 |
%define release 2 |
6 |
Version: %{version} |
7 |
Release: %{release} |
8 |
#Copyright: Freely distributable |
9 |
Group: Apache/php/caching |
10 |
Source: %{name}-%{version}.tar.gz |
11 |
Patch0:smeserver-smbstatus-1.2-add-in-link-to-wrapper.patch |
12 |
|
13 |
License: GNU GPL version 2 |
14 |
Packager: Michel Van hees <michel@vanhees.cc> |
15 |
BuildRoot: /var/tmp/e-smith-buildroot |
16 |
BuildRequires: e-smith-devtools |
17 |
BuildArchitectures: noarch |
18 |
Requires: smeserver-release >= 8 |
19 |
AutoReqProv: no |
20 |
|
21 |
%changelog |
22 |
* Wed Oct 14 2020 BogusDateBot |
23 |
- Eliminated rpmbuild "bogus date" warnings due to inconsistent weekday, |
24 |
by assuming the date is correct and changing the weekday. |
25 |
Mon Mar 21 2006 --> Mon Mar 20 2006 or Tue Mar 21 2006 or Mon Mar 27 2006 or .... |
26 |
|
27 |
* Tue Oct 13 2020 Brian Read <brianr@bjsystems.co.uk> 1.2-2.sme |
28 |
- Initial import into SME10 tree [SME: 11037 |
29 |
- Add link to wrapper in createlinks] |
30 |
|
31 |
* Thu Sep 24 2015 stephane de Labrusse <stephdl@de-labrusse.fr> 1.2-1.sme |
32 |
- Initial release to contribs9 |
33 |
|
34 |
* Thu Sep 24 2015 stephane de Labrusse <stephdl@de-labrusse.fr> 1.0-7.sme |
35 |
- Initial release to contribs8 |
36 |
|
37 |
* Sat Feb 08 2014 Stephane de Labrusse <stephdl@de-labrusse.fr> smeserver-smbstatus-1.0-6 |
38 |
- change menu heading |
39 |
|
40 |
* Wed Feb 05 2014 Stephane de Labrusse <stephdl@de-labrusse.fr> smeserver-smbstatus-1.0-5 |
41 |
- adaptation to new build protocol |
42 |
|
43 |
* Mon Jan 07 2008 Michel Van hees <michel@vanhees.cc> |
44 |
- Thanks to Sylvain Gomez for his fix with french traduction |
45 |
|
46 |
* Tue Mar 21 2006 Michel Van hees <michel@vanhees.cc> |
47 |
Mon Mar 21 2006 --> Mon Mar 20 2006 or Tue Mar 21 2006 or Mon Mar 27 2006 or .... |
48 |
- start developpement |
49 |
|
50 |
%description |
51 |
Display samba status in server-manager |
52 |
|
53 |
%prep |
54 |
%setup |
55 |
%patch0 -p1 |
56 |
|
57 |
%build |
58 |
perl createlinks |
59 |
|
60 |
%install |
61 |
rm -rf $RPM_BUILD_ROOT |
62 |
(cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT) |
63 |
rm -f %{name}-%{version}-filelist |
64 |
/sbin/e-smith/genfilelist $RPM_BUILD_ROOT > %{name}-%{version}-filelist |
65 |
echo "%doc COPYING" >> %{name}-%{version}-filelist |
66 |
|
67 |
%clean |
68 |
rm -rf $RPM_BUILD_ROOT |
69 |
|
70 |
%pre |
71 |
%preun |
72 |
%post |
73 |
/etc/e-smith/events/actions/navigation-conf > /dev/null 2>&1 |
74 |
|
75 |
%postun |
76 |
/etc/e-smith/events/actions/navigation-conf > /dev/null 2>&1 |
77 |
|
78 |
%files -f %{name}-%{version}-filelist |
79 |
%defattr(-,root,root) |