]> git.pld-linux.org Git - packages/gthumb.git/blobdiff - gthumb.spec
- updated to 3.12.3
[packages/gthumb.git] / gthumb.spec
index 2b8a570c931fbdaad9f48f614f6e7fae6fc9da11..1e0fe8aaa21e77bdfe192d5dc604183d0a049722 100644 (file)
@@ -1,14 +1,13 @@
 Summary:       An image viewer and browser for GNOME
 Summary(pl.UTF-8):     Przeglądarka obrazków dla GNOME
 Name:          gthumb
-Version:       3.12.2
-Release:       5
+Version:       3.12.3
+Release:       1
 License:       GPL v2+
 Group:         X11/Applications/Graphics
 Source0:       https://download.gnome.org/sources/gthumb/3.12/%{name}-%{version}.tar.xz
-# Source0-md5: 6bb8246244cdd87c8f041a1e86e144b1
-Patch0:                %{name}-libraw.patch
-Patch1:                exiv2-0.28.patch
+# Source0-md5: 37b4fe5ea6c71911bae67ab99557fe88
+Patch0:                %{name}-build.patch
 URL:           https://wiki.gnome.org/Apps/Gthumb
 BuildRequires: AppStream-devel >= 0.14.6
 BuildRequires: automake
@@ -103,7 +102,6 @@ rozszerzeń gThumb.
 %prep
 %setup -q
 %patch0 -p1
-%patch1 -p1
 
 %build
 %meson build \
@@ -139,6 +137,10 @@ rm -rf $RPM_BUILD_ROOT
 %dir %{_libdir}/%{name}/extensions
 %attr(755,root,root) %{_libdir}/%{name}/extensions/*.so
 %{_libdir}/%{name}/extensions/*.extension
+%if "%{_libexecdir}" != "%{_libdir}"
+%dir %{_libexecdir}/%{name}
+%endif
+%attr(755,root,root) %{_libexecdir}/%{name}/video-thumbnailer
 %{_datadir}/%{name}
 %{_datadir}/glib-2.0/schemas/org.gnome.gthumb.enums.xml
 %{_datadir}/glib-2.0/schemas/org.gnome.gthumb.gschema.xml
This page took 0.038614 seconds and 4 git commands to generate.