## START: Set by rpmautospec ## (rpmautospec version 0.8.3) ## RPMAUTOSPEC: autorelease, autochangelog %define autorelease(e:s:pb:n) %{?-p:0.}%{lua: release_number = 1; base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}")); print(release_number + base_release_number - 1); }%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}} ## END: Set by rpmautospec # Generated by go2rpm 1.18.0 %bcond check 1 # https://github.com/nwg-piotr/nwg-look %global goipath github.com/nwg-piotr/nwg-look Version: 1.0.6 %gometa -L -f Name: nwg-look Release: %autorelease Summary: GTK3 settings editor adapted to work in the wlroots environment # Generated by go-vendor-tools License: BSD-3-Clause AND ISC AND MIT URL: %{gourl} Source0: %{gosource} # Generated by go-vendor-tools Source1: %{archivename}-vendor.tar.bz2 Source2: go-vendor-tools.toml BuildRequires: go-vendor-tools BuildRequires: pkgconfig(gtk+-3.0) # for cursor theme preview Requires: xcur2png %description GTK3 settings editor adapted to work in the wlroots environment. %prep %goprep -p1 tar -xf %{S:1} %generate_buildrequires %go_vendor_license_buildrequires -c %{S:2} %build %global gomodulesmode GO111MODULE=on %gobuild -o %{gobuilddir}/bin/nwg-look %{goipath} %install %go_vendor_license_install -c %{S:2} install -m 0755 -vd %{buildroot}%{_bindir} install -m 0755 -vp %{gobuilddir}/bin/* %{buildroot}%{_bindir}/ install -m 0755 -vd %{buildroot}%{_datadir}/applications install -m 0644 -vp stuff/%{name}.desktop %{buildroot}%{_datadir}/applications/ install -m 0755 -vd %{buildroot}%{_datadir}/icons/hicolor/scalable/apps install -m 0644 -vp stuff/%{name}.svg %{buildroot}%{_datadir}/icons/hicolor/scalable/apps/ install -m 0755 -vd %{buildroot}%{_datadir}/%{name} install -m 0644 -vp stuff/main.glade %{buildroot}%{_datadir}/%{name}/ install -m 0755 -vd %{buildroot}%{_datadir}/%{name}/langs install -m 0644 -vp langs/* %{buildroot}%{_datadir}/%{name}/langs/ %check %go_vendor_license_check -c %{S:2} %if %{with check} %gocheck2 %endif %files -f %{go_vendor_license_filelist} %doc README.md %{_bindir}/nwg-look %{_datadir}/applications/%{name}.desktop %{_datadir}/icons/hicolor/scalable/apps/%{name}.svg %{_datadir}/%{name}/ %changelog ## START: Generated by rpmautospec * Wed Dec 31 2025 John Doe - 1.0.6-1 - Uncommitted changes ## END: Generated by rpmautospec