Compare commits

..

No commits in common. "f5f15680edc6b3edf75e2fe64a9cf40874d13327" and "c9f8a233af3e03b3e67c814093612ec9d596c0d4" have entirely different histories.

3 changed files with 12 additions and 27 deletions

Binary file not shown.

Binary file not shown.

View File

@ -1,12 +1,15 @@
%global glib2_version 2.76.4 %global glib2_version 2.58.0
%global __python %{__python3}
Name: gobject-introspection Name: gobject-introspection
Version: 1.76.1 Version: 1.70.0
Release: 1 Release: 1
Summary: Introspection system for GObject-based libraries Summary: Introspection system for GObject-based libraries
License: GPLv2+ and LGPLv2+ and MIT
License: GPLv2+, LGPLv2+, MIT
URL: https://wiki.gnome.org/Projects/GObjectIntrospection URL: https://wiki.gnome.org/Projects/GObjectIntrospection
Source0: https://download.gnome.org/sources/gobject-introspection/1.76/%{name}-%{version}.tar.xz Source0: https://download.gnome.org/sources/gobject-introspection/1.66/%{name}-%{version}.tar.xz
BuildRequires: gcc bison cairo-gobject-devel chrpath flex fontconfig-devel freetype-devel gettext glib2-devel >= %{glib2_version} libxslt meson BuildRequires: gcc bison cairo-gobject-devel chrpath flex fontconfig-devel freetype-devel gettext glib2-devel >= %{glib2_version} libxslt meson
BuildRequires: gtk-doc libffi-devel libX11-devel libXfixes-devel libXft-devel libxml2-devel mesa-libGL-devel python3-devel python3-mako python3-markdown BuildRequires: gtk-doc libffi-devel libX11-devel libXfixes-devel libXft-devel libxml2-devel mesa-libGL-devel python3-devel python3-mako python3-markdown
@ -24,7 +27,6 @@ Summary: Libraries and headers for gobject-introspection
Requires: %{name}%{?_isa} = %{version}-%{release} Requires: %{name}%{?_isa} = %{version}-%{release}
Requires: libtool Requires: libtool
Requires: python3-mako Requires: python3-mako
Requires: python3-markdown
%description devel %description devel
Libraries and headers for gobject-introspection Libraries and headers for gobject-introspection
@ -41,8 +43,8 @@ Libraries and headers for gobject-introspection
%install %install
%meson_install %meson_install
%check %clean
%meson_test [ "$RPM_BUILD_ROOT" != "/" ] && rm -rf "$RPM_BUILD_ROOT"
%post %post
/sbin/ldconfig /sbin/ldconfig
@ -53,8 +55,9 @@ if [ "$1" = "0" ]; then
fi fi
%files %files
%license COPYING COPYING.GPL COPYING.LGPL %license COPYING
%{_libdir}/lib*.so.* %{_libdir}/lib*.so.*
%dir %{_libdir}/girepository-1.0
%{_libdir}/girepository-1.0/*.typelib %{_libdir}/girepository-1.0/*.typelib
%files devel %files devel
@ -69,26 +72,9 @@ fi
%{_includedir}/* %{_includedir}/*
%files help %files help
%doc NEWS README.rst %{_mandir}/man1/*.gz
%{_datadir}/gtk-doc/
%{_mandir}/man1/*.1*
%changelog %changelog
* Sat Jan 27 2024 shixuantong <shixuantong1@huawei.com> - 1.76.1-1
- upgrade version to 1.76.1
* Thu May 25 2023 fuanan <fuanan3@h-partners.com> - 1.74.0-2
- enable test in check
* Mon Jan 02 2023 lin zhang <lin.zhang@turbolinux.com.cn> - 1.74.0-1
- update to 1.74.0
* Tue Oct 25 2022 yanglongkang <yanglongkang@h-partners.com> - 1.72.0-2
- rebuild for next release
* Fri Apr 22 2022 dillon chen <dillon.chen@gmail.com> - 1.72.0-1
- Update to 1.72.0
* Sun Dec 26 2021 tianwei <tianwei12@huawei.com> - 1.70.0-1 * Sun Dec 26 2021 tianwei <tianwei12@huawei.com> - 1.70.0-1
- upgrade version to 1.70.0 - upgrade version to 1.70.0
@ -119,4 +105,3 @@ fi
* Mon Oct 14 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.58.0-3 * Mon Oct 14 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.58.0-3
- Package init - Package init