Summary: smeserver - check updates of external repositories %define name smeserver-check4updates Name: %{name} %define version 0.0.4 %define release 4 Version: %{version} Release: %{release}%{?dist} License: GPL Group: Networking/Daemons Source: %{name}-%{version}.tar.gz Patch0: smeserver-check4updates-0.0.4-Add-Update-event-to-createlinks.patch BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot Requires: e-smith-base Requires: smeserver-release >= 9 BuildRequires: e-smith-devtools BuildArchitectures: noarch %description A rpm to check updates of external repositories %changelog * Wed Mar 24 2021 Brian Read 0.0.4-4.sme - Add Update event to createlinks [SME: 11299] * Wed Mar 24 2021 BogusDateBot - Eliminated rpmbuild "bogus date" warnings due to inconsistent weekday, by assuming the date is correct and changing the weekday. * Sat Jan 02 2021 Brian Read 0.0.4-3.sme - Initial Import to SME10 [SME: 11299 ] * Sat Aug 22 2015 stephane de Labrusse 0.0.4-2.sme - Initial release to contribs9 * Sat Feb 21 2015 stephane de Labrusse 0.0.4-1.sme - Added the list of exclusion in the email * Wed Dec 24 2014 stephane de Labrusse 0.0.3-1.sme - Changed the db name check4update to check4updates * Tue Dec 9 2014 stephane de Labrusse 0.0.2-1.sme - Added an exclude list of rpm * Mon Dec 8 2014 stephane de Labrusse 0.0.1-1.sme - Initial release to sme9 %prep %setup %patch0 -p1 %build perl createlinks %install rm -rf $RPM_BUILD_ROOT (cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT) rm -f %{name}-%{version}-%{release}-filelist /sbin/e-smith/genfilelist \ --file /sbin/e-smith/check4repositoriesupdates 'attr(0750,root,root)' \ $RPM_BUILD_ROOT > %{name}-%{version}-%{release}-filelist echo "%doc COPYING" >> %{name}-%{version}-%{release}-filelist %postun %clean rm -rf $RPM_BUILD_ROOT %files -f %{name}-%{version}-%{release}-filelist %defattr(-,root,root)