# Generated by go2rpm 1.9.0 %bcond_without check # https://github.com/nwg-piotr/nwg-bar %global goipath github.com/nwg-piotr/nwg-bar Version: 0.1.6 %gometa -f %global common_description %{expand: The nwg-bar command creates a button bar on the basis of a JSON template placed in the ~/.config/nwg-bar/ folder. By default the command displays a horizontal bar in the center of the screen. Use command line arguments to change the placement.} %global golicenses LICENSE %global godocs README.md Name: nwg-bar Release: 1%{?dist} Summary: GTK3-based button bar for wlroots-based compositors License: MIT URL: %{gourl} Source: %{gosource} BuildRequires: golang(github.com/allan-simon/go-singleinstance) BuildRequires: golang(github.com/dlasky/gotk3-layershell/layershell) BuildRequires: golang(github.com/dlasky/gotk3-layershell/layershell) BuildRequires: golang(github.com/gotk3/gotk3/glib) BuildRequires: golang(github.com/gotk3/gotk3/glib) BuildRequires: golang(github.com/joshuarubin/go-sway) Supplements: nwg-panel %description %{common_description} %gopkg %prep %goprep %autopatch -p1 %generate_buildrequires %go_generate_buildrequires %build %gobuild -o %{gobuilddir}/bin/nwg-bar %{goipath} %install %gopkginstall install -m 0755 -vd %{buildroot}%{_bindir} install -m 0755 -vd %{buildroot}%{_datadir}/%{name} install -m 0755 -vd %{buildroot}%{_datadir}/%{name}/images install -m 0755 -vp %{gobuilddir}/bin/* %{buildroot}%{_bindir}/ install -m 0644 -vp config/* %{buildroot}%{_datadir}/%{name}/ install -m 0644 -vp images/* %{buildroot}%{_datadir}/%{name}/images/ %if %{with check} %check %gocheck %endif %files %license LICENSE %doc README.md %{_bindir}/* %{_datadir}/%{name} %gopkgfiles %changelog * Mon Jan 29 2024 Jerzy Drożdż  - 0.1.6-1 - Update to 0.1.6 * Mon Dec 11 2023 Jerzy Drożdż  - 0.1.5-1 - Update to 0.1.5 * Fri Oct 27 2023 Jerzy Drożdż  - 0.1.4-1 - Update to 0.1.4 * Tue Aug 01 2023 Jerzy Drożdż - 0.1.3-2 - Golang packaging guidelines spec file * Sun Jun 04 2023 Jerzy Drożdż  - 0.1.3-1 - Update to 0.1.3 * Mon Feb 27 2023 Jerzy Drożdż - 0.1.1-1 - Update to 0.1.1 * Thu Dec 29 2022 Jerzy Drożdż - 0.1.0-1 - Initial build