[oprofile] Clean up some rpmlint complaints

William Eden Cohen wcohen at fedoraproject.org
Tue Mar 15 20:48:28 UTC 2011


commit 50c5c3854bff8cc9baa07b2793fe35c617af59f0
Author: William Cohen <wcohen at redhat.com>
Date:   Tue Mar 15 16:47:42 2011 -0400

    Clean up some rpmlint complaints

 oprofile.spec |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/oprofile.spec b/oprofile.spec
index e329cfa..37263c8 100644
--- a/oprofile.spec
+++ b/oprofile.spec
@@ -1,11 +1,11 @@
 Summary: System wide profiler
 Name: oprofile
 Version: 0.9.6
-Release: 17%{?dist}
+Release: 18%{?dist}
 License: GPLv2
 Group: Development/System
 #
-Source0: oprofile-%{version}.tar.gz
+Source0: http://sourceforge.net/projects/oprofile/files/oprofile/oprofile-%{version}/oprofile-%{version}.tar.gz
 Requires: binutils
 Requires: which
 Requires(pre): shadow-utils
@@ -26,7 +26,6 @@ Patch131: oprofile-qt4.patch
 
 URL: http://oprofile.sf.net
 
-#ExclusiveArch: %{ix86} ia64 x86_64 ppc ppc64 s390 s390x alpha alphaev6 sparcv9 sparc64 %{arm}
 #If oprofile doesn't build on an arch, report it and will add ExcludeArch tag.
 BuildRequires: qt-devel
 BuildRequires: libxslt
@@ -153,7 +152,6 @@ mv $RPM_BUILD_ROOT%{_datadir}/doc/oprofile/* docs.installed/
 mkdir -p ${RPM_BUILD_ROOT}%{_includedir}
 install -m 755 libop/op_events.h $RPM_BUILD_ROOT/%{_includedir}
 install -m 755 libop/op_cpu_type.h $RPM_BUILD_ROOT/%{_includedir}
-#install -m 755 libop/op_events_desc.h $RPM_BUILD_ROOT/%{_includedir}
 install -m 755 libop/op_config.h $RPM_BUILD_ROOT/%{_includedir}
 install -m 755 libop/op_sample_file.h $RPM_BUILD_ROOT/%{_includedir}
 install -m 755 libutil/op_types.h $RPM_BUILD_ROOT/%{_includedir}
@@ -166,7 +164,6 @@ install -m 755 libop/libop.a $RPM_BUILD_ROOT/%{_libdir}
 install -m 755 libdb/libodb.a $RPM_BUILD_ROOT/%{_libdir}
 install -m 755 libutil/liboputil.a $RPM_BUILD_ROOT/%{_libdir}
 install -m 755 libutil++/liboputil++.a $RPM_BUILD_ROOT/%{_libdir}
-#install -m 755 pp/liboppp.a $RPM_BUILD_ROOT/%{_libdir}
 install -m 755 libabi/libopabi.a $RPM_BUILD_ROOT/%{_libdir}
 
 mkdir -p %{buildroot}/etc/ld.so.conf.d
@@ -246,6 +243,9 @@ test "$1" != 0 || groupdel oprofile &>/dev/null || :
 /etc/ld.so.conf.d/*
 
 %changelog
+* Tue Mar 15 2011 Will Cohen <wcohen at redhat.com> - 0.9.6-18
+- Clean up rpmlint complaints.
+
 * Tue Mar 15 2011 Will Cohen <wcohen at redhat.com> - 0.9.6-17
 - Correct oprofile user information.
 


More information about the scm-commits mailing list