summaryrefslogtreecommitdiffstats
path: root/package/rpm/tsnif.spec
blob: 1357c59f2ab2d69ef30007043c4337eac3e63e67 (plain)
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
Name:		tsnif
Version:	0.1
Release:	1%{?dist}
Summary:	tsnif - terminal sniffer/logger/replayer
Group:		Environment/Shells
License:        GPLv3+
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root
URL:            http://people.redhat.com/jolsa/tsnif
Source:         http://people.redhat.com/jolsa/tsnif/dl/%{name}-%{version}.tar.bz2
BuildRequires:  autoconf

%description
tsnif - terminal sniffer/logger/replayer

%prep
%setup -q

%build
autoconf
%configure
make V=1

%install
rm -rf %{buildroot}
make install ROOTDIR=%{buildroot} V=1

%post -p /sbin/ldconfig

%postun -p /sbin/ldconfig

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root,-)
%doc README
%{_bindir}/tsnif
%{_bindir}/tsnif-replay

%changelog
* Tue Apr 06  2010 Jiri Olsa <jolsa@redhat.com> 0.1-1
- initial package