Compare commits

...

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
f5f15680ed
!32 upgrade version to 1.76.1
From: @tong_1001 
Reviewed-by: @hubin95 
Signed-off-by: @hubin95
2024-01-27 02:37:44 +00:00
shixuantong
9442152a73 upgrade version to 1.76.1 2024-01-27 10:16:55 +08:00
openeuler-ci-bot
9b1e60b3c9
!23 enable test in check
From: @fly_fzc 
Reviewed-by: @hubin95 
Signed-off-by: @hubin95
2023-05-29 10:05:11 +00:00
fly_fzc
509c08acd4 enable test in check 2023-05-25 17:08:09 +08:00
openeuler-ci-bot
f6518407fb
!21 Update to 1.74.0
From: @dwl301 
Reviewed-by: @dillon_chen 
Signed-off-by: @dillon_chen
2023-02-17 10:40:13 +00:00
dwl301
0153480933 Update to 1.74.0 2023-02-01 15:16:52 +08:00
openeuler-ci-bot
a108ac7eb2
!15 【轻量级 PR】:rebuild for next release
From: @markeryang 
Reviewed-by: @xiezhipeng1 
Signed-off-by: @xiezhipeng1
2022-11-01 09:30:20 +00:00
Markeryang
1ec677544e
update for mass rebuild and upgrade verification 2022-10-25 07:48:13 +00:00
openeuler-ci-bot
14bb649de1
!14 upgrade to 1.72.0
From: @dillon_chen 
Reviewed-by: @overweight 
Signed-off-by: @overweight
2022-04-26 01:34:49 +00:00
dillon_chen
d804f8bcad upgrade to 1.72.0 2022-04-22 09:50:10 +08:00
3 changed files with 27 additions and 12 deletions

Binary file not shown.

Binary file not shown.

View File

@ -1,15 +1,12 @@
%global glib2_version 2.58.0
%global __python %{__python3}
%global glib2_version 2.76.4
Name: gobject-introspection
Version: 1.70.0
Version: 1.76.1
Release: 1
Summary: Introspection system for GObject-based libraries
License: GPLv2+, LGPLv2+, MIT
License: GPLv2+ and LGPLv2+ and MIT
URL: https://wiki.gnome.org/Projects/GObjectIntrospection
Source0: https://download.gnome.org/sources/gobject-introspection/1.66/%{name}-%{version}.tar.xz
Source0: https://download.gnome.org/sources/gobject-introspection/1.76/%{name}-%{version}.tar.xz
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
@ -27,6 +24,7 @@ Summary: Libraries and headers for gobject-introspection
Requires: %{name}%{?_isa} = %{version}-%{release}
Requires: libtool
Requires: python3-mako
Requires: python3-markdown
%description devel
Libraries and headers for gobject-introspection
@ -43,8 +41,8 @@ Libraries and headers for gobject-introspection
%install
%meson_install
%clean
[ "$RPM_BUILD_ROOT" != "/" ] && rm -rf "$RPM_BUILD_ROOT"
%check
%meson_test
%post
/sbin/ldconfig
@ -55,9 +53,8 @@ if [ "$1" = "0" ]; then
fi
%files
%license COPYING
%license COPYING COPYING.GPL COPYING.LGPL
%{_libdir}/lib*.so.*
%dir %{_libdir}/girepository-1.0
%{_libdir}/girepository-1.0/*.typelib
%files devel
@ -72,9 +69,26 @@ fi
%{_includedir}/*
%files help
%{_mandir}/man1/*.gz
%doc NEWS README.rst
%{_datadir}/gtk-doc/
%{_mandir}/man1/*.1*
%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
- upgrade version to 1.70.0
@ -105,3 +119,4 @@ fi
* Mon Oct 14 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.58.0-3
- Package init