]> git.pld-linux.org Git - packages/glib2.git/blobdiff - glib2.spec
up to 2.76.1
[packages/glib2.git] / glib2.spec
index c88067af8dc9c9dca18775bbe5ce8d19df5a2961..092d2c0da412ab1cfad500c99f2df0ea8743e1c7 100644 (file)
@@ -1,4 +1,6 @@
-# TODO: use -Dmultiarch for arch-dependent binaries? (like gio-querymodules or gio-launch-desktop)
+# TODO: 
+# - use -Dmultiarch for arch-dependent binaries? (like gio-querymodules or gio-launch-desktop)
+# - docutils >= 0.13.1 (rst2html5) based gvariant docs
 #
 # Conditional build:
 %bcond_without apidocs         # gtk-doc based API documentation
@@ -20,17 +22,17 @@ Summary(pt_BR.UTF-8):       Conjunto de funções gráficas utilitárias
 Summary(tr.UTF-8):     Yararlı ufak yordamlar kitaplığı
 Summary(zh_CN.UTF-8):  实用工具函数库
 Name:          glib2
-Version:       2.74.4
+Version:       2.76.1
 Release:       1
 Epoch:         1
 License:       LGPL v2+
 Group:         Libraries
-Source0:       https://download.gnome.org/sources/glib/2.74/glib-%{version}.tar.xz
-# Source0-md5: a854964bbf295dcfa98afd210d7fbc39
+Source0:       https://download.gnome.org/sources/glib/2.76/glib-%{version}.tar.xz
+# Source0-md5: 1adbc389ab891616a041aa6d42ef0529
 Patch0:                %{name}-python_shebang.patch
 Patch1:                gtk-doc-build.patch
-Patch2:                errno.patch
 URL:           https://www.gtk.org/
+BuildRequires: automake
 BuildRequires: docbook-dtd412-xml
 BuildRequires: docbook-dtd45-xml
 BuildRequires: docbook-style-xsl-nons
@@ -56,6 +58,7 @@ BuildRequires:        pkgconfig >= 1:0.16
 #BuildRequires:        pkgconfig(libelf) >= 0.8.12
 BuildRequires: pkgconfig(libffi) >= 3.0.0
 BuildRequires: python3 >= 1:3.5
+BuildRequires: python3-modules >= 1:3.5
 BuildRequires: rpm-build >= 4.6
 BuildRequires: rpm-perlprov
 BuildRequires: rpm-pythonprov
@@ -239,7 +242,6 @@ Sondy systemtap/dtrace dla GLib 2.
 %setup -q -n glib-%{version}
 %patch0 -p1
 %patch1 -p1
-%patch2 -p1
 
 %build
 %meson build \
@@ -272,6 +274,9 @@ install -d $RPM_BUILD_ROOT%{_libdir}/gio/modules
 # adjust for compatibility with names supported by glibc
 %{__mv} $RPM_BUILD_ROOT%{_localedir}/{sr@ije,sr@ijekavian}
 
+# not supported by glibc yet
+%{__rm} -r $RPM_BUILD_ROOT%{_localedir}/ie
+
 %find_lang glib20
 
 %clean
This page took 0.043872 seconds and 4 git commands to generate.