## START: Set by rpmautospec ## (rpmautospec version 0.7.3) ## RPMAUTOSPEC: autorelease, autochangelog %define autorelease(e:s:pb:n) %{?-p:0.}%{lua: release_number = 2; 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 %global forgeurl https://github.com/WayfireWM/wcm Name: wayfire-config-manager Version: 0.9.0 %forgemeta Release: %autorelease Summary: Wayfire Config Manager License: MIT URL: %{forgeurl} Source0: %{forgesource} # https://github.com/WayfireWM/wcm/pull/90 Patch0: %{forgeurl}/pull/90.patch#/appdata-fix.patch BuildRequires: desktop-file-utils BuildRequires: gcc-c++ BuildRequires: glm-devel BuildRequires: meson BuildRequires: pkgconfig(gtk+-3.0) BuildRequires: pkgconfig(gtkmm-3.0) BuildRequires: pkgconfig(libxml-2.0) BuildRequires: pkgconfig(wayfire) BuildRequires: pkgconfig(wayland-protocols) BuildRequires: pkgconfig(wf-config) >= 0.9.0 BuildRequires: pkgconfig(wf-shell) >= 0.9.0 Requires: hicolor-icon-theme %description %{summary}. %prep %forgeautosetup -p1 %build %meson \ -Denable_wdisplays=false \ %meson_build %install %meson_install %check desktop-file-validate %{buildroot}%{_datadir}/applications/*.desktop %files %license LICENSE %{_bindir}/wcm %{_datadir}/applications/*.desktop %{_datadir}/icons/hicolor/*/apps/*.png %{_datadir}/wayfire/ %changelog ## START: Generated by rpmautospec * Tue Oct 08 2024 Artem Polishchuk - 0.9.0-2 - build: Add appdata fix patch * Mon Oct 07 2024 Artem Polishchuk - 0.9.0-1 - chore: Update to 0.9.0 * Sat Jul 20 2024 Fedora Release Engineering - 0.8.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild * Sat Jan 27 2024 Fedora Release Engineering - 0.8.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Sun Oct 08 2023 Artem Polishchuk - 0.8.0-2 - packit: Add upstream_tag_template: v{version} * Sat Oct 07 2023 Artem Polishchuk - 0.8.0-1 - build: Update to 0.8.0 * Sat Oct 07 2023 Artem Polishchuk - 0.7.5-5 - build: Add Packit config * Sat Oct 07 2023 Artem Polishchuk - 0.7.5-4 - build: Use forge macros * Sat Jul 22 2023 Fedora Release Engineering - 0.7.5-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Sat Jan 21 2023 Fedora Release Engineering - 0.7.5-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Mon Jan 16 2023 Artem Polishchuk - 0.7.5-1 - chore: Update to 0.7.5 * Sat Jul 23 2022 Fedora Release Engineering - 0.7.0-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Sat Jan 22 2022 Fedora Release Engineering - 0.7.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Fri Sep 10 2021 Artem Polishchuk - 0.7.0-3 - fix: FTBFS 35 * Fri Jul 23 2021 Fedora Release Engineering - 0.7.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Fri Jan 29 2021 Artem Polishchuk - 0.7.0-1 - build(update): 0.7.0 * Wed Jan 27 2021 Fedora Release Engineering - 0.6.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Wed Nov 18 2020 Artem Polishchuk - 0.6.0-1 - build(update): 0.6.0 * Tue Aug 04 2020 Artem Polishchuk - 0.5.0-1 - Update to 0.5.0 * Sat Aug 01 2020 Fedora Release Engineering - 0.4.0-4 - Second attempt - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Wed Jul 29 2020 Fedora Release Engineering - 0.4.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Sun Mar 22 2020 Artem Polishchuk - 0.4.0-2 - Enable LTO * Sun Mar 22 2020 Artem Polishchuk - 0.4.0-1 - Update to 0.4.0 * Fri Jan 31 2020 Fedora Release Engineering - 0-4.20190920git2f3e075 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Thu Sep 26 2019 Artem Polishchuk - 0-3.20190920git2f3e075 - Tiny fixes * Thu Sep 26 2019 gasinvein - Initial package ## END: Generated by rpmautospec