This commit is contained in:
parent
8783cbb4bd
commit
a50bf09971
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:81881aa05e3950ab0dfc715baed0e9906306bed51ecd6ecfaf0af3d19c17e0e2
|
||||
size 958342
|
3
oprofile-0.9.5.tar.bz2
Normal file
3
oprofile-0.9.5.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e78bfe99b9e04d68b9600c9c09af732144da2855e0a6d0aecf992799db11c000
|
||||
size 957451
|
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 4 03:28:28 CEST 2009 - tonyj@novell.com
|
||||
|
||||
- Update to 0.9.5 - i386/nehalem/events is the only difference from RC2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 31 10:11:28 CEST 2009 - jblunck@suse.de
|
||||
|
||||
- Remove libopagent static libary. It is used to inject information from a VM
|
||||
into the OProfile data and is therefore not suitable for being statically
|
||||
linked into the VM itself.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 29 13:49:06 CEST 2009 - jblunck@suse.de
|
||||
|
||||
|
@ -25,10 +25,10 @@ Group: Development/Tools/Other
|
||||
AutoReqProv: on
|
||||
PreReq: /usr/sbin/groupadd /usr/sbin/useradd
|
||||
Version: 0.9.5
|
||||
Release: 1
|
||||
Release: 2
|
||||
Summary: System-Wide Profiler for Linux Systems
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Source: %{name}-%{version}-rc2.tar.bz2
|
||||
Source: %{name}-%{version}.tar.bz2
|
||||
Source1: %{name}.desktop
|
||||
Source2: %{name}.rpmlintrc
|
||||
Patch1: oprofile-0.9.5-buildfixes.diff
|
||||
@ -140,7 +140,7 @@ Authors:
|
||||
Bob Montgomery <bobm@fc.hp.com>
|
||||
|
||||
%prep
|
||||
%setup -q -n %{name}-%{version}-rc2
|
||||
%setup -q
|
||||
%patch1
|
||||
%patch2 -p1
|
||||
|
||||
@ -155,7 +155,7 @@ make %{?jobs:-j%jobs}
|
||||
%install
|
||||
make DESTDIR=$RPM_BUILD_ROOT htmldir=%{_docdir}/oprofile install
|
||||
%suse_update_desktop_file -i %name Development Profiling
|
||||
rm -vf $RPM_BUILD_ROOT%{_libdir}/libopagent.la
|
||||
rm -vf $RPM_BUILD_ROOT%{_libdir}/libopagent.*a
|
||||
# Hardlink duplicate files automatically (from package fdupes):
|
||||
# It doesn't save much, but it keeps rpmlint from breaking the package build.
|
||||
%fdupes $RPM_BUILD_ROOT
|
||||
@ -184,7 +184,6 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%defattr(-,root,root)
|
||||
/usr/include/*
|
||||
%doc doc/op-jit-devel.html
|
||||
%{_libdir}/libopagent.a
|
||||
%{_libdir}/libopagent.so
|
||||
|
||||
%files -n libopagent1
|
||||
|
Loading…
Reference in New Issue
Block a user