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