Hi,
On Mon, Oct 14, 2019 at 10:22:11AM +0100, Frediano Ziglio wrote:
> spicec is an obsolete client.
Should be fine to remove the other last referece (that my grep
could find) in this commit too?
server/red-channel-client.c:1187: * after spicec disconnect
(but not with spice-gtk) repeatedly.
- Original Message -
> From: "Victor Toso"
> To: "Frediano Ziglio"
> Cc: spice-devel@lists.freedesktop.org, cferg...@redhat.com
> Sent: Monday, 21 October, 2019 9:01:13 AM
> Subject: Re: [Spice-devel] [PATCH spice-server v2 1/7] smart-channel-client:
> Remove spicec client reference fr
On 10/11/19 6:56 AM, Frediano Ziglio wrote:
Add MingW support. This allows to build MingW packages easily with a
$ rpmbuild -ta spice-protocol-.tar.bz2
It's possible to disable MingW build using
$ rpmbuild --without mingw -ta spice-protocol-.tar.bz2
This is base on some work by
>
> On 10/11/19 6:56 AM, Frediano Ziglio wrote:
> > Add MingW support. This allows to build MingW packages easily with a
> >
> >$ rpmbuild -ta spice-protocol-.tar.bz2
> >
> > It's possible to disable MingW build using
> >
> >$ rpmbuild --without mingw -ta spice-protocol-.tar.bz2
Will be used by next commits.
Signed-off-by: Frediano Ziglio
---
spice-protocol.spec.in | 173 +
1 file changed, 173 insertions(+)
create mode 100644 spice-protocol.spec.in
diff --git a/spice-protocol.spec.in b/spice-protocol.spec.in
new file mode 100644
.pc files requires MingW version, not system one.
Signed-off-by: Frediano Ziglio
---
spice-protocol.spec.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/spice-protocol.spec.in b/spice-protocol.spec.in
index 54aacfd..2fe940b 100644
--- a/spice-protocol.spec.in
+++ b/spice-p
Use https instead of http, web server automatically redirects
to secure version.
Remove slash at the end, not needed.
Signed-off-by: Frediano Ziglio
---
spice-protocol.spec.in | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/spice-protocol.spec.in b/spice-protocol.spec.in
Add MingW support. This allows to build MingW packages easily with a
$ rpmbuild -ta spice-protocol-.tar.bz2
This is base on some work by Eduardo Lima adding MingW support to SPEC
files.
Part of dependencies, description and names came from Fedora SPEC file
for mingw-spice-protocol package.
Having the RPM spec file produced by the build is helpful in
different situation. Different tools like mock or code
scanners accept source RPMs as input.
Providing this file allows easily build of the source RPM (and
binaries) using a simple command like
$ rpmbuild -ta spice-protocol-.tar.bz