core updated.

This commit is contained in:
Ertuğrul Erata
2015-05-17 16:28:10 +03:00
parent 14d58aa1d0
commit 8e13c775be
558 changed files with 543408 additions and 27657 deletions
+34
View File
@@ -0,0 +1,34 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/copyleft/gpl.txt.
from pisi.actionsapi import autotools
from pisi.actionsapi import pisitools
from pisi.actionsapi import get
def setup():
pisitools.flags.add("-U_FORTIFY_SOURCE")
autotools.autoreconf("-vfi")
autotools.configure("--enable-shared \
--disable-static")
pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")
def build():
autotools.make()
# https://savannah.nongnu.org/bugs/?22368
# https://bugs.gentoo.org/273372
#def check():
#autotools.make("check")
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
# FIXME: Fedora removes it, Suse keeps it, breaks samba build, investigate further
pisitools.remove("/usr/lib/libunwind*.a")
pisitools.dodoc("AUTHORS", "ChangeLog", "README*", "NEWS", "TODO")
+90
View File
@@ -0,0 +1,90 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>libunwind</Name>
<Homepage>http://www.nongnu.org/libunwind/</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>MIT</License>
<IsA>library</IsA>
<Summary>Call chain tracer of a program</Summary>
<Description>libunwind is a portable and efficient C programming interface (API) to determine the call chain of a program.</Description>
<Archive sha1sum="aa04e6a7164aef754415b3b5e9453985741dd99e" type="targz">http://download.savannah.gnu.org/releases/libunwind/libunwind-1.1.tar.gz</Archive>
<BuildDependencies>
<Dependency>xz-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>libunwind</Name>
<RuntimeDependencies>
<Dependency>xz</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="doc">/usr/share/doc/libunwind</Path>
<Path fileType="man">/usr/share/man</Path>
<Path fileType="man">/usr/share/man/man3</Path>
</Files>
</Package>
<Package>
<Name>libunwind-devel</Name>
<Summary>Development files for libunwind</Summary>
<RuntimeDependencies>
<Dependency release="current">libunwind</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
<Path fileType="library">/usr/lib/pkgconfig</Path>
</Files>
</Package>
<History>
<Update release="6">
<Date>2015-01-30</Date>
<Version>1.1</Version>
<Comment>Rebuild.</Comment>
<Name>Ertuğrul Erata</Name>
<Email>ertugrulerata@gmail.com</Email>
</Update>
<Update release="5">
<Date>2014-05-11</Date>
<Version>1.1</Version>
<Comment>Release bump.</Comment>
<Name>Marcin Bojara</Name>
<Email>marcin@pisilinux.org</Email>
</Update>
<Update release="4">
<Date>2014-02-20</Date>
<Version>1.1</Version>
<Comment>Rebuild Unused</Comment>
<Name>Varol Maksutoğlu</Name>
<Email>waroi@pisilinux.org</Email>
</Update>
<Update release="3">
<Date>2013-07-27</Date>
<Version>1.1</Version>
<Comment>Move pc files to devel pack, rebuild</Comment>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Update>
<Update release="2">
<Date>2013-02-16</Date>
<Version>1.1</Version>
<Comment>New release</Comment>
<Name>Serdar Soytetir</Name>
<Email>kaptan@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2011-12-09</Date>
<Version>1.0.1</Version>
<Comment>First release</Comment>
<Name>Pisi Linux Admins</Name>
<Email>admins@pisilinux.org</Email>
</Update>
</History>
</PISI>
+13
View File
@@ -0,0 +1,13 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>libunwind</Name>
<Summary xml:lang="tr">Yazılım çağrıları geri izleme aracı</Summary>
<Description xml:lang="tr">libunwind bir yazılımın çağrı sıralamasını takip etmek için kullanılan, hızlı çalışan ve taşınabilir bir C programlama arabirimidir.</Description>
</Source>
<Package>
<Name>libunwind-devel</Name>
<Summary xml:lang="tr">libunwind için geliştirme dosyaları</Summary>
</Package>
</PISI>