summaryrefslogtreecommitdiff
path: root/spice-protocol.spec
AgeCommit message (Collapse)AuthorFilesLines
2022-02-10build-sys: post-release version bump 0.14.5HEADmasterVictor Toso1-1/+1
Signed-off-by: Victor Toso <victortoso@redhat.com>
2020-10-01build-sys: post-release version bump to 0.14.4Frediano Ziglio1-1/+1
Signed-off-by: Frediano Ziglio <freddy77@gmail.com>
2020-08-10build: Do not use mingw_ninja_install macro in spec fileFrediano Ziglio1-1/+2
Some distribution like RHEL 8 does not define this macro. Use mingw_ninja instead. Signed-off-by: Frediano Ziglio <freddy77@gmail.com> Acked-by: Uri Lublin <uril@redhat.com>
2020-07-08build-sys: post-release version bump to 0.14.3Jakub Janků1-1/+1
Signed-off-by: Jakub Janků <jjanku@redhat.com> Acked-by: Frediano Ziglio <fziglio@redhat.com>
2020-03-12build-sys: Allows spec file to build MingW packagesFrediano Ziglio1-2/+34
Add MingW support. This allows to build MingW packages easily with a $ rpmbuild -ta spice-protocol-XXXX.tar.xz 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. Signed-off-by: Frediano Ziglio <fziglio@redhat.com> Signed-off-by: Victor Toso <victortoso@redhat.com> Acked-by: Eduardo Lima (Etrunko) <etrunko@redhat.com>
2020-03-10Remove foreign-menu and controller interfacesVictor Toso1-2/+1
Both were formally deprecated and announced for 0.14.1 release and can be removed from the codebase. 4816ae5 "foreign-menu: mark as deprecated" in 2020-03-06 2981f21 "controller: mark as deprecated" in 2020-03-06 Signed-off-by: Victor Toso <victortoso@redhat.com> Acked-by: Frediano Ziglio <fziglio@redhat.com>
2020-03-09Package SPEC file into Meson distribution fileFrediano Ziglio1-0/+175
Put final SPEC file in GIT repository directly to avoid having to bump Meson version to use distribution script. To avoid having incoherent version numbers check the versions from CI. Remove 'c' as project language, project don't need to compile any files. Meson however needs C compiler even if is not used so add to package requirements. Update CI to build RPM from package directly. Signed-off-by: Frediano Ziglio <fziglio@redhat.com> Acked-by: Eduardo Lima (Etrunko) <etrunko@redhat.com>