[ath_info] Current SVN. Fixes only one bug: suppress debug prints without -v.

Michal Schmidt michich at fedoraproject.org
Thu Feb 14 09:16:51 UTC 2013


commit 31c3a6dd2de72176c50435da3a445177bd5b9ff2
Author: Michal Schmidt <mschmidt at redhat.com>
Date:   Thu Feb 14 10:13:30 2013 +0100

    Current SVN. Fixes only one bug: suppress debug prints without -v.
    
    - Modernize spec file.

 .gitignore    |    1 +
 ath_info.spec |   21 +++++++++------------
 sources       |    2 +-
 3 files changed, 11 insertions(+), 13 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 72f5b7a..17f0694 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 ath_info-20100708.tar.xz
+/ath_info-20130214.tar.xz
diff --git a/ath_info.spec b/ath_info.spec
index 29d5e28..032c088 100644
--- a/ath_info.spec
+++ b/ath_info.spec
@@ -1,16 +1,14 @@
 Name:		ath_info
 Version:	0
-Release:	0.6.20100708svn%{?dist}
+Release:	0.7.20130214svn%{?dist}
 Summary:	Tool to get detailed information from Atheros WLAN cards
 
-Group:		Applications/System
 License:	GPLv2
 URL:		http://madwifi-project.org/wiki/UserDocs/AthInfo
 # The source tarball was generated with:
-# svn export -r 4093 http://madwifi-project.org/svn/ath_info/trunk ath_info-20100708
-# tar -Jcf ath_info-20100708.tar.xz ath_info-20100708/
-Source0:	ath_info-20100708.tar.xz
-BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+# svn export -r 4151 http://madwifi-project.org/svn/ath_info/trunk ath_info-20130214
+# tar -Jcf ath_info-20130214.tar.xz ath_info-20130214/
+Source0:	ath_info-20130214.tar.xz
 
 %description
 ath_info prints some version information of Atheros WLAN modules. It
@@ -20,25 +18,24 @@ identify chipset versions, it is useful to attach ath_info output to bug
 reports for the ath5k driver.
 
 %prep
-%setup -q -n ath_info-20100708
+%setup -q -n ath_info-20130214
 
 %build
 make PREFIX=%{_prefix} CFLAGS="%{optflags}" %{?_smp_mflags}
 
 %install
-rm -rf %{buildroot}
 make install PREFIX=%{_prefix} DESTDIR=%{buildroot}
 
-%clean
-rm -rf %{buildroot}
-
 %files
-%defattr(-,root,root,-)
 %doc README
 %{_bindir}/ath_info
 %{_mandir}/man8/ath_info.*
 
 %changelog
+* Thu Feb 14 2013 Michal Schmidt <mschmidt at redhat.com> - 0-0.7.20130214svn
+- Current SVN. Fixes only one bug: suppress debug prints without -v.
+- Modernize spec file.
+
 * Wed Feb 13 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0-0.6.20100708svn
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 
diff --git a/sources b/sources
index d60dc0e..3dac4b2 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c5b36c2440ebf9ee0b064bb87335141e  ath_info-20100708.tar.xz
+3e4740c975f691abd3b4ed4539c66528  ath_info-20130214.tar.xz


More information about the scm-commits mailing list