]> git.pld-linux.org Git - packages/gitg.git/blobdiff - gitg.spec
- fix building with meson 0.60+
[packages/gitg.git] / gitg.spec
index 4c0da7208b34c80c3122164f85ec520d51bf48df..30fe87d09fd8c431f165f6073aca470a4d033ede 100644 (file)
--- a/gitg.spec
+++ b/gitg.spec
@@ -11,6 +11,7 @@ License:      GPL v2
 Group:         Development/Tools
 Source0:       https://download.gnome.org/sources/gitg/41/%{name}-%{version}.tar.xz
 # Source0-md5: ce7df0f2ce36488291444537df86936d
+Patch0:                meson0.60.patch
 URL:           https://wiki.gnome.org/Apps/Gitg
 BuildRequires: gettext-tools >= 0.17
 %{?with_glade:BuildRequires:   glade-devel >= 3.2}
@@ -133,6 +134,7 @@ API jÄ™zyka Vala do bibliotek Gitg.
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %meson build \
@@ -211,7 +213,7 @@ fi
 
 %files -n python3-gitg
 %defattr(644,root,root,755)
-%{py3_sitedir}/gi/overrides/GitgExt.py
+%{py3_sitescriptdir}/gi/overrides/GitgExt.py
 
 %files -n vala-gitg
 %defattr(644,root,root,755)
This page took 0.087413 seconds and 4 git commands to generate.