Fix description
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
This commit is contained in:
parent
4b274bfc81
commit
628a15a7d3
@ -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 <i.gnatenko.brain@gmail.com> - 1.0-2
|
||||
- Fix description
|
||||
|
||||
* Thu Nov 26 2015 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 1.0-1
|
||||
- Update to released 1.0
|
||||
- Move XMLs to devel pkg
|
||||
|
Loading…
Reference in New Issue
Block a user