diff --git a/.cvsignore b/.cvsignore index e69de29..342aad3 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1 @@ +crun-0.1.1.tar.gz diff --git a/crun.spec b/crun.spec new file mode 100644 index 0000000..d3d5ab2 --- /dev/null +++ b/crun.spec @@ -0,0 +1,38 @@ +Name: crun +Version: 0.1.1 +Release: 1%{?dist} +Summary: Lightweight, easy to use, simpler cron-like tool + +Group: Applications/System +License: GPLv2+ +URL: http://code.google.com/p/koolkit/wiki/crun +Source0: http://koolkit.googlecode.com/files/%{name}-%{version}.tar.gz +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) + +%description +crun is a light weight, easy to use, simpler cron like tool. +It Executes a given program, a specified number of times, after a specified +time interval. + +%prep +%setup -q + +%build +%configure +make %{?_smp_mflags} + +%install +rm -rf $RPM_BUILD_ROOT +make install DESTDIR=$RPM_BUILD_ROOT + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(-,root,root,-) +%doc AUTHORS ChangeLog COPYING NEWS README +%{_bindir}/crun + +%changelog +* Fri Dec 11 2009 Damien Durand 0.1.1-1 +- Initial release diff --git a/import.log b/import.log new file mode 100644 index 0000000..a705c3b --- /dev/null +++ b/import.log @@ -0,0 +1 @@ +crun-0_1_1-1_fc13:HEAD:crun-0.1.1-1.fc13.src.rpm:1262807578 diff --git a/sources b/sources index e69de29..dfe7623 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +0865cb80e85afc598cab2ec5b4820c15 crun-0.1.1.tar.gz