This commit is contained in:
Rmys
2020-02-01 15:53:06 +03:00
parent 0cf7dd3355
commit 1da7ae03cb
+11 -3
View File
@@ -12,9 +12,9 @@
<IsA>app</IsA>
<Summary>A tiny library providing a C "class" for working with arbitrary big sizes in bytes</Summary>
<Description>Bayt cinsinden rastgele büyük boyutlarla çalışmak için C sınıfı olan kütüphane</Description>
<Archive sha1sum="ef29982499abeeeeffc71cfa500eea15ab64ceb5" type="targz">https://github.com/storaged-project/libbytesize/releases/download/1.4/libbytesize-1.4.tar.gz</Archive>
<Archive sha1sum="e178fa995fc61ce32d73b4f2f0ff097d65637ece" type="targz">https://github.com/storaged-project/libbytesize/releases/download/2.2/libbytesize-2.2.tar.gz</Archive>
<BuildDependencies>
<Dependency>libpcre-devel</Dependency>
<Dependency>libpcre2-devel</Dependency>
<Dependency>python3-devel</Dependency>
<Dependency>python-devel</Dependency>
<Dependency>mpfr-devel</Dependency>
@@ -26,11 +26,12 @@
<Package>
<Name>libbytesize</Name>
<RuntimeDependencies>
<Dependency>libpcre</Dependency>
<Dependency>libpcre2</Dependency>
<Dependency>mpfr</Dependency>
<Dependency>gmp</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="data">/usr/share</Path>
<Path fileType="localedata">/usr/share/locale</Path>
@@ -51,6 +52,13 @@
</Package>
<History>
<Update release="2">
<Date>2020-02-01</Date>
<Version>2.2</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="1">
<Date>2019-01-02</Date>
<Version>1.4</Version>