[tcpreen] * Wed Jun 26 2013 Fabian Affolter <mail at fabian-affolter.ch> - 1.4.4-7 - Spec file updated

Fabian Affolter fab at fedoraproject.org
Thu Jun 27 12:36:07 UTC 2013


commit 0a05ea55a8440aa1731d9082f094f9dd7a46478b
Author: Fabian Affolter <mail at fabian-affolter.ch>
Date:   Thu Jun 27 14:35:50 2013 +0200

    * Wed Jun 26 2013 Fabian Affolter <mail at fabian-affolter.ch> - 1.4.4-7
    - Spec file updated

 tcpreen.spec |   20 ++++----------------
 1 files changed, 4 insertions(+), 16 deletions(-)
---
diff --git a/tcpreen.spec b/tcpreen.spec
index 53403a7..0e21253 100644
--- a/tcpreen.spec
+++ b/tcpreen.spec
@@ -1,19 +1,15 @@
 Name:           tcpreen
 Version:        1.4.4
-Release:        6%{?dist}
+Release:        7%{?dist}
 Summary:        A TCP/IP re-engineering and monitoring program
 
-Group:          Applications/Internet
 License:        GPLv2
 URL:            http://www.remlab.net/tcpreen/
 Source0:        http://www.remlab.net/files/tcpreen/stable/tcpreen-1.4.4.tar.bz2
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-
 
 BuildRequires:  libpcap-devel
 BuildRequires:  gettext
 
-
 %description
 TCPreen is a simple tool to monitor and analyze data transmitted between
 clients and servers through connection-oriented streams data such as a TCP
@@ -21,34 +17,26 @@ sessions; it supports TCP over either IPv4 or IPv6. This tool focuses on
 the data stream (software/socket layer), not on the lower level transmission
 protocol as packet sniffers do. 
 
-
 %prep
 %setup -q
 
-
 %build
 %configure
 make %{?_smp_mflags} CFLAGS="%{optflags}"
 
-
 %install
-rm -rf %{buildroot}
 make install DESTDIR=%{buildroot} INSTALL="install -p"
 %find_lang %{name}
 
-
-%clean
-rm -rf %{buildroot}
-
-
 %files -f %{name}.lang
-%defattr(-,root,root,-)
 %doc AUTHORS ChangeLog COPYING NEWS README THANKS TODO
 %{_mandir}/man*/*.*
 %{_bindir}/%{name}
 
-
 %changelog
+* Wed Jun 26 2013 Fabian Affolter <mail at fabian-affolter.ch> - 1.4.4-7
+- Spec file updated
+
 * Fri Feb 15 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.4.4-6
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 


More information about the scm-commits mailing list