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

Paul Wouters (pwouters) fedora-extras-commits at redhat.com
Thu Jan 19 23:46:04 UTC 2006


Author: pwouters

Update of /cvs/extras/rpms/fetchlog/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14329/devel

Modified Files:
	.cvsignore sources 
Added Files:
	fetchlog.spec 
Log Message:
auto-import fetchlog-1.0-2 on branch devel from fetchlog-1.0-2.src.rpm


--- NEW FILE fetchlog.spec ---
Summary: The fetchlog utility displays the last new messages of a logfile
Name: fetchlog
Version: 1.0
Release: 2%{?dist}
License: GPL
Url: http://sourceforge.net/projects/%{name}/
Source: http://dl.sf.net/sourceforge/fetchlog/%{name}-%{version}.tar.gz
Group: Applications/System
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

%description
The fetchlog utility displays the last new messages of a logfile. It is
similar like tail (1) but offers some extra functionality for output
formatting. To show only the new messages appeared since the last call
fetchlog uses a bookmark to remember which messages have been fetched.

%prep
%setup -q 

%build
make %{?_smp_mflags}

%install
rm -rf %{buildroot}
install -d %{buildroot}/%{_bindir}
install -d %{buildroot}/%{_mandir}/man1
install -m755 %{name} %{buildroot}/%{_bindir}
install -m644 %{name}.1 %{buildroot}/%{_mandir}/man1

%clean
rm -rf %{buildroot}

%files 
%defattr(-,root,root)
%{_bindir}/%{name}
%doc CHANGES LICENSE README README.Nagios README.SNMP
%{_mandir}/*/*

%changelog
* Mon Jan 17 2006 Paul Wouters <paul at xelerance.com> 1.0-2
- Fixed install target for man page and cleaning before install

* Mon Jan 16 2006 Paul Wouters <paul at xelerance.com> 1.0-1
- Initial version for Fedora Extras


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/fetchlog/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	19 Jan 2006 23:45:15 -0000	1.1
+++ .cvsignore	19 Jan 2006 23:46:04 -0000	1.2
@@ -0,0 +1 @@
+fetchlog-1.0.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/fetchlog/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	19 Jan 2006 23:45:15 -0000	1.1
+++ sources	19 Jan 2006 23:46:04 -0000	1.2
@@ -0,0 +1 @@
+e2ef0a076d1901c489c953fe48e1b2a9  fetchlog-1.0.tar.gz




More information about the fedora-extras-commits mailing list