From: Jakub Bogusz Date: Sun, 6 Mar 2016 21:21:31 +0000 (+0100) Subject: - new X-Git-Tag: auto/th/wayland-protocols-1.1-1~1 X-Git-Url: http://git.pld-linux.org/?p=packages%2Fwayland-protocols.git;a=commitdiff_plain;h=bc1293e2bf7f583ca5a831d221990155f0ecbc45;ds=sidebyside - new --- bc1293e2bf7f583ca5a831d221990155f0ecbc45 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