Compare commits

...

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
571c6f4e4b
!7 Enable check
From: @jxy_git 
Reviewed-by: @t_feng 
Signed-off-by: @t_feng
2023-02-17 03:45:26 +00:00
jxy_git
8dbf342a1a Enable check 2023-02-16 14:34:35 +08:00
openeuler-ci-bot
517f168006
!5 Update to 0.20.6
From: @dwl301 
Reviewed-by: @zhang__3125 
Signed-off-by: @zhang__3125
2023-02-03 08:27:39 +00:00
dwl301
788401110d Update to 0.20.6 2023-02-01 17:07:30 +08:00
openeuler-ci-bot
1160b4647d
!4 upgrade to 0.20.5
From: @dillon_chen 
Reviewed-by: @dwl301 
Signed-off-by: @dwl301
2022-04-21 06:31:59 +00:00
dillon_chen
bc40304b30 upgrade to 0.20.5 2022-04-21 14:21:41 +08:00
openeuler-ci-bot
c120948a38 !3 Upgrade to 0.20.4
From: @weijin-deng
Reviewed-by: @dwl301
Signed-off-by: @dwl301
2021-06-07 16:08:26 +08:00
weijin-deng
599280cdec Upgrade to 0.20.4
Update Version, stage 'check' and 'files'
2021-06-07 15:17:40 +08:00
openeuler-ci-bot
b33709e48f !2 update to libgee-0.20.3
From: @shirely16
Reviewed-by: @orange-snn
Signed-off-by: @orange-snn
2021-01-29 11:34:29 +08:00
18302918689
6fdd85d101 update to libgee-0.20.3 2021-01-27 10:17:49 +08:00
3 changed files with 30 additions and 10 deletions

Binary file not shown.

BIN
libgee-0.20.6.tar.xz Normal file

Binary file not shown.

View File

@ -1,12 +1,12 @@
Name: libgee
Version: 0.20.1
Release: 5
Version: 0.20.6
Release: 2
Summary: An utility library providing GObject-based interfaces and classes
License: LGPLv2+
URL: https://wiki.gnome.org/Projects/Libgee
Source0: https://download.gnome.org/sources/libgee/0.20/%{name}-%{version}.tar.xz
BuildRequires: glib2-devel gobject-introspection-devel
BuildRequires: glib2-devel gobject-introspection-devel make
%description
Libgee is an utility library providing GObject-based interfaces and classes for commonly used data
@ -26,30 +26,31 @@ The %{name}-devel package contains libraries and header files for %{name}.
%autosetup -n %{name}-%{version} -p1
%build
%configure
%configure --disable-static
%make_build
%install
%make_install
%make_install \
typelibdir=%{_libdir}/girepository-1.0 \
girdir=%{_datadir}/gir-1.0
%delete_la
%check
make check
%make_build check
%ldconfig_scriptlets
%files
%defattr(-,root,root)
%license COPYING
%{_libdir}/libgee-0.8.so.*
%{_libdir}/*.so.*
%{_libdir}/girepository-1.0/*
%files devel
%defattr(-,root,root)
%{_includedir}/gee-0.8/*
%{_libdir}/libgee-0.8.so
%{_includedir}/*
%{_libdir}/*.so
%{_libdir}/pkgconfig/gee-0.8.pc
%{_datadir}/gir-1.0/Gee-0.8.gir
%{_datadir}/vala/vapi/*
%{_datadir}/gir-1.0/*.gir
@ -58,6 +59,25 @@ make check
%doc NEWS README AUTHORS MAINTAINERS
%changelog
* Thu Feb 16 2023 jiangxinyu <jiangxinyu@kylinos.cn> - 0.20.6-2
- Enable check
* Mon Jan 2 2023 weijin deng <weijin.deng@turbolinux.com.cn> - 0.20.6-1
- Update to 0.20.6
* Thu Apr 21 2022 dillon chen <dillon.chen@gmail.com> - 0.20.5-1
- Update to 0.20.5
* Mon Jun 7 2021 weijin deng <weijin.deng@turbolinux.com.cn> - 0.20.4-1
- Upgrade to 0.20.4
- Update Version, stage 'check' and 'files'
* Wed Jan 27 2021 hanhui <hanhui15@huawei.com> - 0.20.3-1
- Type: enhancement
- ID: NA
- SUG: NA
- DESC: update to 0.20.3
* Tue Sep 03 2019 openEuler Buildteam <buildteam@openeuler.org> - 0.20.1-5
- Type: enhancement
- ID: NA