rpms/crun/F-12 crun.spec, NONE, 1.1 import.log, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Damien Durand splinux at fedoraproject.org
Wed Jan 6 20:31:16 UTC 2010


Author: splinux

Update of /cvs/pkgs/rpms/crun/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv10091/F-12

Modified Files:
	.cvsignore sources 
Added Files:
	crun.spec import.log 
Log Message:



--- NEW FILE crun.spec ---
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 <splinux at fedoraproject.org> 0.1.1-1
- Initial release


--- NEW FILE import.log ---
crun-0_1_1-1_fc13:F-12:crun-0.1.1-1.fc13.src.rpm:1262809697


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/crun/F-12/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	23 Dec 2009 19:43:34 -0000	1.1
+++ .cvsignore	6 Jan 2010 20:31:15 -0000	1.2
@@ -0,0 +1 @@
+crun-0.1.1.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/crun/F-12/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	23 Dec 2009 19:43:34 -0000	1.1
+++ sources	6 Jan 2010 20:31:15 -0000	1.2
@@ -0,0 +1 @@
+0865cb80e85afc598cab2ec5b4820c15  crun-0.1.1.tar.gz




More information about the fedora-extras-commits mailing list