## START: Set by rpmautospec ## (rpmautospec version 0.3.5) ## 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 %bcond_without test %global forgeurl https://github.com/WayfireWM/%{name} Name: wf-config Version: 0.8.0 Release: %autorelease Summary: Library for managing configuration files, written for wayfire %forgemeta License: MIT URL: %{forgeurl} Source0: %{forgesource} BuildRequires: cmake BuildRequires: gcc-c++ BuildRequires: meson >= 0.47 BuildRequires: cmake(glm) %if %{with test} BuildRequires: cmake(doctest) %endif BuildRequires: pkgconfig(libevdev) BuildRequires: pkgconfig(libxml-2.0) %description %{summary}. %package devel Summary: Development files for %{name} Requires: %{name}%{?_isa} = %{version}-%{release} %description devel Development files for %{name}. %prep %forgeautosetup -p1 %build %if %{with test} %meson \ -Dtests=enabled %else %meson \ -Dtests=disabled %endif %meson_build %install %meson_install %if %{with test} %check %meson_test %endif %files %license LICENSE %{_libdir}/lib%{name}.so.0* %{_libdir}/lib%{name}.so.1* %files devel %{_includedir}/wayfire/ %{_libdir}/lib%{name}.so %{_libdir}/pkgconfig/*.pc %changelog * Sat Oct 07 2023 Artem Polishchuk - 0.8.0-1 - chore: Update to 0.8.0 * Sat Oct 07 2023 Artem Polishchuk - 0.7.1-10 - build: Add Packit config * Sat Oct 07 2023 Artem Polishchuk - 0.7.1-9 - build: Use forge macros * Sat Jul 22 2023 Fedora Release Engineering - 0.7.1-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Sat Jan 21 2023 Fedora Release Engineering - 0.7.1-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Sat Jul 23 2022 Fedora Release Engineering - 0.7.1-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Sat Jan 22 2022 Fedora Release Engineering - 0.7.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Fri Jul 23 2021 Fedora Release Engineering - 0.7.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Wed Apr 21 2021 Artem Polishchuk - 0.7.1-1 - build(update): 0.7.1 * Mon Apr 19 2021 Artem Polishchuk - 0.7.0-4 - test: Disable temporary until GH#46 will be resolved * Mon Apr 12 2021 Artem Polishchuk - 0.7.0-3 - fix: FTBFS f35 | RH#1926159 * Tue Feb 23 2021 Artem Polishchuk - 0.7.0-2 - build: Switch to BR: glm-devel instead of pkgconfig * 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 * Wed Jul 29 2020 Fedora Release Engineering - 0.4.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Sun Jun 21 2020 Artem Polishchuk - 0.4.1-1 - Update to 0.4.1 - Remove GCC 10 patch, upstreamed now | GH-23 - Disable LTO * Sun Mar 22 2020 Artem Polishchuk - 0.4.0-2 - Enable LTO * Sat Mar 21 2020 Artem Polishchuk - 0.4.0-1 - Update to 0.4.0 * Thu Mar 12 2020 Artem Polishchuk - 0.3-1.20200313gitfdcc040 - Update to latest git snapshot * Fri Jan 31 2020 Fedora Release Engineering - 0.1-5.20190904gite8d57d1 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Tue Oct 01 2019 Artem Polishchuk - 0.1-4.20190904gite8d57d1 - Fix soname version * Thu Sep 26 2019 Artem Polishchuk - 0.1-3.20190904gite8d57d1 - Cosmetic fixes * Thu Sep 26 2019 gasinvein - Initial package