summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUri Lublin <uril@redhat.com>2018-06-03 12:24:36 +0300
committerUri Lublin <uril@redhat.com>2018-06-06 13:58:53 +0300
commitec8412452b2738dbe74384f2bb78b50b2d31ca22 (patch)
tree31c3a6980405f373244b0f36b01bce35860dd2da
parent1b5864572835a0673f2f426cd10f98807d699265 (diff)
spec: some small fixes
1. break a long description line into two lines 2. add changelog version of pre-release 0.1 version 3. replace "ChangeLog" documentation file with "NEWS" (we try to keep NEWS updated, but not ChangeLog) 4. description: s/Spice/SPICE/ Signed-off-by: Uri Lublin <uril@redhat.com> Acked-by: Frediano Ziglio <fziglio@redhat.com>
-rw-r--r--spice-streaming-agent.spec.in9
1 files changed, 5 insertions, 4 deletions
diff --git a/spice-streaming-agent.spec.in b/spice-streaming-agent.spec.in
index 843bf07..c2ba4bf 100644
--- a/spice-streaming-agent.spec.in
+++ b/spice-streaming-agent.spec.in
@@ -17,7 +17,8 @@ Requires(post): /usr/sbin/semanage
Requires(postun): /usr/sbin/semanage
%description
-An agent, running on a guest, sending video streams of the X display to a remote client (over Spice)
+An agent, running on a guest, sending video streams of the X display to a
+remote client (over SPICE).
%package devel
Requires: spice-protocol >= @SPICE_PROTOCOL_MIN_VER@
@@ -55,7 +56,7 @@ fi
%files
-%doc COPYING ChangeLog README
+%doc COPYING NEWS README
%{_udevrulesdir}/90-spice-guest-streaming.rules
%{_bindir}/spice-streaming-agent
%{_sysconfdir}/xdg/autostart/spice-streaming.desktop
@@ -67,5 +68,5 @@ fi
%{_libdir}/pkgconfig
%changelog
-* Wed Aug 16 2017 Frediano Ziglio <fziglio@redhat.com>
-- Initial package
+* Wed Aug 16 2017 Frediano Ziglio <fziglio@redhat.com> - 0.1-1
+- Initial package (pre-release)