Merge pull request #2648 from groni/master

change issues
This commit is contained in:
groni
2017-01-28 19:57:20 +01:00
committed by GitHub
6 changed files with 19 additions and 14 deletions
+2 -8
View File
@@ -12,11 +12,12 @@
<IsA>service</IsA>
<Summary>Distribute hardware interrupts across processors</Summary>
<Description>Daemon to balance IRQs across multiple CPUs on systems.This can lead to better performance and I/O balance on SMP systems.</Description>
<Archive sha1sum="d4f77b4d21ac64effc84d8b0835431c659cdeb7b" type="targz">https://github.com/Irqbalance/irqbalance/archive/v1.2.0.tar.gz</Archive>
<Archive sha1sum="bffafb547dd24a15645dbd1968c440218de6425d" type="targz">https://github.com/Irqbalance/irqbalance/archive/v1.1.0.tar.gz</Archive>
<BuildDependencies>
<Dependency>numactl-devel</Dependency>
<Dependency>glib2-devel</Dependency>
<Dependency>libcap-ng-devel</Dependency>
<Dependency>ncurses-devel</Dependency>
</BuildDependencies>
</Source>
@@ -44,13 +45,6 @@
</Package>
<History>
<Update release="3">
<Date>2017-01-28</Date>
<Version>1.2.0</Version>
<Comment>Version bump.</Comment>
<Name>Stefan Gronewold(groni)</Name>
<Email>groni@pisilinux.org</Email>
</Update>
<Update release="2">
<Date>2016-06-09</Date>
<Version>1.1.0</Version>
+6 -1
View File
@@ -8,7 +8,12 @@ from pisi.actionsapi import get
from pisi.actionsapi import autotools
def build():
autotools.make("CFLAGS='%s -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fno-strict-aliasing'" % get.CFLAGS())
autotools.make("--prefix=/usr \
--libexecdir=/usr/lib \
--sbindir=/usr/bin \
--mandir=/usr/share/man -\
--docdir=/usr/share/doc/dosfstools \
--enable-compat-symlinks")
def install():
autotools.rawInstall("DESTDIR=%s install-bin install-man PREFIX=%s SBINDIR=/sbin" % (get.installDIR(), get.defaultprefixDIR()))
+1
View File
@@ -16,6 +16,7 @@
<Archive sha1sum="55b3bf7b546e21518ec99a0e145b1bb27367a1b6" type="tarxz">https://www.kernel.org/pub/linux/kernel/people/jeffm/reiserfsprogs/v3.6.25/reiserfsprogs-3.6.25.tar.xz</Archive>
<BuildDependencies>
<Dependency>libutil-linux-devel</Dependency>
<Dependency>e2fsprogs-devel</Dependency>
</BuildDependencies>
</Source>
+1 -1
View File
@@ -14,7 +14,7 @@
<IsA>library</IsA>
<Summary>Utilities for devices that use SCSI command sets</Summary>
<Description>sg3_utils is a collection of Linux utilities for devices that use the SCSI command set. Includes utilities to copy data based on dd syntax and semantics, check INQUIRY data and VPD pages, check mode and log pages, spin up/down disks, do self tests and various other functions.</Description>
<Archive sha1sum="e3fca1602a32376ffc90063dbaa08be740844ac1" type="tarxz">https://github.com/hreinecke/sg3_utils/archive/v1.42.tar.gz</Archive>
<Archive sha1sum="e3fca1602a32376ffc90063dbaa08be740844ac1" type="targz">https://github.com/hreinecke/sg3_utils/archive/v1.42.tar.gz</Archive>
</Source>
<Package>
+8 -3
View File
@@ -12,9 +12,14 @@ from pisi.actionsapi import get
def setup():
shelltools.touch("ChangeLog")
autotools.autoreconf("-fi")
autotools.configure("--with-libcap-ng=yes \
--enable-drivedb \
--with-systemdsystemunitdir=no")
autotools.configure("--prefix=/usr \
--sbindir=/usr/bin \
--sysconfdir=/etc \
--with-drivedbdir \
--with-libcap-ng=yes \
--with-smartdscriptdir=/usr/share/smartmontools \
--with-smartdplugindir=/usr/share/smartmontools/smartd_warning.d
--with-systemdsystemunitdir=no")
def build():
autotools.make("CXXFLAGS='%s -fpie'" % get.CXXFLAGS())
+1 -1
View File
@@ -8,7 +8,7 @@ from pisi.actionsapi import autotools
from pisi.actionsapi import pisitools
from pisi.actionsapi import get
WorkDir = "sshfs-fuse-%s" % get.srcVERSION()
#WorkDir = "sshfs-fuse-%s" % get.srcVERSION()
def setup():
autotools.configure("--disable-sshnodelay")