rpms/hunt/devel hunt.spec,1.5,1.6

Matthias Saou (thias) fedora-extras-commits at redhat.com
Thu Mar 3 21:46:23 UTC 2005


Author: thias

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

Modified Files:
	hunt.spec 
Log Message:
Mass letter "h" and "i" update, one or more apply :
- Drop epoch: 0
- Remove %{epoch} requirements in sub-packages
- Remove trailing white spaces
- Keep consistent between spaces and tabs



Index: hunt.spec
===================================================================
RCS file: /cvs/extras/rpms/hunt/devel/hunt.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- hunt.spec	3 Mar 2005 13:44:44 -0000	1.5
+++ hunt.spec	3 Mar 2005 21:46:21 -0000	1.6
@@ -1,12 +1,11 @@
-## $Id$
+# $Id$
 
 %{!?release_func:%define release_func() %1%{?disttag}}
 
-Summary:	A tool for demonstrating well known weaknesses in the TCP/IP protocol suite.
+Summary:	Tool for demonstrating well known weaknesses in the TCP/IP protocol suite
 Name:		hunt
 Version:	1.5
 Release:	%release_func 3
-Epoch:		0
 License:	GPL
 Group:		Applications/Internet
 Source:		http://lin.fsid.cvut.cz/~kra/hunt/%{name}-%{version}.tgz
@@ -44,7 +43,7 @@
 
 
 %build
-%{__make} %{?_smp_mflags} all CFLAGS="$RPM_OPT_FLAGS -D_REENTRANT" 
+%{__make} %{?_smp_mflags} all CFLAGS="$RPM_OPT_FLAGS -D_REENTRANT"
 
 
 %install
@@ -52,7 +51,7 @@
 
 %{__install} -d $RPM_BUILD_ROOT%{_sbindir} $RPM_BUILD_ROOT%{_mandir}/man1 \
                 $RPM_BUILD_ROOT%{_libdir}/%{name}
-		
+
 %{__install} -p hunt          $RPM_BUILD_ROOT%{_sbindir}/
 %{__install} -p tpsetup/*     $RPM_BUILD_ROOT%{_libdir}/%{name}/
 %{__install} -p -m644 man/*.1 $RPM_BUILD_ROOT%{_mandir}/man1/
@@ -93,7 +92,7 @@
 
 * Wed Jun  6 2001 Enrico Scholz <enrico.scholz at informatik.tu-chemnitz.de>
 - added %defattr(-,root,root)
- 
+
 * Fri Jun  1 2001 Enrico Scholz <enrico.scholz at informatik.tu-chemnitz.de>
 - typo
 




More information about the fedora-extras-commits mailing list