Fix description

Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
This commit is contained in:
Igor Gnatenko 2015-12-05 19:11:31 +01:00
parent 4b274bfc81
commit 628a15a7d3

View File

@ -1,6 +1,6 @@
Name: wayland-protocols Name: wayland-protocols
Version: 1.0 Version: 1.0
Release: 1%{?dist} Release: 2%{?dist}
Summary: Wayland protocols that adds functionality not available in the core protocol Summary: Wayland protocols that adds functionality not available in the core protocol
License: MIT License: MIT
@ -18,18 +18,20 @@ protocol either in Wayland core, or some other protocol in
wayland-protocols. wayland-protocols.
%package devel %package devel
Summary: Development files for %{name} Summary: Wayland protocols that adds functionality not available in the core protocol
Requires: pkgconfig
%description devel %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 %prep
%autosetup %autosetup
%build %build
%configure %configure
%make_build
%install %install
%make_install %make_install
@ -41,6 +43,9 @@ Development files for %{name}.
%{_datadir}/%{name}/ %{_datadir}/%{name}/
%changelog %changelog
* Sat Dec 05 2015 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 1.0-2
- Fix description
* Thu Nov 26 2015 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 1.0-1 * Thu Nov 26 2015 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 1.0-1
- Update to released 1.0 - Update to released 1.0
- Move XMLs to devel pkg - Move XMLs to devel pkg