devel/x86info x86info.spec,1.30,1.31

Dave Jones (davej) fedora-extras-commits at redhat.com
Thu Mar 13 20:54:00 UTC 2008


Author: davej

Update of /cvs/pkgs/devel/x86info
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28317

Modified Files:
	x86info.spec 
Log Message:
* Thu Mar 13 2008 Dave Jones <davej at redhat.com>
- Fix rpmlint warnings.



Index: x86info.spec
===================================================================
RCS file: /cvs/pkgs/devel/x86info/x86info.spec,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- x86info.spec	19 Feb 2008 00:19:01 -0000	1.30
+++ x86info.spec	13 Mar 2008 20:53:23 -0000	1.31
@@ -1,16 +1,16 @@
 Summary:        x86 processor information tool.
 Name:           x86info
 Version:        1.21
-Release:	%(R="$Revision$"; RR="${R##: }"; echo ${RR%%?})%{?dist}
-Epoch:		1
+Release:        %(R="$Revision$"; RR="${R##: }"; echo ${RR%%?})%{?dist}
+Epoch:          1
 Group:          System Environment/Base
 License:        GPLv2+
-Source0:	x86info-%{version}.tgz
+Source0:        x86info-%{version}.tgz
 Buildroot:      %{_tmppath}/%{name}-%{version}-root
-ExclusiveArch:	i386 x86_64
-Url:		http://www.codemonkey.org.uk/projects/x86info
+ExclusiveArch:  i386 x86_64
+Url:            http://www.codemonkey.org.uk/projects/x86info
 
-Obsoletes:	kernel-utils
+Obsoletes:      kernel-utils
 
 %description
 x86info displays diagnostic information about x86 processors, such
@@ -20,14 +20,11 @@
 %setup -q -c -a 0
 
 %build
-rm -rf $RPM_BUILD_ROOT
-
-mkdir -p %{buildroot}/usr/sbin
-
 cd x86info-%{version}
 make CFLAGS="$RPM_OPT_FLAGS"
 
 %install
+rm -rf $RPM_BUILD_ROOT
 mkdir -p %{buildroot}/usr/share/man/man{1,8}
 
 cd x86info-%{version}
@@ -45,6 +42,9 @@
 %attr(0644,root,root) %{_mandir}/*/*
 
 %changelog
+* Thu Mar 13 2008 Dave Jones <davej at redhat.com>
+- Fix rpmlint warnings.
+
 * Mon Feb 18 2008 Fedora Release Engineering <rel-eng at fedoraproject.org> - 1:1.21-1.29
 - Autorebuild for GCC 4.3
 




More information about the fedora-extras-commits mailing list