From 628a15a7d3bd790ef90862124e68454c7479ce51 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Sat, 5 Dec 2015 19:11:31 +0100 Subject: [PATCH] Fix description Signed-off-by: Igor Gnatenko --- wayland-protocols.spec | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/wayland-protocols.spec b/wayland-protocols.spec index 7ac870b..3cba386 100644 --- a/wayland-protocols.spec +++ b/wayland-protocols.spec @@ -1,6 +1,6 @@ Name: wayland-protocols Version: 1.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Wayland protocols that adds functionality not available in the core protocol License: MIT @@ -18,18 +18,20 @@ protocol either in Wayland core, or some other protocol in wayland-protocols. %package devel -Summary: Development files for %{name} -Requires: pkgconfig +Summary: Wayland protocols that adds functionality not available in the core protocol %description devel -Development files for %{name}. +wayland-protocols contains Wayland protocols that adds functionality not +available in the Wayland core protocol. Such protocols either adds +completely new functionality, or extends the functionality of some other +protocol either in Wayland core, or some other protocol in +wayland-protocols. %prep %autosetup %build %configure -%make_build %install %make_install @@ -41,6 +43,9 @@ Development files for %{name}. %{_datadir}/%{name}/ %changelog +* Sat Dec 05 2015 Igor Gnatenko - 1.0-2 +- Fix description + * Thu Nov 26 2015 Igor Gnatenko - 1.0-1 - Update to released 1.0 - Move XMLs to devel pkg