ruby:ver bump
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>ruby</Name>
|
||||
@@ -8,30 +8,36 @@
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<PartOf>programming.language.ruby</PartOf>
|
||||
<License>Ruby</License>
|
||||
<IsA>app:console</IsA>
|
||||
<Summary>An object-oriented scripting language</Summary>
|
||||
<Description>Ruby is a dynamic, open source programming language with a focus on simplicity and productivity. It has an elegant syntax that is natural to read and easy to write.</Description>
|
||||
<Archive sha1sum="1416ce288fb8bfeae07a12b608540318c9cace71" type="targz">https://cache.ruby-lang.org/pub/ruby/2.6/ruby-2.6.5.tar.gz</Archive>
|
||||
<Archive sha1sum="6c92300d7fd3e9cbb433e5e687535dc5300848eb" type="tarxz">https://cache.ruby-lang.org/pub/ruby/2.7/ruby-2.7.1.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>tcltk-devel</Dependency>
|
||||
<Dependency>gmp-devel</Dependency>
|
||||
<Dependency>tcl-devel</Dependency>
|
||||
<Dependency>gdbm-devel</Dependency>
|
||||
<Dependency>gmp-devel</Dependency>
|
||||
<Dependency>zlib-devel</Dependency>
|
||||
<Dependency>gdbm-devel</Dependency>
|
||||
<Dependency>tcltk-devel</Dependency>
|
||||
<Dependency>libffi-devel</Dependency>
|
||||
<Dependency>openssl-devel</Dependency>
|
||||
<Dependency>libyaml-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
<Patches>
|
||||
<!-- <Patch level="1">ruby-2.7.0-Remove-RubyGems-dependency.patch</Patch>
|
||||
<Patch level="1">ruby-2.7.0-Initialize-ABRT-hook.patch</Patch> -->
|
||||
</Patches>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>ruby</Name>
|
||||
<Summary>An object-oriented language for quick and easy programming</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>gmp</Dependency>
|
||||
<Dependency>tcl</Dependency>
|
||||
<Dependency>gdbm</Dependency>
|
||||
<Dependency>gmp</Dependency>
|
||||
<Dependency>zlib</Dependency>
|
||||
<Dependency>gdbm</Dependency>
|
||||
<Dependency>tcltk</Dependency>
|
||||
<Dependency>libffi</Dependency>
|
||||
<Dependency>openssl</Dependency>
|
||||
@@ -39,18 +45,51 @@
|
||||
<Dependency>readline</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<!-- ruby binaries -->
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="library">/usr/lib/ruby/2.6.0/</Path>
|
||||
<Path fileType="library">/usr/lib/ruby/site_ruby/</Path>
|
||||
<Path fileType="library">/usr/lib/ruby/vendor_ruby/</Path>
|
||||
<Path fileType="library">/usr/lib/ruby/libruby-static.a</Path>
|
||||
<Path fileType="library">/usr/lib/libruby.so.2.6</Path>
|
||||
<Path fileType="library">/usr/lib/libruby.so.2.6.5</Path>
|
||||
<Path fileType="library">/usr/lib/libruby-static.a</Path>
|
||||
|
||||
<!-- ruby libraries -->
|
||||
<Path fileType="library">/usr/lib/ruby/2.7.0/</Path>
|
||||
|
||||
<Path fileType="library">/usr/lib/libruby.so.2.7.1</Path>
|
||||
<Path fileType="library">/usr/lib/libruby.so.2.7</Path>
|
||||
<Path fileType="library">/usr/lib/libruby.so</Path>
|
||||
<Path fileType="doc">/usr/share/ri</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
<Path fileType="man">/usr/share/man</Path>
|
||||
|
||||
<Path fileType="library">/usr/lib/ruby/site_ruby/2.7.0/</Path>
|
||||
<Path fileType="library">/usr/lib/ruby/vendor_ruby/2.7.0/</Path>
|
||||
<!-- ruby man files -->
|
||||
<Path fileType="man">/usr/share/man/man1</Path>
|
||||
<!-- ruby doc files -->
|
||||
<Path fileType="doc">/usr/share/doc/ruby/LEGAL</Path>
|
||||
<Path fileType="doc">/usr/share/doc/ruby/LICENSE</Path>
|
||||
<Path fileType="doc">/usr/share/doc/ruby/README*</Path>
|
||||
<Path fileType="doc">/usr/share/doc/ruby/COPYING*</Path>
|
||||
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>ruby-devel</Name>
|
||||
<Summary>Development files for ruby</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="current">ruby</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="header">/usr/lib/pkgconfig/</Path>
|
||||
<Path fileType="header">/usr/include</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>ruby-docs</Name>
|
||||
<Summary>Documentation files for ruby</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="current">ruby</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<!-- ruby index files -->
|
||||
<Path fileType="doc">/usr/share/ri/</Path>
|
||||
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
@@ -61,26 +100,26 @@
|
||||
<Dependency>ruby</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<!-- rubygems binary -->
|
||||
<Path fileType="executable">/usr/bin/gem</Path>
|
||||
<Path fileType="library">/usr/lib/ruby/gems</Path>
|
||||
<Path fileType="data">/usr/share/ri/2.6.0/system/Gem</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>ruby-devel</Name>
|
||||
<Summary>ruby için geliştirme dosyaları</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="current">ruby</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="header">/usr/include</Path>
|
||||
<Path fileType="header">/usr/lib/pkgconfig</Path>
|
||||
<!-- rubygems gem libraries -->
|
||||
<Path fileType="library">/usr/lib/ruby/gems/</Path>
|
||||
<!-- ruby index files -->
|
||||
<Path fileType="data">/usr/share/ri/2.7.0/system/Gem</Path>
|
||||
<!-- rubygem man files -->
|
||||
<Path fileType="man">/usr/share/man/man5</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="7">
|
||||
<Update release="8">
|
||||
<Date>2020-04-26</Date>
|
||||
<Version>2.7.1</Version>
|
||||
<Comment>Minor version bump.</Comment>
|
||||
<Name>Blue Devil</Name>
|
||||
<Email>bluedevil@sctzine.com</Email>
|
||||
</Update>
|
||||
<Update release="7">
|
||||
<Date>2020-01-07</Date>
|
||||
<Version>2.6.5</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
@@ -137,4 +176,4 @@
|
||||
<Email>ayhanyalcinsoy@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
</PISI>
|
||||
Reference in New Issue
Block a user