btrfs-progs v.bump

This commit is contained in:
Ertuğrul Erata
2015-07-20 19:44:09 +03:00
parent be40f2ab76
commit a9fd5b92b7
10 changed files with 378 additions and 0 deletions
+29
View File
@@ -0,0 +1,29 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/licenses/gpl.txt
from pisi.actionsapi import get
from pisi.actionsapi import autotools
from pisi.actionsapi import pisitools
from pisi.actionsapi import shelltools
def setup():
shelltools.system("./autogen.sh")
autotools.configure()
def build():
autotools.make("CC=%s" % get.CC())
#autotools.make("V=1 CC=%s CFLAGS=\"%s\"" % (get.CC(), get.CFLAGS()))
#autotools.make("V=1 CC=%s CFLAGS=\"%s\" btrfs-select-super" % (get.CC(), get.CFLAGS()))
def install():
autotools.rawInstall("prefix=/usr DESTDIR=%s" % get.installDIR())
pisitools.remove("/usr/lib/*.a")
pisitools.insinto("/usr/bin", "bcp", "btrfs-bcp")
pisitools.insinto("/usr/bin", "show-blocks", "btrfs-show-blocks")
pisitools.dodoc("COPYING")
+105
View File
@@ -0,0 +1,105 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>btrfs-progs</Name>
<Homepage>http://btrfs.wiki.kernel.org</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>GPLv2</License>
<IsA>app:console</IsA>
<Summary>Userspace utilities for btrfs</Summary>
<Description>btrfs-progs package provides all the userspace programs needed to create, check, modify and correct any inconsistencies in the btrfs filesystem.</Description>
<Archive sha1sum="8081d1324f6afca6fdbb51badce23252fa045954" type="tarxz">http://source.pisilinux.org/1.0/btrfs-progs-v4.1.2.tar.xz</Archive>
<BuildDependencies>
<Dependency>xmlto</Dependency>
<Dependency>asciidoc</Dependency>
<Dependency>lzo-devel</Dependency>
<Dependency>zlib-devel</Dependency>
<Dependency>libutil-linux-devel</Dependency>
<Dependency>util-linux</Dependency>
<Dependency>libxslt</Dependency>
<Dependency>e2fsprogs-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>btrfs-progs</Name>
<RuntimeDependencies>
<Dependency>lzo</Dependency>
<Dependency>zlib</Dependency>
<Dependency>libutil-linux</Dependency>
<Dependency>e2fsprogs</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="man">/usr/share/man</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<Package>
<Name>btrfs-progs-devel</Name>
<Summary>Development files for btrfs-progs</Summary>
<RuntimeDependencies>
<Dependency release="current">btrfs-progs</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
</Files>
</Package>
<History>
<Update release="7">
<Date>2015-07-20</Date>
<Version>4.1.2</Version>
<Comment>Version bump.</Comment>
<Name>Ertuğrul Erata</Name>
<Email>ertugrulerata@gmail.com</Email>
</Update>
<Update release="6">
<Date>2015-04-23</Date>
<Version>3.19.1</Version>
<Comment>Version bump, fix deps</Comment>
<Name>Ertuğrul Erata</Name>
<Email>ertugrulerata@gmail.com</Email>
</Update>
<Update release="5">
<Date>2014-12-23</Date>
<Version>3.17.3</Version>
<Comment>Version bump.</Comment>
<Name>Ertuğrul Erata</Name>
<Email>ertugrulerata@gmail.com</Email>
</Update>
<Update release="4">
<Date>2014-05-30</Date>
<Version>3.14.2</Version>
<Comment>Version bump.</Comment>
<Name>Vedat Demir</Name>
<Email>vedat@pisilinux.org</Email>
</Update>
<Update release="3">
<Date>2014-01-19</Date>
<Version>3.12</Version>
<Comment>Version bump.</Comment>
<Name>Marcin Bojara</Name>
<Email>marcin@pisilinux.org</Email>
</Update>
<Update release="2">
<Date>2014-01-19</Date>
<Version>0.19.20121005</Version>
<Comment>Rebuild</Comment>
<Name>Stefan Gronewold(groni)</Name>
<Email>groni@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2012-11-13</Date>
<Version>0.19.20121005</Version>
<Comment>First release</Comment>
<Name>Osman Erkan</Name>
<Email>osman.erkan@pisilinux.org</Email>
</Update>
</History>
</PISI>
@@ -0,0 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>btrfs-progs</Name>
<Summary xml:lang="tr">btrfs dosya sistemi araçları</Summary>
<Description xml:lang="tr">btrfs-progs, btrfs dosya sistemleri yaratmak, denetlemek; bu dosya sistemlerindeki hataları düzeltmek ve çeşitli değişiklikler yapmak için gereken araçları içerir.</Description>
</Source>
</PISI>
+3
View File
@@ -0,0 +1,3 @@
<PISI>
<Name>hardware.disk</Name>
</PISI>
@@ -0,0 +1,18 @@
#!/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 get
def setup():
autotools.autoreconf()
autotools.configure("--prefix=/usr")
def build():
autotools.make()
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
@@ -0,0 +1,41 @@
<PISI>
<Source>
<Name>thin-provisioning-tools</Name>
<Homepage>http://github.com/jthornber/thin-provisioning-tools"</Homepage>
<Packager>
<Name>Ali Algul</Name>
<Email>alialgul@pisilinux.org</Email>
</Packager>
<License>GPLv2</License>
<Summary>A suite of tools for thin provisioning on Linux</Summary>
<Description>A suite of tools for thin provisioning on Linux</Description>
<BuildDependencies>
<Dependency>libaio-devel</Dependency>
<Dependency>boost-devel</Dependency>
<Dependency>expat-devel</Dependency>
<Dependency>libgcc</Dependency>
</BuildDependencies>
<Archive sha1sum="10fdc8bd9880716e1759b0defd57a7340283a7df" type="targz">https://codeload.github.com/jthornber/thin-provisioning-tools/tar.gz/v0.5.3</Archive>
</Source>
<Package>
<Name>thin-provisioning-tools</Name>
<RuntimeDependencies>
<Dependency>expat</Dependency>
<Dependency>libgcc</Dependency>
<Dependency>libaio</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/sbin/</Path>
<Path fileType="man">/usr/share/man/man8/</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2015-07-20</Date>
<Version>0.4.1</Version>
<Comment>First Build</Comment>
<Name>Ali Algul</Name>
<Email>alialgul@pisilinux.org</Email>
</Update>
</History>
</PISI>
+32
View File
@@ -0,0 +1,32 @@
# -*- coding: utf-8 -*-
#
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/licenses/gpl.txt
from pisi.actionsapi import pisitools
from pisi.actionsapi import get
from pisi.actionsapi import shelltools
def setup():
shelltools.system("./bootstrap.sh --with-toolset=gcc --with-icu --with-python=/usr/bin/python2.7 --prefix=%s/usr" % get.installDIR())
shelltools.echo("project-config.jam","using mpi ;")
def build():
shelltools.system("./b2 \
variant=release \
debug-symbols=off \
threading=multi \
runtime-link=shared \
link=shared,static \
toolset=gcc \
python=2.7 \
cflags=-fno-strict-aliasing \
--layout=system")
def install():
pisitools.dobin("b2")
pisitools.dobin("bjam")
shelltools.copytree("tools/boostbook/xsl", "%s/usr/share/boostbook/xsl" % get.installDIR())
shelltools.copytree("tools/boostbook/dtd", "%s/usr/share/boostbook" % get.installDIR())
shelltools.system("./b2 install threading=multi link=shared")
@@ -0,0 +1,29 @@
From 06ccdfee76fe487a141b95848d1c866890f15d88 Mon Sep 17 00:00:00 2001
From: Evangelos Foutras <evangelos@foutrelis.com>
Date: Thu, 6 Nov 2014 09:19:26 +0200
Subject: [PATCH] Add missing include to signals2/trackable.hpp
boost::weak_ptr started being used in commit a0bf2d1 (Disconnect slots
associated with signals2::trackable immediately) but the matching header
wasn't included.
https://svn.boost.org/trac/boost/ticket/10100#comment:7
---
include/boost/signals2/trackable.hpp | 1 +
1 file changed, 1 insertion(+)
diff --git a/include/boost/signals2/trackable.hpp b/include/boost/signals2/trackable.hpp
index dba001d..64e8489 100644
--- a/include/boost/signals2/trackable.hpp
+++ b/include/boost/signals2/trackable.hpp
@@ -18,6 +18,7 @@
#include <boost/assert.hpp>
#include <boost/shared_ptr.hpp>
+#include <boost/weak_ptr.hpp>
namespace boost {
namespace signals2 {
--
2.1.3
+99
View File
@@ -0,0 +1,99 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>boost</Name>
<Homepage>http://boost.org</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>GPLv2</License>
<PartOf>programming.language</PartOf>
<IsA>library</IsA>
<Summary>Peer-reviewed portable C++ source libraries</Summary>
<Description>Boost provides free portable peer-reviewed C++ libraries. The emphasis is on portable libraries which work well with the C++ Standard Library.</Description>
<Archive sha1sum="e151557ae47afd1b43dc3fac46f8b04a8fe51c12" type="tarbz2">mirrors://sourceforge/boost/boost_1_57_0.tar.bz2</Archive>
<BuildDependencies>
<Dependency>icu4c-devel</Dependency>
<!-- libsxlt is needed for xsltproc -->
<Dependency>libxslt</Dependency>
<Dependency>openmpi-devel</Dependency>
</BuildDependencies>
<Patches>
<Patch>0001-Add-missing-include-to-signals2-trackable.hpp.patch</Patch>
</Patches>
</Source>
<Package>
<Name>boost</Name>
<RuntimeDependencies>
<Dependency>icu4c</Dependency>
<Dependency>openmpi</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="data">/usr/share/boostbook</Path>
</Files>
</Package>
<Package>
<Name>boost-devel</Name>
<IsA>data:doc</IsA>
<Summary>Headers and library documentation for boost</Summary>
<RuntimeDependencies>
<Dependency release="current">boost</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
<Path fileType="doc">/usr/share/doc/*/html</Path>
</Files>
</Package>
<History>
<Update release="6">
<Date>2014-12-19</Date>
<Version>1.57.0</Version>
<Comment>Version bump.</Comment>
<Name>Ergün Salman Aydemir</Name>
<Email>poyraz76@pisilinux.org</Email>
</Update>
<Update release="5">
<Date>2014-05-19</Date>
<Version>1.55.0</Version>
<Comment>Version bump.</Comment>
<Name>Yusuf Aydemir</Name>
<Email>yusuf.aydemir@pisilinux.org</Email>
</Update>
<Update release="4">
<Date>2013-11-07</Date>
<Version>1.54.0</Version>
<Comment>Version bump</Comment>
<Name>Yusuf Aydemir</Name>
<Email>yusuf.aydemir@pisilinux.org</Email>
</Update>
<Update release="3">
<Date>2013-10-14</Date>
<Version>1.53.0</Version>
<Comment>Rebuild for icu4c</Comment>
<Name>Yusuf Aydemir</Name>
<Email>yusuf.aydemir@pisilinux.org</Email>
</Update>
<Update release="2">
<Date>2013-03-04</Date>
<Version>1.53.0</Version>
<Comment>Version bump</Comment>
<Name>Yusuf Aydemir</Name>
<Email>yusuf.aydemir@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2012-11-14</Date>
<Version>1.52.0</Version>
<Comment>First release</Comment>
<Name>Osman Erkan</Name>
<Email>osman.erkan@pisilinux.org</Email>
</Update>
</History>
</PISI>
+14
View File
@@ -0,0 +1,14 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>boost</Name>
<Summary xml:lang="tr">Açık kaynak kodlu ve taşınabilir C++ kaynak kitaplıkları</Summary>
<Description xml:lang="tr">Boost, kaynak kodları gözden geçirilmiş C++ kitaplıklarını içerir.</Description>
<Description xml:lang="fr">Boost propose des librairies C++ gratuites, portables et relues en comité. L'accent est porté sur les librairies portables qui fonctionnent bien avec la Librairie Standard C++.</Description>
</Source>
<Package>
<Name>boost-devel</Name>
<Summary xml:lang="tr">boost için başlık dosyaları ve kitaplık belgeleri</Summary>
</Package>
</PISI>