Blob Blame History Raw
Name:		since
Version:	1.1
Release:	3%{?dist}
Summary:	Stateful tail replacement

Group:		Applications/File
License:	GPLv3+
URL:		http://welz.org.za/projects/%{name}
Source0:	http://welz.org.za/projects/%{name}/%{name}-%{version}.tar.gz

%description
Since is a Unix utility similar to tail. Unlike tail, since only shows
the lines appended since the last time. It is useful to monitor
growing log files.

%prep
%setup -q

%build
make CFLAGS='%{optflags} -DVERSION=\"%{version}\"' %{?_smp_mflags}

%install
make install prefix=$RPM_BUILD_ROOT/%{_prefix} INSTALL='install -Dp'
chmod 644 $RPM_BUILD_ROOT/%{_mandir}/man1/%{name}.1

%files
%defattr(-,root,root,-)
%{_bindir}/%{name}
%doc COPYING README
%{_mandir}/man1/%{name}.1*

%changelog
* Mon Dec 31 2011 Sven Lankes <sven@lank.es> - 1.1-3
- Review fixes

* Thu Nov 18 2010 Sven Lankes <sven@lank.es> - 1.1-2
- Make rpmlint spellcheck happy
- remove %%clean section

* Thu Nov 18 2010 Sven Lankes <sven@lank.es> - 1.1-1
- Initial package