File: lwatch.spec

package info (click to toggle)
lwatch 0.6.2-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 884 kB
  • sloc: sh: 4,420; ansic: 1,079; lex: 357; makefile: 57; lisp: 44
file content (44 lines) | stat: -rw-r--r-- 877 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
Name:		lwatch
Version:	0.5
Release:	1%{?dist}
Summary:	Colourizing a system logs for easier reading.

License:	GPL
URL:		http://sourceforge.net/projects/lwatch
Source0:	http://downloads.sourceforge.net/project/lwatch/lwatch/0.5/lwatch-0.5.tar.gz
BuildRoot:	%(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)

BuildRequires:	sed flex docbook-utils pcre-devel
Requires:	pcre

%description
Colourizing a system logs for easier reading.

%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 COPYING INSTALL NEWS README TODO ChangeLog
%{_bindir}/*
%{_mandir}/man?/%{name}*
%config(noreplace) %{_sysconfdir}/lwatch.conf

%changelog
* Thu Feb 04 2010 Soeren grunewald <soeren.grunewald@gmx.net> - 0.5-1
- Initial build