rpms/hatools/devel hatools.spec, NONE, 1.1 import.log, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Oliver Falk oliver at fedoraproject.org
Tue Feb 3 15:35:56 UTC 2009


Author: oliver

Update of /cvs/pkgs/rpms/hatools/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv8607/devel

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



--- NEW FILE hatools.spec ---
Name:		hatools
Version:	2.00
Release:	1%{?dist}
Summary:	Improved shell scripting in High Availability environment

Group:		System Environment/Base
License:	GPLv2+
URL:		http://fatalmind.com/software/hatools/
Source0:	http://fatalmind.com/software/%{name}/%{name}-%{version}.tar.gz
BuildRoot:	%(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)

%description
The HA-Tools provide some programs to improve shell scripting in a High
Availability environment.

The halockrun program provides a simple and reliable way to implement a locking
in shell scripts. A typical usage for halockrun is to prevent cronjobs to run
simultanously. halockrun uses a lock on a file via fcntl(2) which ensures the
release of the lock even if the process gets killed via SIGKILL.

The hatimerun program provides a time-out mechanism which can be used from
shell scripts. 

%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}/*
%{_mandir}/*/*

%changelog
* Thu Jan 29 2009 Oliver Falk <oliver at linux-kernel.at>	- 2.00-1
- Initial specfile


--- NEW FILE import.log ---
hatools-2_00-1_fc10:HEAD:hatools-2.00-1.fc10.src.rpm:1233675266


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/hatools/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	3 Feb 2009 04:09:44 -0000	1.1
+++ .cvsignore	3 Feb 2009 15:35:25 -0000	1.2
@@ -0,0 +1 @@
+hatools-2.00.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/hatools/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	3 Feb 2009 04:09:44 -0000	1.1
+++ sources	3 Feb 2009 15:35:25 -0000	1.2
@@ -0,0 +1 @@
+ba137a37f6725076c7d2c729cbccf4a5  hatools-2.00.tar.gz




More information about the fedora-extras-commits mailing list