perf build with new kernel

This commit is contained in:
Ertuğrul Erata
2015-08-13 10:40:47 +03:00
parent e773d4f72f
commit 8439132ad3
2 changed files with 17 additions and 3 deletions
Binary file not shown.
+17 -3
View File
@@ -12,8 +12,11 @@
<IsA>app:gui</IsA>
<Summary>Performance analyser tool that makes full use of the Linux performance counter subsystem</Summary>
<Description>perf is a new tool which is used to optimize, validate and measure applications, workloads or the full system through the Linux performance counter subsystem.</Description>
<Archive sha1sum="553164212ea3a162a2ff63276c60fe7dd04e9ad1" type="targz">https://www.kernel.org/pub/linux/kernel/v4.x/linux-4.0.tar.gz</Archive>
<Archive sha1sum="dce24ac1874f362000e40027075e7d24ba123b73" type="targz">https://www.kernel.org/pub/linux/kernel/v4.x/linux-4.1.tar.gz</Archive>
<BuildDependencies>
<Dependency>libunwind-devel</Dependency>
<Dependency>audit-devel</Dependency>
<Dependency>xz-devel</Dependency>
<Dependency>gtk2-devel</Dependency>
<Dependency>unifdef</Dependency>
<Dependency>elfutils</Dependency>
@@ -29,16 +32,20 @@
<Dependency>glib2-devel</Dependency>
<Dependency>zlib-devel</Dependency>
<Dependency>perl</Dependency>
<Dependency>util-linux</Dependency>
<Dependency>libxslt</Dependency>
</BuildDependencies>
<Patches>
<!-- Linux patches -->
<Patch level="1" compressionType="xz">patches/linux/patch-4.0.5.xz</Patch>
<Patch level="1" compressionType="xz">patches/linux/patch-4.1.5.xz</Patch>
</Patches>
</Source>
<Package>
<Name>perf</Name>
<RuntimeDependencies>
<Dependency>audit</Dependency>
<Dependency>xz</Dependency>
<Dependency>newt</Dependency>
<Dependency>elfutils</Dependency>
<Dependency>gtk2</Dependency>
@@ -61,7 +68,14 @@
</Files>
</Package>
<History>
<Update release="51">
<Update release="52">
<Date>2015-08-13</Date>
<Version>4.1.5</Version>
<Comment>Version bump.</Comment>
<Name>Ertuğrul Erata</Name>
<Email>ertugrulerata@gmail.com</Email>
</Update>
<Update release="51">
<Date>2015-06-16</Date>
<Version>4.0.5</Version>
<Comment>Version bump.</Comment>