]> git.pld-linux.org Git - packages/wlr-randr.git/commitdiff
new auto/th/wlr-randr-0.2.0-1
authorJan Palus <atler@pld-linux.org>
Sat, 27 Mar 2021 15:18:30 +0000 (16:18 +0100)
committerJan Palus <atler@pld-linux.org>
Sat, 27 Mar 2021 15:18:30 +0000 (16:18 +0100)
wlr-randr.spec [new file with mode: 0644]

diff --git a/wlr-randr.spec b/wlr-randr.spec
new file mode 100644 (file)
index 0000000..01e59ff
--- /dev/null
@@ -0,0 +1,36 @@
+Summary:       An xrandr clone for wlroots compositors
+Name:          wlr-randr
+Version:       0.2.0
+Release:       1
+License:       MIT
+Group:         Applications
+Source0:       https://github.com/emersion/wlr-randr/releases/download/v%{version}/%{name}-%{version}.tar.gz
+# Source0-md5: fc62932c1724ec3640376b6a156b375d
+URL:           https://github.com/emersion/wlr-randr
+BuildRequires: meson >= 0.47.0
+BuildRequires: ninja
+BuildRequires: rpmbuild(macros) >= 1.752
+BuildRequires: wayland-devel
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Utility to manage outputs of a Wayland compositor.
+
+%prep
+%setup -q
+
+%build
+%meson build
+%ninja_build -C build
+
+%install
+rm -rf $RPM_BUILD_ROOT
+%ninja_install -C build
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc README.md
+%attr(755,root,root) %{_bindir}/%{name}
This page took 0.134967 seconds and 4 git commands to generate.