[raddump] * Sat Nov 10 2012 Fabian Affolter <mail at fabian-affolter.ch> - 0.3.1-9 - Updated to match new guideli

Fabian Affolter fab at fedoraproject.org
Sat Nov 10 16:12:03 UTC 2012


commit aa92a9132b818a5f4537d90adfc1f33b621c47dd
Author: Fabian Affolter <mail at fabian-affolter.ch>
Date:   Sat Nov 10 17:11:53 2012 +0100

    * Sat Nov 10 2012 Fabian Affolter <mail at fabian-affolter.ch> - 0.3.1-9
    - Updated to match new guidelines

 raddump.spec |   18 ++++--------------
 1 files changed, 4 insertions(+), 14 deletions(-)
---
diff --git a/raddump.spec b/raddump.spec
index fb2818d..4ca11eb 100644
--- a/raddump.spec
+++ b/raddump.spec
@@ -1,49 +1,39 @@
 Name:           raddump
 Version:        0.3.1
-Release:        8%{?dist}
+Release:        9%{?dist}
 Summary:        RADIUS packets interpreter
 
 Group:          Applications/Internet
 License:        GPLv2+
 URL:            http://sourceforge.net/projects/raddump
 Source0:        http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  libpcap-devel
 
-
 %description
 raddump interprets captured RADIUS packets to print a timestamp, packet
 length, RADIUS packet type, source and destination hosts and ports, and
 included attribute names and values for each packet. 
 
-
 %prep
 %setup -q
 
-
 %build
 %configure
 make %{?_smp_mflags} 
 
-
 %install
-rm -rf %{buildroot}
 make install DESTDIR=%{buildroot} INSTALL="install -p"
 
-
-%clean
-rm -rf %{buildroot}
-
-
 %files
-%defattr(-,root,root,-)
 %doc AUTHORS ChangeLog COPYING CREDITS README TODO
 %{_mandir}/man?/%{name}.*
 %{_bindir}/%{name}
 
-
 %changelog
+* Sat Nov 10 2012 Fabian Affolter <mail at fabian-affolter.ch> - 0.3.1-9
+- Updated to match new guidelines
+
 * Sat Jul 21 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.3.1-8
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 


More information about the scm-commits mailing list