[packages/wayland-protocols] - new

qboosh qboosh at pld-linux.org
Sun Mar 6 22:17:58 CET 2016


commit bc1293e2bf7f583ca5a831d221990155f0ecbc45
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Sun Mar 6 22:21:31 2016 +0100

    - new

 wayland-protocols.spec | 51 ++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 51 insertions(+)
---
diff --git a/wayland-protocols.spec b/wayland-protocols.spec
new file mode 100644
index 0000000..99631a7
--- /dev/null
+++ b/wayland-protocols.spec
@@ -0,0 +1,51 @@
+Summary:	Wayland protocol files
+Summary(pl.UTF-8):	Pliki protokołu Wayland
+Name:		wayland-protocols
+Version:	1.1
+Release:	1
+License:	MIT
+Group:		Libraries
+Source0:	https://wayland.freedesktop.org/releases/%{name}-%{version}.tar.xz
+# Source0-md5:	9715e62102ed4e4f1bb3df57b2b02308
+URL:		https://wayland.freedesktop.org/
+BuildRequires:	pkgconfig
+BuildRequires:	wayland-devel
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%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.
+
+%description -l pl.UTF-8
+Pakiet wayland-protocols zawiera protokoły Wayland dodające
+funkcjonalność niedostępną w podstawowym protokole Wayland. Protokoły
+te dodają zupełnie funkcje, albo rozszerzają funkcjonalność innego
+protokołu spośród postawiowych protokołów Wayland lub innego protokołu
+z wayland-protocols.
+
+%prep
+%setup -q
+
+%build
+%configure \
+	--disable-silent-rules
+
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc COPYING README
+%{_datadir}/wayland-protocols
+%{_npkgconfigdir}/wayland-protocols.pc
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/wayland-protocols.git/commitdiff/bc1293e2bf7f583ca5a831d221990155f0ecbc45



More information about the pld-cvs-commit mailing list