SPECS: oprofile.spec - rel 2; fix amd64 build

arekm arekm at pld-linux.org
Sun Nov 6 14:33:44 CET 2005


Author: arekm                        Date: Sun Nov  6 13:33:44 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- rel 2; fix amd64 build

---- Files affected:
SPECS:
   oprofile.spec (1.13 -> 1.14) 

---- Diffs:

================================================================
Index: SPECS/oprofile.spec
diff -u SPECS/oprofile.spec:1.13 SPECS/oprofile.spec:1.14
--- SPECS/oprofile.spec:1.13	Wed Aug  3 18:58:07 2005
+++ SPECS/oprofile.spec	Sun Nov  6 14:33:39 2005
@@ -3,7 +3,7 @@
 Summary(pl):	Ogólnosystemowy profiler
 Name:		oprofile
 Version:	0.9.1
-Release:	1
+Release:	2
 License:	GPL v2
 Group:		Applications/System
 Source0:	http://dl.sourceforge.net/oprofile/%{name}-%{version}.tar.gz
@@ -16,6 +16,8 @@
 ExclusiveArch:	alpha arm %{ix86} ia64 mips ppc ppc64 %{x8664}
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
+%define	oprofile_arch	%(echo "%{_target_base_arch}" | sed -e 's#x86_64#x86-64#')
+
 %description
 It consists of a kernel driver and a daemon for collecting sample
 data, and several post-profiling tools for turning data into
@@ -76,7 +78,7 @@
 %attr(755,root,root) %{_bindir}/*
 %exclude  %{_bindir}/oprof_start
 %dir %{_datadir}/%{name}
-%{_datadir}/%{name}/%{_target_base_arch}
+%{_datadir}/%{name}/%{oprofile_arch}
 %{_datadir}/%{name}/rtc
 %{_datadir}/%{name}/stl.pat
 %{_mandir}/man1/*.1*
@@ -91,6 +93,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.14  2005/11/06 13:33:39  arekm
+- rel 2; fix amd64 build
+
 Revision 1.13  2005/08/03 16:58:07  qboosh
 - we don't force kernel package in userspace packages
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/oprofile.spec?r1=1.13&r2=1.14&f=u




More information about the pld-cvs-commit mailing list