Merge pull request #9340 from 4fury-c3440d8/libparted

parted-3.4.
This commit is contained in:
Kamil ATLI
2021-05-04 09:58:12 +03:00
committed by GitHub
2 changed files with 18 additions and 15 deletions
+4 -8
View File
@@ -2,30 +2,26 @@
# -*- coding: utf-8 -*-
#
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/licenses/gpl.txt
# See the file https://www.gnu.org/licenses/gpl-3.0.txt
from pisi.actionsapi import autotools
from pisi.actionsapi import pisitools
from pisi.actionsapi import libtools
from pisi.actionsapi import shelltools
from pisi.actionsapi import get
def setup():
pisitools.flags.add("-Wno-unused-but-set-variable")
autotools.autoreconf()
autotools.autoconf()
autotools.configure("--disable-static \
--disable-gcc-warnings")
pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")
pisitools.dosed("libtool", "^(runpath_var=)LD_RUN_PATH", "\\1DIE_RPATH_DIE")
autotools.configure("--disable-rpath --disable-static --disable-gcc-warnings")
pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")
def build():
autotools.make("V=1")
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("AUTHORS", "BUGS", "ChangeLog", "NEWS", "README", "THANKS", "TODO")
pisitools.dodoc("doc/API", "doc/USER.jp", "doc/FAT")
+14 -7
View File
@@ -1,25 +1,25 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>parted</Name>
<Homepage>http://www.gnu.org/software/parted</Homepage>
<Homepage>https://www.gnu.org/software/parted/parted.html</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>GPLv3+</License>
<License>GPL-3</License>
<IsA>app:console</IsA>
<Summary>Create, destroy, resize, check, copy partitions and file systems</Summary>
<Description>The GNU Parted program allows you to create, destroy, resize, move, and copy hard disk partitions. Parted can be used for creating space for new operating systems, reorganizing disk usage, and copying data to new hard disks.</Description>
<Archive sha1sum="e639500f9587cf6fa9b0dbc08e5e760244614595" type="tarxz">http://ftp.gnu.org.ua/gnu/parted/parted-3.3.tar.xz</Archive>
<Archive sha1sum="903c58fab429d3b62aa324033a3e41b0b96ad810" type="tarxz">https://ftp.gnu.org/gnu/parted/parted-3.4.tar.xz</Archive>
<BuildDependencies>
<Dependency>libutil-linux-devel</Dependency>
<Dependency>device-mapper-devel</Dependency>
<Dependency>readline-devel</Dependency>
</BuildDependencies>
<Patches>
<!--<Patch level="1">parted-2.2-hi-major-sd-rh611691.patch</Patch>-->
<!-- <Patch level="1">missing.patch</Patch> -->
</Patches>
</Source>
@@ -27,10 +27,10 @@
<Name>parted</Name>
<RuntimeDependencies>
<Dependency>libutil-linux</Dependency>
<Dependency>ncurses</Dependency>
<Dependency>device-mapper</Dependency>
<Dependency>readline</Dependency>
<Dependency>util-linux</Dependency>
<Dependency>readline</Dependency>
<Dependency>ncurses</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
@@ -55,6 +55,13 @@
</Package>
<History>
<Update release="7">
<Date>2021-05-04</Date>
<Version>3.4</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="6">
<Date>2020-02-01</Date>
<Version>3.3</Version>