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 -*- # -*- coding: utf-8 -*-
# #
# Licensed under the GNU General Public License, version 3. # 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 autotools
from pisi.actionsapi import pisitools from pisi.actionsapi import pisitools
from pisi.actionsapi import libtools
from pisi.actionsapi import shelltools
from pisi.actionsapi import get from pisi.actionsapi import get
def setup(): def setup():
pisitools.flags.add("-Wno-unused-but-set-variable")
autotools.autoreconf() autotools.autoreconf()
autotools.autoconf() autotools.autoconf()
autotools.configure("--disable-static \ autotools.configure("--disable-rpath --disable-static --disable-gcc-warnings")
--disable-gcc-warnings")
pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")
pisitools.dosed("libtool", "^(runpath_var=)LD_RUN_PATH", "\\1DIE_RPATH_DIE")
pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")
def build(): def build():
autotools.make("V=1") autotools.make("V=1")
def install(): def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR()) autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("AUTHORS", "BUGS", "ChangeLog", "NEWS", "README", "THANKS", "TODO") pisitools.dodoc("AUTHORS", "BUGS", "ChangeLog", "NEWS", "README", "THANKS", "TODO")
pisitools.dodoc("doc/API", "doc/USER.jp", "doc/FAT") pisitools.dodoc("doc/API", "doc/USER.jp", "doc/FAT")
+14 -7
View File
@@ -1,25 +1,25 @@
<?xml version="1.0" ?> <?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> <PISI>
<Source> <Source>
<Name>parted</Name> <Name>parted</Name>
<Homepage>http://www.gnu.org/software/parted</Homepage> <Homepage>https://www.gnu.org/software/parted/parted.html</Homepage>
<Packager> <Packager>
<Name>PisiLinux Community</Name> <Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email> <Email>admins@pisilinux.org</Email>
</Packager> </Packager>
<License>GPLv3+</License> <License>GPL-3</License>
<IsA>app:console</IsA> <IsA>app:console</IsA>
<Summary>Create, destroy, resize, check, copy partitions and file systems</Summary> <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> <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> <BuildDependencies>
<Dependency>libutil-linux-devel</Dependency> <Dependency>libutil-linux-devel</Dependency>
<Dependency>device-mapper-devel</Dependency> <Dependency>device-mapper-devel</Dependency>
<Dependency>readline-devel</Dependency> <Dependency>readline-devel</Dependency>
</BuildDependencies> </BuildDependencies>
<Patches> <Patches>
<!--<Patch level="1">parted-2.2-hi-major-sd-rh611691.patch</Patch>--> <!-- <Patch level="1">missing.patch</Patch> -->
</Patches> </Patches>
</Source> </Source>
@@ -27,10 +27,10 @@
<Name>parted</Name> <Name>parted</Name>
<RuntimeDependencies> <RuntimeDependencies>
<Dependency>libutil-linux</Dependency> <Dependency>libutil-linux</Dependency>
<Dependency>ncurses</Dependency>
<Dependency>device-mapper</Dependency> <Dependency>device-mapper</Dependency>
<Dependency>readline</Dependency>
<Dependency>util-linux</Dependency> <Dependency>util-linux</Dependency>
<Dependency>readline</Dependency>
<Dependency>ncurses</Dependency>
</RuntimeDependencies> </RuntimeDependencies>
<Files> <Files>
<Path fileType="library">/usr/lib</Path> <Path fileType="library">/usr/lib</Path>
@@ -55,6 +55,13 @@
</Package> </Package>
<History> <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"> <Update release="6">
<Date>2020-02-01</Date> <Date>2020-02-01</Date>
<Version>3.3</Version> <Version>3.3</Version>