.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 375291c..d295e44 100644
--- a/spice-protocol.spec.in
+++ b/spice-p
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 Eduardo Lima adding MingW support to SPEC
files.
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
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
This series is part from a former series.
There's an initial import commit to better understand the changes.
It contains some work from Eduardo for MingW packaging.
Final patches are really minor.
Frediano Ziglio (5):
build-sys: Import spec file from Fedora
build-sys: Provide spec file during
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
>
> Sorry for not being clear.
>
>
> In this case, the client is Asterisk and the server is a SPICE server.
>
> They want to send audio from the client to the server. The documentation
> says that I need to use
> RED_RECORD_* messages. The server must start requesting the record from
> the clie
On 10/7/19 11:10 AM, Victor Toso wrote:
Hi,
On Sun, Oct 06, 2019 at 10:49:13AM +0300, Uri Lublin wrote:
On 10/4/19 11:37 AM, Victor Toso > On Thu, Oct 03, 2019 at 05:13:46PM +0300,
Uri Lublin wrote:>> On 10/3/19 1:14 PM, Victor Toso wrote:>>> From: Victor
Toso >> Useful to test different cl