Summary: SME server smbstatus %define name smeserver-smbstatus Name: %{name} %define version 1.2 %define release 3 Version: %{version} Release: %{release} #Copyright: Freely distributable Group: Apache/php/caching Source: %{name}-%{version}.tar.gz Patch0:smeserver-smbstatus-1.2-add-in-link-to-wrapper.patch Patch1:smeserver-smbstatus-1.2-Add-Update-event-to-createlinks.patch License: GNU GPL version 2 Packager: Michel Van hees BuildRoot: /var/tmp/e-smith-buildroot BuildRequires: e-smith-devtools BuildArchitectures: noarch Requires: smeserver-release >= 8 AutoReqProv: no %changelog * Sun Mar 28 2021 Brian Read 1.2-3.sme - Add Update event to createlinks [SME: 11037] * Sun Mar 28 2021 BogusDateBot - Eliminated rpmbuild "bogus date" warnings due to inconsistent weekday, by assuming the date is correct and changing the weekday. * Wed Oct 14 2020 BogusDateBot - Eliminated rpmbuild "bogus date" warnings due to inconsistent weekday, by assuming the date is correct and changing the weekday. Mon Mar 21 2006 --> Mon Mar 20 2006 or Tue Mar 21 2006 or Mon Mar 27 2006 or .... * Tue Oct 13 2020 Brian Read 1.2-2.sme - Initial import into SME10 tree [SME: 11037 - Add link to wrapper in createlinks] * Thu Sep 24 2015 stephane de Labrusse 1.2-1.sme - Initial release to contribs9 * Thu Sep 24 2015 stephane de Labrusse 1.0-7.sme - Initial release to contribs8 * Sat Feb 08 2014 Stephane de Labrusse smeserver-smbstatus-1.0-6 - change menu heading * Wed Feb 05 2014 Stephane de Labrusse smeserver-smbstatus-1.0-5 - adaptation to new build protocol * Mon Jan 07 2008 Michel Van hees - Thanks to Sylvain Gomez for his fix with french traduction * Tue Mar 21 2006 Michel Van hees Mon Mar 21 2006 --> Mon Mar 20 2006 or Tue Mar 21 2006 or Mon Mar 27 2006 or .... - start developpement %description Display samba status in server-manager %prep %setup %patch0 -p1 %patch1 -p1 %build perl createlinks %install rm -rf $RPM_BUILD_ROOT (cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT) rm -f %{name}-%{version}-filelist /sbin/e-smith/genfilelist $RPM_BUILD_ROOT > %{name}-%{version}-filelist echo "%doc COPYING" >> %{name}-%{version}-filelist %clean rm -rf $RPM_BUILD_ROOT %pre %preun %post /etc/e-smith/events/actions/navigation-conf > /dev/null 2>&1 %postun /etc/e-smith/events/actions/navigation-conf > /dev/null 2>&1 %files -f %{name}-%{version}-filelist %defattr(-,root,root)