delete taboo words

This commit is contained in:
zhangpan 2024-01-16 03:27:26 +00:00
parent cfecfb61ea
commit 461d30d1f5
2 changed files with 2804 additions and 3 deletions

2796
delete-taboo-words.patch Normal file

File diff suppressed because it is too large Load Diff

View File

@ -6,7 +6,7 @@
#Basic Information
Name: gtk2
Version: 2.24.33
Release: 7
Release: 8
Summary: GTK+ graphical user interface library
License: LGPLv2+
URL: http://www.gtk.org
@ -22,6 +22,8 @@ Patch2: tooltip-positioning.patch
# https://bugzilla.gnome.org/show_bug.cgi?id=611313
Patch3: window-dragging.patch
Patch9000: delete-taboo-words.patch
#Dependency
BuildRequires: pkgconfig(glib-2.0) >= 2.28.0 pkgconfig(atk) >= 2.28.0
BuildRequires: pkgconfig(pango) >= 1.20 pkgconfig(gdk-pixbuf-2.0) >= 2.21.0
@ -29,7 +31,7 @@ BuildRequires: pkgconfig(cairo) >= 1.6 pkgconfig(gobject-introspection-1.0) >
BuildRequires: pkgconfig(xi) pkgconfig(xrandr) pkgconfig(xrender) pkgconfig(xcursor)
BuildRequires: pkgconfig(xinerama) pkgconfig(xcomposite) pkgconfig(xdamage)
BuildRequires: gettext libxslt python3-devel
BuildRequires: gtk-doc automake autoconf libtool pkgconfig
BuildRequires: gtk-doc automake autoconf libtool pkgconfig git
%if 0%{?openEuler}
BuildRequires: cups-devel
%endif
@ -102,7 +104,7 @@ This package contains developer documentation for the GTK+ widget toolkit.
#Build sections
%prep
%autosetup -n gtk+-%{version} -p1
%autosetup -n gtk+-%{version} -p1 -S git
%build
export CFLAGS='-fno-strict-aliasing %optflags'
@ -237,6 +239,9 @@ gtk-query-immodules-2.0-64 --update-cache
%{_mandir}/man1/gtk-builder-convert.1.gz
%changelog
* Tue Jan 16 2024 zhangpan <zhangpan103@h-partners.com> - 2.24.33-8
- delete taboo words
* Thu Dec 15 2022 zhouwenpei <zhouwenpei1@h-partners.com> - 2.24.33-7
- remove *.c and demo* from help and devel