From fa2c91ac41b3e6757cfa231a41a74587fa4db2bf Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 27 Jan 2024 07:37:49 +0000 Subject: [PATCH 1/9] Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild --- verbiste.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/verbiste.spec b/verbiste.spec index 45738b4..4d26c39 100644 --- a/verbiste.spec +++ b/verbiste.spec @@ -2,7 +2,7 @@ Name: verbiste Version: 0.1.48 -Release: 2%{?dist} +Release: 3%{?dist} Summary: French conjugation system License: GPL-2.0-or-later URL: http://sarrazip.com/dev/verbiste.html @@ -115,6 +115,9 @@ rm -frv %{buildroot}%{_docdir} %{_mandir}/man3/verbiste.3* %changelog +* Sat Jan 27 2024 Fedora Release Engineering - 0.1.48-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + * Sat Oct 28 2023 Didier Fabert - 0.1.48-2 - migrated to SPDX license From dfbf0656b2c01b5b2f68e8f814e4adb7e7870145 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 20 Jul 2024 08:42:39 +0000 Subject: [PATCH 2/9] Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild --- verbiste.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/verbiste.spec b/verbiste.spec index 4d26c39..0c86dac 100644 --- a/verbiste.spec +++ b/verbiste.spec @@ -2,7 +2,7 @@ Name: verbiste Version: 0.1.48 -Release: 3%{?dist} +Release: 4%{?dist} Summary: French conjugation system License: GPL-2.0-or-later URL: http://sarrazip.com/dev/verbiste.html @@ -115,6 +115,9 @@ rm -frv %{buildroot}%{_docdir} %{_mandir}/man3/verbiste.3* %changelog +* Sat Jul 20 2024 Fedora Release Engineering - 0.1.48-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild + * Sat Jan 27 2024 Fedora Release Engineering - 0.1.48-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild From f6d90f6e448894df842050b7f5a018f880b8cf09 Mon Sep 17 00:00:00 2001 From: Didier Fabert Date: Wed, 7 Aug 2024 11:42:47 +0200 Subject: [PATCH 3/9] Update to 0.1.49 --- .gitignore | 1 + sources | 2 +- verbiste.spec | 7 +++++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index c9ba5f0..5366572 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ verbiste-0.1.26.tar.gz /verbiste-0.1.46.tar.gz /verbiste-0.1.47.tar.gz /verbiste-0.1.48.tar.gz +/verbiste-0.1.49.tar.gz diff --git a/sources b/sources index 531344b..1ef15d8 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (verbiste-0.1.48.tar.gz) = 4d0ac1a1116b51196b1ba72cceed507c56551ed97d2de07dfbf1f6eb48769a7c3c1ee676aa3a2d3f9e3cb512df3808d9bb1da9c7166a820cc3379ff06f4f14f2 +SHA512 (verbiste-0.1.49.tar.gz) = d7f9a8e6aa9b82f00b85bc24bbcaabc0d97958b98fbba06bf126a178a747ca07e659c67d00129ad149f96c58f3c965c0c49c899f757b93c38f83d4d7c4ea60d6 diff --git a/verbiste.spec b/verbiste.spec index 0c86dac..97d3fb0 100644 --- a/verbiste.spec +++ b/verbiste.spec @@ -1,8 +1,8 @@ %global with_mate 0 Name: verbiste -Version: 0.1.48 -Release: 4%{?dist} +Version: 0.1.49 +Release: 1%{?dist} Summary: French conjugation system License: GPL-2.0-or-later URL: http://sarrazip.com/dev/verbiste.html @@ -115,6 +115,9 @@ rm -frv %{buildroot}%{_docdir} %{_mandir}/man3/verbiste.3* %changelog +* Wed Aug 07 2024 Didier Fabert - 0.1.49-1 +- Update to 0.1.49 + * Sat Jul 20 2024 Fedora Release Engineering - 0.1.48-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild From d85ac1a6df48fd909322b3ff4dd2a55a10aef78e Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sun, 19 Jan 2025 14:16:10 +0000 Subject: [PATCH 4/9] Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild --- verbiste.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/verbiste.spec b/verbiste.spec index 97d3fb0..5e90577 100644 --- a/verbiste.spec +++ b/verbiste.spec @@ -2,7 +2,7 @@ Name: verbiste Version: 0.1.49 -Release: 1%{?dist} +Release: 2%{?dist} Summary: French conjugation system License: GPL-2.0-or-later URL: http://sarrazip.com/dev/verbiste.html @@ -115,6 +115,9 @@ rm -frv %{buildroot}%{_docdir} %{_mandir}/man3/verbiste.3* %changelog +* Sun Jan 19 2025 Fedora Release Engineering - 0.1.49-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild + * Wed Aug 07 2024 Didier Fabert - 0.1.49-1 - Update to 0.1.49 From a79a7aa08cf8975a71322c6821c05b755d841fc8 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 25 Jul 2025 20:03:02 +0000 Subject: [PATCH 5/9] Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild --- verbiste.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/verbiste.spec b/verbiste.spec index 5e90577..ff65f8f 100644 --- a/verbiste.spec +++ b/verbiste.spec @@ -2,7 +2,7 @@ Name: verbiste Version: 0.1.49 -Release: 2%{?dist} +Release: 3%{?dist} Summary: French conjugation system License: GPL-2.0-or-later URL: http://sarrazip.com/dev/verbiste.html @@ -115,6 +115,9 @@ rm -frv %{buildroot}%{_docdir} %{_mandir}/man3/verbiste.3* %changelog +* Fri Jul 25 2025 Fedora Release Engineering - 0.1.49-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild + * Sun Jan 19 2025 Fedora Release Engineering - 0.1.49-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild From 7ff88076ee7d6e7a1f27dd7888780b233e3c0a27 Mon Sep 17 00:00:00 2001 From: Didier Fabert Date: Sat, 6 Sep 2025 18:07:19 +0200 Subject: [PATCH 6/9] Fix epel builds --- verbiste.spec | 42 ++++++++++++++++++++++++++++++++++++------ 1 file changed, 36 insertions(+), 6 deletions(-) diff --git a/verbiste.spec b/verbiste.spec index ff65f8f..c3d7994 100644 --- a/verbiste.spec +++ b/verbiste.spec @@ -1,22 +1,29 @@ -%global with_mate 0 +%if 0%{?rhel} && 0%{?rhel} >= 7 +%bcond_with gnome +%else +%bcond_without gnome +%endif +%bcond_with mate Name: verbiste Version: 0.1.49 -Release: 3%{?dist} +Release: 4%{?dist} Summary: French conjugation system License: GPL-2.0-or-later URL: http://sarrazip.com/dev/verbiste.html Source: http://perso.b2b2c.ca/~sarrazip/dev/%{name}-%{version}.tar.gz -BuildRequires: make +BuildRequires: make BuildRequires: gcc BuildRequires: gcc-c++ +%if %{with gnome} BuildRequires: desktop-file-utils BuildRequires: gettext BuildRequires: libgnomeui-devel +%endif BuildRequires: libxml2-devel BuildRequires: libtool BuildRequires: automake -%if 0%{?with_mate} +%if %{with mate} BuildRequires: mate-panel-devel %endif BuildRequires: perl(XML::Parser) @@ -36,6 +43,7 @@ Requires: libxml2-devel%{?_isa} This package contains libraries and header files for developing applications that use %{name}. +%if %{with gnome} %package gnome Summary: GNOME Panel applet for Verbiste Requires: %{name}%{?_isa} = %{version}-%{release} @@ -43,8 +51,9 @@ Requires: hicolor-icon-theme %description gnome GNOME Panel applet and application based on Verbiste. +%endif -%if 0%{?with_mate} +%if %{with mate} %package mate Summary: MATE Desktop Panel applet for Verbiste Requires: %{name}%{?_isa} = %{version}-%{release} @@ -64,10 +73,13 @@ done %build autoreconf -ivf %configure \ -%if 0%{?with_mate} +%if %{with mate} --with-mate-applet \ %endif +%if %{with gnome} --with-gnome-app \ +%endif + --without-gtk-app \ --disable-maintainer-mode \ --without-examples \ --disable-rpath @@ -78,6 +90,7 @@ autoreconf -ivf find %{buildroot} -name '*.la' -delete -print +%if %{with gnome} # This file gets created on x86_64 for no apparent reason. # It's owned by glibc-common. #rm -f %%{buildroot}%%{_datadir}/locale/locale.alias @@ -91,6 +104,16 @@ rm -frv %{buildroot}%{_docdir} %find_lang %{name} --with-man %find_lang french-conjugator --with-man %find_lang french-deconjugator --with-man +%else +rm -rf %{buildroot}%{_mandir}/man3 +rm -rf %{buildroot}%{_mandir}/*/man3 +%endif + +rm -frv %{buildroot}%{_docdir} +# This file gets created on x86_64 for no apparent reason. +# It's owned by glibc-common. +rm -f %{buildroot}%{_datadir}/locale/locale.alias + %ldconfig_scriptlets @@ -100,12 +123,14 @@ rm -frv %{buildroot}%{_docdir} %{_datadir}/verbiste* %{_libdir}/*.so.* %{_mandir}/man1/french-*.1* +%{_mandir}/*/man1/french-*.1* %files devel %{_includedir}/verbiste-0.1/ %{_libdir}/*.so %{_libdir}/pkgconfig/* +%if %{with gnome} %files gnome -f %{name}.lang -f french-conjugator.lang -f french-deconjugator.lang %{_bindir}/verbiste %{_bindir}/verbiste-gtk @@ -113,8 +138,13 @@ rm -frv %{buildroot}%{_docdir} %{_datadir}/icons/hicolor/*/apps/%{name}.* %{_datadir}/texmf/tex/latex/verbiste %{_mandir}/man3/verbiste.3* +%{_mandir}/*/man3/verbiste.3* +%endif %changelog +* Sat Sep 06 2025 Didier Fabert - 0.1.49-4 +- Fix epel builds + * Fri Jul 25 2025 Fedora Release Engineering - 0.1.49-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild From c1df54ab3f1d012dfe7f421ec89bbcad86b34162 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 17 Jan 2026 19:52:16 +0000 Subject: [PATCH 7/9] Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild --- verbiste.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/verbiste.spec b/verbiste.spec index c3d7994..a56a8f4 100644 --- a/verbiste.spec +++ b/verbiste.spec @@ -7,7 +7,7 @@ Name: verbiste Version: 0.1.49 -Release: 4%{?dist} +Release: 5%{?dist} Summary: French conjugation system License: GPL-2.0-or-later URL: http://sarrazip.com/dev/verbiste.html @@ -142,6 +142,9 @@ rm -f %{buildroot}%{_datadir}/locale/locale.alias %endif %changelog +* Sat Jan 17 2026 Fedora Release Engineering - 0.1.49-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild + * Sat Sep 06 2025 Didier Fabert - 0.1.49-4 - Fix epel builds From 054c17377c9f480424669619177226b326a3b0e9 Mon Sep 17 00:00:00 2001 From: Didier Fabert Date: Thu, 29 Jan 2026 14:15:14 +0100 Subject: [PATCH 8/9] Fix f44 build (bugzilla #2435175) --- verbiste.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/verbiste.spec b/verbiste.spec index a56a8f4..cbeb0fe 100644 --- a/verbiste.spec +++ b/verbiste.spec @@ -1,4 +1,4 @@ -%if 0%{?rhel} && 0%{?rhel} >= 7 +%if 0%{?rhel} >= 7 || 0%{?fedora} >= 44 %bcond_with gnome %else %bcond_without gnome @@ -7,7 +7,7 @@ Name: verbiste Version: 0.1.49 -Release: 5%{?dist} +Release: 6%{?dist} Summary: French conjugation system License: GPL-2.0-or-later URL: http://sarrazip.com/dev/verbiste.html @@ -142,6 +142,9 @@ rm -f %{buildroot}%{_datadir}/locale/locale.alias %endif %changelog +* Thu Jan 29 2026 Didier Fabert - 0.1.49-6 +- Fix f44 build (bugzilla #2435175) + * Sat Jan 17 2026 Fedora Release Engineering - 0.1.49-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild From 080550478d43fc222738cc6955f92b21709e591b Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 17 Jul 2026 08:26:54 +0000 Subject: [PATCH 9/9] Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild --- verbiste.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/verbiste.spec b/verbiste.spec index cbeb0fe..96a1005 100644 --- a/verbiste.spec +++ b/verbiste.spec @@ -7,7 +7,7 @@ Name: verbiste Version: 0.1.49 -Release: 6%{?dist} +Release: 7%{?dist} Summary: French conjugation system License: GPL-2.0-or-later URL: http://sarrazip.com/dev/verbiste.html @@ -142,6 +142,9 @@ rm -f %{buildroot}%{_datadir}/locale/locale.alias %endif %changelog +* Fri Jul 17 2026 Fedora Release Engineering - 0.1.49-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild + * Thu Jan 29 2026 Didier Fabert - 0.1.49-6 - Fix f44 build (bugzilla #2435175)