rpms/oprofile/devel oprofile.spec,1.52,1.53

William Eden Cohen (wcohen) fedora-extras-commits at redhat.com
Mon May 21 21:31:11 UTC 2007


Author: wcohen

Update of /cvs/pkgs/rpms/oprofile/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23978

Modified Files:
	oprofile.spec 
Log Message:
* Mon May 21 2007 Will Cohen <wcohen at redhat.com> - 0.9.2-9
- Fix up rpmlint complaints.




Index: oprofile.spec
===================================================================
RCS file: /cvs/pkgs/rpms/oprofile/devel/oprofile.spec,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -r1.52 -r1.53
--- oprofile.spec	23 Mar 2007 18:34:07 -0000	1.52
+++ oprofile.spec	21 May 2007 21:30:37 -0000	1.53
@@ -3,7 +3,7 @@
 Summary: System wide profiler
 Name: oprofile
 Version: 0.9.2
-Release: 8%{?dist}
+Release: 9%{?dist}
 License: GPL
 Group: Development/System
 #
@@ -18,17 +18,17 @@
 Patch89: oprofile-ppc64-callgraph.patch
 Patch90: oprofile-race.patch
 Patch91: oprofile-family10.patch
-
 URL: http://oprofile.sf.net
+
 ExclusiveArch: %{ix86} ia64 x86_64 ppc ppc64 s390 s390x alpha alphaev6 sparc sparc64
-BuildPreReq: qt-devel
-BuildPreReq: libxslt
-BuildPreReq: docbook-style-xsl
-BuildPreReq: docbook-utils
-BuildPreReq: elinks
-BuildPreReq: gtk2-devel
-BuildPreReq: automake
-BuildPreReq: binutils-devel
+BuildRequires: qt-devel
+BuildRequires: libxslt
+BuildRequires: docbook-style-xsl
+BuildRequires: docbook-utils
+BuildRequires: elinks
+BuildRequires: gtk2-devel
+BuildRequires: automake
+BuildRequires: binutils-devel
 
 BuildRoot: %{_tmppath}/%{name}-root
 
@@ -80,24 +80,24 @@
 CXXFLAGS=-g;     export CXXFLAGS
 
 ./configure \
-	--with-kernel-support \
-        --host=%{_host} --target=%{_target_platform} --build=%{_build} \
-	--program-prefix= \
-        --prefix=%{_prefix} \
-        --exec-prefix=%{_exec_prefix} \
-        --bindir=%{_bindir} \
-        --sbindir=%{_sbindir} \
-        --sysconfdir=%{_sysconfdir} \
-        --datadir=%{_datadir} \
-        --includedir=%{_includedir} \
-        --libdir=%{_libdir} \
-        --libexecdir=%{_libexecdir} \
-        --localstatedir=%{_localstatedir} \
-        --sharedstatedir=%{_sharedstatedir} \
-        --mandir=%{_mandir} \
-        --infodir=%{_infodir} \
-	--with-separate-debug-dir=/usr/lib/debug \
-	--enable-abi
+--with-kernel-support \
+--host=%{_host} --target=%{_target_platform} --build=%{_build} \
+--program-prefix= \
+--prefix=%{_prefix} \
+--exec-prefix=%{_exec_prefix} \
+--bindir=%{_bindir} \
+--sbindir=%{_sbindir} \
+--sysconfdir=%{_sysconfdir} \
+--datadir=%{_datadir} \
+--includedir=%{_includedir} \
+--libdir=%{_libdir} \
+--libexecdir=%{_libexecdir} \
+--localstatedir=%{_localstatedir} \
+--sharedstatedir=%{_sharedstatedir} \
+--mandir=%{_mandir} \
+--infodir=%{_infodir} \
+--with-separate-debug-dir=/usr/lib/debug \
+--enable-abi
 
 make CFLAGS="$RPM_OPT_FLAGS"
 
@@ -272,6 +272,9 @@
 %{_bindir}/oprof_start
 
 %changelog
+* Mon May 21 2007 Will Cohen <wcohen at redhat.com> - 0.9.2-9
+- Fix up rpmlint complaints.
+
 * Wed Mar 21 2007 Will Cohen <wcohen at redhat.com> - 0.9.2-8
 - Add AMD family 10 support. Resolves: rhbz#232956.
 




More information about the fedora-extras-commits mailing list