From 4b274bfc81a22378b4ee4489650099a88d92cc84 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Sat, 5 Dec 2015 19:00:40 +0100 Subject: [PATCH] Initial import Signed-off-by: Igor Gnatenko --- .gitignore | 1 + sources | 1 + wayland-protocols.spec | 50 ++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 52 insertions(+) create mode 100644 wayland-protocols.spec diff --git a/.gitignore b/.gitignore index e69de29..91ea49e 100644 --- a/.gitignore +++ b/.gitignore @@ -0,0 +1 @@ +/wayland-protocols-1.0.tar.xz diff --git a/sources b/sources index e69de29..643c4e8 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +1ee04fc828cffaf278fdc684a13981eb wayland-protocols-1.0.tar.xz diff --git a/wayland-protocols.spec b/wayland-protocols.spec new file mode 100644 index 0000000..7ac870b --- /dev/null +++ b/wayland-protocols.spec @@ -0,0 +1,50 @@ +Name: wayland-protocols +Version: 1.0 +Release: 1%{?dist} +Summary: Wayland protocols that adds functionality not available in the core protocol + +License: MIT +URL: http://wayland.freedesktop.org/ +Source0: http://wayland.freedesktop.org/releases/%{name}-%{version}.tar.xz + +BuildArch: noarch +BuildRequires: make + +%description +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. + +%package devel +Summary: Development files for %{name} +Requires: pkgconfig + +%description devel +Development files for %{name}. + +%prep +%autosetup + +%build +%configure +%make_build + +%install +%make_install + +%files devel +%license COPYING +%doc README +%{_datadir}/pkgconfig/%{name}.pc +%{_datadir}/%{name}/ + +%changelog +* Thu Nov 26 2015 Igor Gnatenko - 1.0-1 +- Update to released 1.0 +- Move XMLs to devel pkg +- Drop non-interesting part of description + +* Sun Nov 22 2015 Igor Gnatenko - 0.1.0-0.gitf828a43 +- Initial package