]> git.pld-linux.org Git - packages/ghex.git/commitdiff
- updated to 44.1 auto/th/ghex-44.1-1
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 27 Jul 2023 19:07:08 +0000 (21:07 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Thu, 27 Jul 2023 19:07:08 +0000 (21:07 +0200)
ghex.spec

index d102b8d4edf12be4e23ad5ae320e91e3ff88d47e..5e0af71ce8c7244be094d3e4fda3d119ee16f078 100644 (file)
--- a/ghex.spec
+++ b/ghex.spec
@@ -6,12 +6,12 @@
 Summary:       GNOME binary editor
 Summary(pl.UTF-8):     Edytor binarny dla GNOME
 Name:          ghex
-Version:       43.1
+Version:       44.1
 Release:       1
 License:       GPL v2
 Group:         X11/Applications/Editors
-Source0:       https://download.gnome.org/sources/ghex/43/%{name}-%{version}.tar.xz
-# Source0-md5: 471b255b7e25d6673e9cd34a47d2cc1e
+Source0:       https://download.gnome.org/sources/ghex/44/%{name}-%{version}.tar.xz
+# Source0-md5: 7a43fac6b28b096c49180e0b686d6b5e
 Patch0:                %{name}-no-update.patch
 URL:           https://wiki.gnome.org/Apps/Ghex
 BuildRequires: gettext-tools
@@ -127,10 +127,14 @@ rm -rf $RPM_BUILD_ROOT
 %ninja_install -C build
 
 %if %{with apidocs}
+# FIXME: where to package gi-docgen generated docs?
 install -d $RPM_BUILD_ROOT%{_gtkdocdir}
 %{__mv} $RPM_BUILD_ROOT%{_docdir}/gtkhex-4.0 $RPM_BUILD_ROOT%{_gtkdocdir}
 %endif
 
+# not supported by glibc (as of 2.37)
+%{__rm} -r $RPM_BUILD_ROOT%{_localedir}/ie
+
 %find_lang %{name} --with-gnome
 
 %clean
This page took 0.286319 seconds and 4 git commands to generate.