]> git.pld-linux.org Git - packages/wayland-protocols.git/commitdiff
- new
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 6 Mar 2016 21:21:31 +0000 (22:21 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Sun, 6 Mar 2016 21:21:31 +0000 (22:21 +0100)
wayland-protocols.spec [new file with mode: 0644]

diff --git a/wayland-protocols.spec b/wayland-protocols.spec
new file mode 100644 (file)
index 0000000..99631a7
--- /dev/null
@@ -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
This page took 0.098484 seconds and 4 git commands to generate.