[hunt] Spec cleanup.

Jon Ciesla limb at fedoraproject.org
Thu Mar 7 17:57:48 UTC 2013


commit 488a9f637fdadd3c7195d42f8b2c2c6716c5125e
Author: Jon Ciesla <limburgher at gmail.com>
Date:   Thu Mar 7 11:54:36 2013 -0600

    Spec cleanup.

 hunt.spec |   13 +++++++------
 1 files changed, 7 insertions(+), 6 deletions(-)
---
diff --git a/hunt.spec b/hunt.spec
index 9580f06..292f420 100644
--- a/hunt.spec
+++ b/hunt.spec
@@ -1,9 +1,7 @@
-%{!?release_func:%global release_func() %1%{?dist}}
-
 Summary:	Tool for demonstrating well known weaknesses in the TCP/IP protocol suite
 Name:		hunt
 Version:	1.5
-Release:	%release_func 15
+Release:	16%{?dist}
 License:	GPLv2
 Group:		Applications/Internet
 Source:		http://lin.fsid.cvut.cz/~kra/hunt/%name-%version.tgz
@@ -65,13 +63,16 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(-,root,root)
 %doc CHANGES COPYING README* TODO
-%doc %_mandir/*/*
-%_sbindir/*
-%_libdir/hunt
+%doc %{_mandir}/*/*
+%{_sbindir}/*
+%{_libdir}/hunt
 
 
 
 %changelog
+* Thu Feb 28 2013 Jon Ciesla <limburgher at gmail.com> - 1.5-16
+- Spec cleanup.
+
 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.5-15
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 


More information about the scm-commits mailing list