Merge pull request #13831 from Rmys/master

libuhttpmock ver. bump
This commit is contained in:
Rmys
2024-03-18 14:55:05 +03:00
committed by GitHub
2 changed files with 21 additions and 8 deletions
+8 -4
View File
@@ -7,16 +7,20 @@
from pisi.actionsapi import autotools from pisi.actionsapi import autotools
from pisi.actionsapi import pisitools from pisi.actionsapi import pisitools
from pisi.actionsapi import shelltools from pisi.actionsapi import shelltools
from pisi.actionsapi import mesontools
from pisi.actionsapi import get from pisi.actionsapi import get
def setup(): def setup():
shelltools.system("sh ./autogen.sh") # shelltools.system("sh ./autogen.sh")
autotools.configure() # autotools.configure()
mesontools.configure()
def build(): def build():
autotools.make() # autotools.make()
mesontools.build()
def install(): def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR()) # autotools.rawInstall("DESTDIR=%s" % get.installDIR())
mesontools.install()
pisitools.dodoc("AUTHORS", "COPYING", "NEWS", "README") pisitools.dodoc("AUTHORS", "COPYING", "NEWS", "README")
+13 -4
View File
@@ -12,13 +12,14 @@
<IsA>app</IsA> <IsA>app</IsA>
<Summary>HTTP web service mocking project for projects which use libsoup</Summary> <Summary>HTTP web service mocking project for projects which use libsoup</Summary>
<Description>HTTP web service mocking project for projects which use libsoup</Description> <Description>HTTP web service mocking project for projects which use libsoup</Description>
<Archive sha1sum="ff4d986d2ddcd38a2df281a7d419f7ae4f26d50c" type="targz">https://gitlab.com/uhttpmock/uhttpmock/-/archive/0.5.3/uhttpmock-0.5.3.tar.gz</Archive> <Archive sha1sum="42bfe5f87c1853d9e98f62cd82ad53386802804f" type="targz">https://gitlab.freedesktop.org/pwithnall/uhttpmock/-/archive/0.10.0/uhttpmock-0.10.0.tar.gz</Archive>
<BuildDependencies> <BuildDependencies>
<Dependency>meson</Dependency>
<Dependency>gtk-doc</Dependency> <Dependency>gtk-doc</Dependency>
<Dependency>vala-devel</Dependency> <Dependency>vala-devel</Dependency>
<Dependency>glib2-devel</Dependency> <Dependency>glib2-devel</Dependency>
<Dependency>gettext-devel</Dependency> <Dependency>gettext-devel</Dependency>
<Dependency>libsoup-devel</Dependency> <Dependency>libsoup3-devel</Dependency>
<Dependency>autoconf-archive</Dependency> <Dependency>autoconf-archive</Dependency>
</BuildDependencies> </BuildDependencies>
<!-- <!--
@@ -33,12 +34,13 @@
<Name>libuhttpmock</Name> <Name>libuhttpmock</Name>
<RuntimeDependencies> <RuntimeDependencies>
<Dependency>glib2</Dependency> <Dependency>glib2</Dependency>
<Dependency>libsoup</Dependency> <Dependency>libsoup3</Dependency>
</RuntimeDependencies> </RuntimeDependencies>
<Files> <Files>
<Path fileType="library">/usr/lib</Path> <Path fileType="library">/usr/lib</Path>
<Path fileType="data">/usr/share/vala</Path> <Path fileType="data">/usr/share/vala</Path>
<Path fileType="doc">/usr/share/doc</Path> <Path fileType="doc">/usr/share/doc</Path>
<Path fileType="doc">/usr/share/gtk-doc</Path>
</Files> </Files>
</Package> </Package>
@@ -48,7 +50,7 @@
<RuntimeDependencies> <RuntimeDependencies>
<Dependency release="current">libuhttpmock</Dependency> <Dependency release="current">libuhttpmock</Dependency>
<Dependency>glib2-devel</Dependency> <Dependency>glib2-devel</Dependency>
<Dependency>libsoup-devel</Dependency> <Dependency>libsoup3-devel</Dependency>
</RuntimeDependencies> </RuntimeDependencies>
<Files> <Files>
<Path fileType="header">/usr/include</Path> <Path fileType="header">/usr/include</Path>
@@ -58,6 +60,13 @@
</Package> </Package>
<History> <History>
<Update release="2">
<Date>2024-03-18</Date>
<Version>0.10.0</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="1"> <Update release="1">
<Date>2021-06-02</Date> <Date>2021-06-02</Date>
<Version>0.5.3</Version> <Version>0.5.3</Version>