2 |
%define name smeserver-smbstatus |
%define name smeserver-smbstatus |
3 |
Name: %{name} |
Name: %{name} |
4 |
%define version 1.2 |
%define version 1.2 |
5 |
%define release 2 |
%define release 3 |
6 |
Version: %{version} |
Version: %{version} |
7 |
Release: %{release} |
Release: %{release} |
8 |
#Copyright: Freely distributable |
#Copyright: Freely distributable |
9 |
Group: Apache/php/caching |
Group: Apache/php/caching |
10 |
Source: %{name}-%{version}.tar.gz |
Source: %{name}-%{version}.tar.gz |
11 |
Patch0:smeserver-smbstatus-1.2-add-in-link-to-wrapper.patch |
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 |
License: GNU GPL version 2 |
15 |
Packager: Michel Van hees <michel@vanhees.cc> |
Packager: Michel Van hees <michel@vanhees.cc> |
20 |
AutoReqProv: no |
AutoReqProv: no |
21 |
|
|
22 |
%changelog |
%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 |
* Wed Oct 14 2020 BogusDateBot |
31 |
- Eliminated rpmbuild "bogus date" warnings due to inconsistent weekday, |
- Eliminated rpmbuild "bogus date" warnings due to inconsistent weekday, |
32 |
by assuming the date is correct and changing the weekday. |
by assuming the date is correct and changing the weekday. |
61 |
%prep |
%prep |
62 |
%setup |
%setup |
63 |
%patch0 -p1 |
%patch0 -p1 |
64 |
|
%patch1 -p1 |
65 |
|
|
66 |
%build |
%build |
67 |
perl createlinks |
perl createlinks |