add rar version bump
This commit is contained in:
@@ -39499,6 +39499,76 @@
|
||||
</Update>
|
||||
</History>
|
||||
</SpecFile>
|
||||
<SpecFile>
|
||||
<Source>
|
||||
<Name>rar</Name>
|
||||
<Homepage>http://www.rarlab.com</Homepage>
|
||||
<Packager>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>RAR</License>
|
||||
<IsA>app:console</IsA>
|
||||
<PartOf>util.archive</PartOf>
|
||||
<Summary xml:lang="en">RAR compressor</Summary>
|
||||
<Summary xml:lang="tr">RAR sıkıştırıcı</Summary>
|
||||
<Description xml:lang="en">rar is an compressor supporting multiple volume archives and damage protection. It can also create SFX-archives. This program is shareware and you must register it after 40 days of use.</Description>
|
||||
<Description xml:lang="tr">rar, çoklu arşivleri ve hasar korumayı destekleyen bir sıkıştırıcıdır. rar aynı zamanda SFX arşivleri de yaratabilir. Bu uygulama ücretli olup 40 günlük kullanımdan sonra kayıt olunması gerekmektedir.</Description>
|
||||
<Archive type="targz" sha1sum="f1a15c3f14d49899cbcaf2e6e559c1b878da5c40" target="i686">http://www.rarlab.com/rar/rarlinux-5.3.0.tar.gz</Archive>
|
||||
<Archive type="targz" sha1sum="bc6af5e5f941d903e4853ac6f57c82434e2ada01" target="x86_64">http://www.rarlab.com/rar/rarlinux-x64-5.3.0.tar.gz</Archive>
|
||||
<SourceURI>util/archive/rar/pspec.xml</SourceURI>
|
||||
</Source>
|
||||
<Package>
|
||||
<Name>rar</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>libgcc</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="executable">/opt/rar/bin</Path>
|
||||
<Path fileType="data">/opt/rar/lib</Path>
|
||||
<Path fileType="data">/opt/rar/etc</Path>
|
||||
<Path fileType="doc">/usr/share/doc/rar</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
<History>
|
||||
<Update release="5">
|
||||
<Date>2016-01-01</Date>
|
||||
<Version>5.3.0</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Stefan Gronewold(groni)</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="4">
|
||||
<Date>2015-01-25</Date>
|
||||
<Version>5.2.0</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Stefan Gronewold(groni)</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="3">
|
||||
<Date>2013-11-21</Date>
|
||||
<Version>5.0.0</Version>
|
||||
<Comment>Update</Comment>
|
||||
<Name>Stefan Gronewold(groni)</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2013-01-19</Date>
|
||||
<Version>4.2.0</Version>
|
||||
<Comment>New version</Comment>
|
||||
<Name>Ertan Güven</Name>
|
||||
<Email>ertan@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2011-05-04</Date>
|
||||
<Version>4.0.0</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Pisi Linux Admins</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</SpecFile>
|
||||
<SpecFile>
|
||||
<Source>
|
||||
<Name>cabextract</Name>
|
||||
|
||||
@@ -1 +1 @@
|
||||
2963887f076b8a144c03f1a6583cddbd7115941c
|
||||
fd6969382d1904b992d982bfc0ae75430cb01dec
|
||||
Binary file not shown.
@@ -1 +1 @@
|
||||
53b8e9cd923af96c4540670e941b9f7a94c0646a
|
||||
c71ca5203df64a99925fb17b8a9f9989d3a9d716
|
||||
@@ -0,0 +1,20 @@
|
||||
#!/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 pisitools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
WorkDir = "%s/%s" % (get.ARCH(), get.srcNAME())
|
||||
NoStrip = ["/"]
|
||||
|
||||
def install():
|
||||
pisitools.insinto("/opt/rar/bin", "rar")
|
||||
pisitools.insinto("/opt/rar/lib", "default.sfx")
|
||||
pisitools.insinto("/opt/rar/etc", "rarfiles.lst")
|
||||
|
||||
pisitools.dosym("/opt/rar/bin/rar", "/usr/bin/rar")
|
||||
|
||||
pisitools.dodoc("license.txt", "readme.txt", "whatsnew.txt", "order.htm", "rar.txt")
|
||||
@@ -0,0 +1,70 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>rar</Name>
|
||||
<Homepage>http://www.rarlab.com</Homepage>
|
||||
<Packager>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>RAR</License>
|
||||
<IsA>app:console</IsA>
|
||||
<Summary>RAR compressor</Summary>
|
||||
<Description>rar is an compressor supporting multiple volume archives and damage protection. It can also create SFX-archives. This program is shareware and you must register it after 40 days of use.</Description>
|
||||
<Archive sha1sum="f1a15c3f14d49899cbcaf2e6e559c1b878da5c40" type="targz" target="i686">http://www.rarlab.com/rar/rarlinux-5.3.0.tar.gz</Archive>
|
||||
<Archive sha1sum="bc6af5e5f941d903e4853ac6f57c82434e2ada01" type="targz" target="x86_64">http://www.rarlab.com/rar/rarlinux-x64-5.3.0.tar.gz</Archive>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>rar</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>libgcc</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="executable">/opt/rar/bin</Path>
|
||||
<Path fileType="data">/opt/rar/lib</Path>
|
||||
<Path fileType="data">/opt/rar/etc</Path>
|
||||
<Path fileType="doc">/usr/share/doc/rar</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="5">
|
||||
<Date>2016-01-01</Date>
|
||||
<Version>5.3.0</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Stefan Gronewold(groni)</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="4">
|
||||
<Date>2015-01-25</Date>
|
||||
<Version>5.2.0</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Stefan Gronewold(groni)</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="3">
|
||||
<Date>2013-11-21</Date>
|
||||
<Version>5.0.0</Version>
|
||||
<Comment>Update</Comment>
|
||||
<Name>Stefan Gronewold(groni)</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2013-01-19</Date>
|
||||
<Version>4.2.0</Version>
|
||||
<Comment>New version</Comment>
|
||||
<Name>Ertan Güven</Name>
|
||||
<Email>ertan@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2011-05-04</Date>
|
||||
<Version>4.0.0</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Pisi Linux Admins</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>rar</Name>
|
||||
<Summary xml:lang="tr">RAR sıkıştırıcı</Summary>
|
||||
<Description xml:lang="tr">rar, çoklu arşivleri ve hasar korumayı destekleyen bir sıkıştırıcıdır. rar aynı zamanda SFX arşivleri de yaratabilir. Bu uygulama ücretli olup 40 günlük kullanımdan sonra kayıt olunması gerekmektedir.</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
Reference in New Issue
Block a user