rpms/inotail/devel inotail.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Jesse Keating (jkeating) fedora-extras-commits at redhat.com
Fri Dec 7 21:14:57 UTC 2007


Author: jkeating

Update of /cvs/pkgs/rpms/inotail/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24703/devel

Modified Files:
	.cvsignore sources 
Added Files:
	inotail.spec 
Log Message:
Initial import



--- NEW FILE inotail.spec ---
# spec based on work by Florin Andrei

Name: inotail
Summary:  An inotify-enabled tail replacement
Version: 0.5
Release: 3%{?dist}
License: GPLv2
Group: Applications/System
URL: http://distanz.ch/inotail/
Source0: http://distanz.ch/inotail/%{name}-%{version}.tar.bz2
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

%description 
inotail is a replacement for the 'tail' program found in the base
installation of every Linux/UNIX system. It makes use of the inotify
infrastructure in recent versions of the Linux kernel to speed up
tailing files in the follow mode (the '-f' option). Standard tail polls
the file every second by default while inotail listens to special events
sent by the kernel through the inotify API to determine whether a file
needs to be reread.

%prep 
%setup -q

%build 
CFLAGS="%{optflags}" make %{?_smp_mflags}

%install 
rm -fr %{buildroot}
make install DESTDIR=%{buildroot} MANDIR=%{buildroot}%{_mandir}/man1 prefix=%{buildroot}/usr
chmod 0755 %{buildroot}/usr/bin/inotail

%clean 
rm -fr %{buildroot}

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

%changelog
* Thu Dec 06 2007 Jesse Keating <jkeating at redhat.com> - 0.5-3
- Add our standard cflags to the compile set

* Wed Dec 05 2007 Jesse Keating <jkeating at redhat.com> - 0.5-2
- Update for Fedora packaging guidelines
- Clarify the license

* Wed Dec 05 2007 Florin Andrei <florin at andrei.myip.org>
- v 0.5-1


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/inotail/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	6 Dec 2007 21:05:11 -0000	1.1
+++ .cvsignore	7 Dec 2007 21:14:23 -0000	1.2
@@ -0,0 +1 @@
+inotail-0.5.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/inotail/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	6 Dec 2007 21:05:11 -0000	1.1
+++ sources	7 Dec 2007 21:14:23 -0000	1.2
@@ -0,0 +1 @@
+82d4d05f86d6069e95c4b73e4004f15f  inotail-0.5.tar.bz2




More information about the fedora-extras-commits mailing list