## START: Set by rpmautospec ## (rpmautospec version 0.6.0) ## 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 Name: webp-pixbuf-loader Version: 0.2.7 Release: %autorelease Summary: WebP image loader for GTK+ applications License: LGPL-2.0-or-later URL: https://github.com/aruiz/webp-pixbuf-loader Source0: https://github.com/aruiz/%{name}/archive/%{version}/%{name}-%{version}.tar.gz BuildRequires: meson BuildRequires: gcc BuildRequires: gcc-c++ BuildRequires: gdk-pixbuf2-devel BuildRequires: libwebp-devel Requires: gdk-pixbuf2%{?_isa} %description webp-pixbuf-loader contains a plugin to load WebP images in GTK+ applications %prep %autosetup %build %meson -Dgdk_pixbuf_query_loaders_path=gdk-pixbuf-query-loaders-%{__isa_bits} %meson_build %install %meson_install %check %meson_test %files %license LICENSE.LGPL-2 %{_libdir}/gdk-pixbuf-2.0/*/loaders/libpixbufloader-webp.so %{_datadir}/thumbnailers/webp-pixbuf.thumbnailer %changelog ## START: Generated by rpmautospec * Sun Mar 03 2024 Mikel Olasagasti Uranga - 0.2.7-1 - Update to 0.2.7 - Closes rhbz#2264356 * Sun Mar 03 2024 Mikel Olasagasti Uranga - 0.2.6-2 - Configure Packit for release automation * Wed Jan 24 2024 Mikel Olasagasti Uranga - 0.2.6-1 - Update to 0.2.6 - Closes rhbz#2260026 * Fri Oct 20 2023 Miroslav Suchý - 0.2.4-3 - Migrate to SPDX license * Sat Jul 22 2023 Fedora Release Engineering - 0.2.4-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Thu Mar 30 2023 Mikel Olasagasti Uranga - 0.2.4-1 - Update to 0.2.4 - Closes rhbz#2182837 * Mon Mar 06 2023 Mikel Olasagasti Uranga - 0.2.2-1 - Update to 0.2.2 * Sat Mar 04 2023 Mikel Olasagasti Uranga - 0.2.1-1 - Update to 0.2.1 - Closes rhbz#2175377 * Fri Feb 24 2023 Mikel Olasagasti Uranga - 0.2.0-1 - Update to 0.2.0 - Closes rhbz#2172560 * Sat Jan 21 2023 Fedora Release Engineering - 0.0.7-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Fri Oct 28 2022 Mikel Olasagasti Uranga - 0.0.7-1 - Update to 0.0.7 and enable tests * Sat Jul 23 2022 Fedora Release Engineering - 0.0.6-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Thu Jul 14 2022 Mikel Olasagasti Uranga - 0.0.6-1 - Update to 0.0.6 - Closes rhbz#2107117 * Mon May 23 2022 Mikel Olasagasti Uranga - 0.0.5-1 - Update to 0.0.5 - Closes rhbz#2089253 * Thu Feb 03 2022 Mikel Olasagasti Uranga - 0.0.4-1 - Update to 0.0.4 - Closes rhbz#2050423 * Sat Jan 22 2022 Fedora Release Engineering - 0.0.3-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Fri Jul 23 2021 Fedora Release Engineering - 0.0.3-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Wed Mar 24 2021 Mikel Olasagasti Uranga - 0.0.3 - Update to 0.0.3 * Wed Jan 27 2021 Fedora Release Engineering - 0.0.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Wed Jan 06 2021 Mikel Olasagasti Uranga - 0.0.2 - Update to 0.0.2 - Install webp-pixbuf.thumbnailer - Remove extra license text file, now bundled in the release * Wed Jul 29 2020 Fedora Release Engineering - 0.0.1-10.20191003gitfb04954 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Fri Jan 31 2020 Fedora Release Engineering - 0.0.1-9.20191003gitfb04954 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Thu Oct 3 2019 Yanko Kaneti - 0.0.1-8.20191003gitfb04954 - Newer snapshot moving to meson * Mon Sep 30 2019 Yanko Kaneti - 0.0.1-7.20190930gitddbcacf - Pick an upstream crasher fix with a recent snapshot * Sat Jul 27 2019 Fedora Release Engineering - 0.0.1-6.20180710git9b92950 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Sun Feb 03 2019 Fedora Release Engineering - 0.0.1-5.20180710git9b92950 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Sat Jul 14 2018 Fedora Release Engineering - 0.0.1-4.20180710git9b92950 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Tue Jul 10 2018 Yanko Kaneti - 0.0.1-3.20180710git9b92950 - Initial packaging - Address review commments (#1599839) - Add license text from gnu.org - BR: gcc-c++ for some Cmake reason ## END: Generated by rpmautospec