Sophie

Sophie

distrib > Mageia > 7 > i586 > by-pkgid > 5b38737f6b149523362e2d60de4749c4 > files > 2

lockrun-1.1.3-3.mga7.src.rpm

Name:		lockrun
Summary:	Ensures that another instance of the same command is not already running
Version:	1.1.3
Release:	%mkrel 3
Group:		Development/C
License:	Public Domain
Url:		http://www.unixwiz.net/tools/lockrun.html
Source0:	lockrun-%{version}.tar.xz

%description
Lockrun serves as a protective wrapper around a given command, ensuring
that another instance of the same command is not already running.
It is especially useful for cron jobs which may occasionally overrun
the time slot.

%prep
%setup -q

%build
gcc %{optflags} lockrun.c %{ldflags} -o lockrun

%install
install -d %{buildroot}%{_bindir}
install -D %{name} %{buildroot}%{_bindir}

%files
%doc README LICENSE
%{_bindir}/%{name}


%changelog
* Sun Sep 23 2018 umeabot <umeabot> 1.1.3-3.mga7
  (not released yet)
+ Revision: 1299339
- Mageia 7 Mass Rebuild

* Fri Sep 15 2017 cjw <cjw> 1.1.3-2.mga7
+ Revision: 1154219
- use optflags and ldflags in build

* Sat Dec 19 2015 barjac <barjac> 1.1.3-1.mga6
+ Revision: 911803
- new version numbering to match source

* Wed Oct 15 2014 umeabot <umeabot> 0.4-3.mga5
+ Revision: 741282
- Second Mageia 5 Mass Rebuild

* Tue Sep 16 2014 umeabot <umeabot> 0.4-2.mga5
+ Revision: 681978
- Mageia 5 Mass Rebuild

* Fri May 02 2014 barjac <barjac> 0.4-1.mga5
+ Revision: 619517
- imported package lockrun