Merge pull request #1254 from ibrahimkaraguzel/master

libtorrent-rasterbar: version bump, rebuilt with docker, edited syntax.
This commit is contained in:
Ertuğrul Erata
2016-03-20 06:23:01 +02:00
3 changed files with 18 additions and 13 deletions
+1 -1
View File
@@ -35,4 +35,4 @@ def install():
#pisitools.removeDir("/usr/bin")
pisitools.dohtml("docs/*")
# pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "NEWS", "README")
pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "LICENSE")
+13 -8
View File
@@ -12,14 +12,13 @@
<IsA>library</IsA>
<Summary>Full featured torrent client library</Summary>
<Description>Rasterbar's C++ library that aims to be a good alternative to all the other bittorrent implementations around. It is a library and not a full featured client, although it comes with a working example client.</Description>
<Archive sha1sum="db272a0c09a1fad721fe88e6e3942b9160bd0c61" type="targz">https://github.com/arvidn/libtorrent/releases/download/libtorrent-1_0_7/libtorrent-rasterbar-1.0.7.tar.gz</Archive>
<Archive sha1sum="882646b5f3c44e912afa57c4a9f50c735fbf0cca" type="targz">https://github.com/arvidn/libtorrent/releases/download/libtorrent-1_0_9/libtorrent-rasterbar-1.0.9.tar.gz</Archive>
<BuildDependencies>
<Dependency>libsigc++-devel</Dependency>
<Dependency>openssl-devel</Dependency>
<Dependency>python-devel</Dependency>
<Dependency>boost-devel</Dependency>
<Dependency>geoip-devel</Dependency>
<Dependency>openssl-devel</Dependency>
<Dependency>zlib-devel</Dependency>
<Dependency>python-devel</Dependency>
<Dependency>libtool</Dependency>
</BuildDependencies>
</Source>
@@ -27,11 +26,10 @@
<Package>
<Name>libtorrent-rasterbar</Name>
<RuntimeDependencies>
<Dependency>libgcc</Dependency>
<Dependency>boost</Dependency>
<Dependency>geoip</Dependency>
<Dependency>openssl</Dependency>
<Dependency>python</Dependency>
<Dependency>libgcc</Dependency>
<Dependency>boost</Dependency>
<Dependency>geoip</Dependency>
</RuntimeDependencies>
<Files>
@@ -42,7 +40,7 @@
<Package>
<Name>libtorrent-rasterbar-devel</Name>
<Summary>Development files for libtorrent-.rasterbar</Summary>
<Summary>Development files for libtorrent-rasterbar</Summary>
<RuntimeDependencies>
<Dependency release="current">libtorrent-rasterbar</Dependency>
</RuntimeDependencies>
@@ -55,6 +53,13 @@
</Package>
<History>
<Update release="10">
<Date>2016-03-19</Date>
<Version>1.0.9</Version>
<Comment>Version bump, rebuilt with docker.</Comment>
<Name>İbrahim KARAGÜZEL</Name>
<Email>karaguzelibrahim@gmail.com</Email>
</Update>
<Update release="9">
<Date>2016-01-07</Date>
<Version>1.0.5</Version>
@@ -1,13 +1,13 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>libtorrent</Name>
<Name>libtorrent-rasterbar</Name>
<Summary xml:lang="tr">Gelişmiş bir torrent kitaplığı</Summary>
<Description xml:lang="tr">Libtorrent Rasterbar C++ kitaplığı, diğer bittorrent kitaplıklarına karşın iyi bir alternatifdir.</Description>
<Description xml:lang="tr">Libtorrent Rasterbar C++ kitaplığı, diğer bittorrent kitaplıklarına karşı iyi bir alternatifdir.</Description>
</Source>
<Package>
<Name>libtorrent-devel</Name>
<Summary xml:lang="tr">libtorrent için geliştirme dosyaları</Summary>
<Name>libtorrent-rasterbar-devel</Name>
<Summary xml:lang="tr">libtorrent-rasterbar için geliştirme dosyaları</Summary>
</Package>
</PISI>