~ubuntu-branches/ubuntu/dapper/tcpreen/dapper

« back to all changes in this revision

Viewing changes to tcpreen.spec.in

  • Committer: Bazaar Package Importer
  • Author(s): Oliver Kurth
  • Date: 2003-03-04 23:19:35 UTC
  • Revision ID: james.westby@ubuntu.com-20030304231935-rlvnd0mv4be1n8rn
Tags: upstream-1.2.2
Import upstream version 1.2.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# @configure_input@
 
2
#
 
3
# RPM specfile for tcpreen
 
4
# $Id: tcpreen.spec.in,v 1.6 2003/02/20 13:47:18 rdenisc Exp $
 
5
#
 
6
# Process this file with ./config.status --file=tcpreen.spec
 
7
# once you have properly configured the source package.
 
8
 
 
9
%define name tcpreen
 
10
%define version @VERSION@
 
11
%define release 1
 
12
 
 
13
 
 
14
Name:           %{name}
 
15
Summary:        TCP/IP re-engineering and monitoring program
 
16
Version:        %{version}
 
17
Release:        %{release}
 
18
Packager:       R�mi Denis-Courmont <rdenis@simphalempin.com>
 
19
URL:            http://www.simphalempin.com/dev/tcpreen/
 
20
Source:         ftp://ftp.sourceforge.net/pub/sourceforge/%{name}/%{name}-%{version}.tar.bz2
 
21
 
 
22
License:        GPL
 
23
Group:          Monitoring
 
24
 
 
25
BuildRoot:      %{_tmppath}/%{name}-buildroot
 
26
 
 
27
 
 
28
%description
 
29
A tool to monitor and analyse data transmitted between a client and a server
 
30
via a TCP connection. This tool focuses on the data stream (software layer),
 
31
not on the lower level transmission protocol as packet sniffers do.
 
32
 
 
33
 
 
34
%prep
 
35
rm -Rf $RPM_BUILD_ROOT
 
36
%setup
 
37
 
 
38
 
 
39
%build
 
40
%serverbuild
 
41
%configure
 
42
%make
 
43
 
 
44
 
 
45
%install
 
46
#make install-strip DESTDIR=$RPM_BUILD_ROOT
 
47
%makeinstall
 
48
%find_lang %{name}
 
49
 
 
50
 
 
51
%clean
 
52
rm -rf $RPM_BUILD_ROOT
 
53
 
 
54
 
 
55
%files -f %{name}.lang
 
56
%defattr(-, root, root, 0755)
 
57
%doc ABOUT-NLS AUTHORS ChangeLog COPYING NEWS README THANKS TODO
 
58
%{_mandir}/man1/tcpreen.1*
 
59
%{_bindir}/tcpreen
 
60
 
 
61
 
 
62
%changelog
 
63
* Sun Mar 02 2003 R�mi Denis-Courmont <rdenis@simphalempin.com> 1.2.2-1
 
64
- removed package signature, replaced with md5sum
 
65
 
 
66
* Thu Feb 20 2003 R�mi Denis-Courmont <rdenis@simphalempin.com> 1.2.1-1
 
67
- removed confusing release name tag 'rdc' or 'mdk'
 
68
 
 
69
* Sun Jan 26 2003 R�mi Denis-Courmont <rdenis@simphalempin.com> 1.2.0-1
 
70
- use SourceForge FTP as a Source
 
71
 
 
72
* Thu Jan 02 2003 R�mi Denis-Courmont <rdenis@simphalempin.com> 1.1.3-1
 
73
- cosmetic changes
 
74
 
 
75
* Sun Dec 01 2002 R�mi Denis-Courmont <rdenis@simphalempin.com> 1.1.1-1
 
76
- added Packager tag
 
77
 
 
78
* Sat Sep 28 2002 R�mi Denis-Courmont <rdenis@simphalempin.com> 1.1.0-1
 
79
- spec file adaptation for Mandrake
 
80
 
 
81
* Wed Aug 07 2002 R�mi Denis-Courmont <rdenis@simphalempin.com>
 
82
- added man page
 
83
- ability to relocate the package at **configure** time
 
84
- added official URL for the package
 
85
 
 
86
* Tue Jul 30 2002 R�mi Denis-Courmont <rdenis@simphalempin.com>
 
87
- French translation table added
 
88
- specfile auto-updated by './configure'
 
89
- updated and improved description
 
90
- disabled relocatability (won't work with NLS)
 
91
 
 
92
* Mon Jul 22 2002 R�mi Denis-Courmont <rdenis@simphalempin.com>
 
93
- initial spec file
 
94