Compare commits

...

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
6324df7a5f
!5 update to version 3.36.1
From: @lwg99 
Reviewed-by: @open-bot 
Signed-off-by: @open-bot
2023-11-30 08:46:54 +00:00
lwg K
23655cc40c update to version 3.36.1 2023-11-17 16:25:09 +08:00
openeuler-ci-bot
6d21009cf7
!4 Update to 3.36.0
From: @dwl301 
Reviewed-by: @zhang__3125 
Signed-off-by: @zhang__3125
2023-02-02 07:31:06 +00:00
dwl301
2f82e58b54 Update to 3.36.0 2023-02-02 12:48:58 +08:00
openeuler-ci-bot
1af37fc571
!3 update to 3.34.1
From: @zhang__3125 
Reviewed-by: @dwl301 
Signed-off-by: @dwl301
2022-06-21 06:47:42 +00:00
zhang__3125
b30614923e update to 3.34.1 2022-06-21 11:08:31 +08:00
openeuler-ci-bot
a6921790bc
!2 Add template-glib.yaml
From: @zhang__3125 
Reviewed-by: @dwl301 
Signed-off-by: @dwl301
2022-06-20 08:07:17 +00:00
zhang__3125
02502a9bf5 Add template-glib.yaml 2022-06-20 10:42:24 +08:00
openeuler-ci-bot
391df7f8bf !1 Package init with 3.34.0
From: @weijin-deng
Reviewed-by: @dwl301
Signed-off-by: @dwl301
2021-07-13 10:38:39 +00:00
weijin-deng
5531833519 Package init with 3.34.0 2021-07-13 14:39:14 +08:00
3 changed files with 79 additions and 0 deletions

BIN
template-glib-3.36.1.tar.xz Normal file

Binary file not shown.

75
template-glib.spec Normal file
View File

@ -0,0 +1,75 @@
Name: template-glib
Version: 3.36.1
Release: 1
Summary: A library to help generate text based on a template and user defined state
License: LGPL-2.1-or-later
URL: https://gitlab.gnome.org/GNOME/template-glib/
Source0: https://download.gnome.org/sources/%{name}/3.36/%{name}-%{version}.tar.xz
BuildRequires: bison flex gettext gtk-doc meson vala pkgconfig(glib-2.0)
BuildRequires: pkgconfig(gobject-introspection-1.0)
%description
Template-GLib is a library to help you generate text based on a template and
user defined state. Template-GLib does not use a language runtime, so it is
safe to use from any GObject-Introspectable language.
Template-GLib allows you to access properties on GObjects as well as call
simple methods via GObject-Introspection. See our examples for how to call
methods.
%package devel
Summary: Development files for %{name}
Requires: %{name}%{?_isa} = %{version}-%{release}
%description devel
The %{name}-devel package contains libraries and header files for
developing applications that use %{name}.
%prep
%autosetup
%build
%meson -D gtk_doc=true
%meson_build
%install
%meson_install
%find_lang template-glib
%files -f template-glib.lang
%license COPYING
%doc AUTHORS NEWS README.md
%{_libdir}/libtemplate_glib-1.0.so.*
%dir %{_libdir}/girepository-1.0
%{_libdir}/girepository-1.0/Template-1.0.typelib
%files devel
%doc CONTRIBUTING.md examples
%{_includedir}/*
%{_libdir}/*.so
%dir %{_datadir}/gir-1.0
%{_datadir}/gir-1.0/Template-1.0.gir
%dir %{_datadir}/gtk-doc
%dir %{_datadir}/gtk-doc/html
%{_datadir}/gtk-doc/html/template-glib
%{_libdir}/pkgconfig/template-glib-1.0.pc
%dir %{_datadir}/vala
%dir %{_datadir}/vala/vapi
%{_datadir}/vala/vapi/template-glib-1.0.*
%changelog
* Fri Nov 17 2023 lwg <liweiganga@uniontech.com> - 3.36.1-1
- update to version 3.36.1
* Mon Jan 02 2023 lin zhang <lin.zhang@turbolinux.com.cn> - 3.36.0-1
- update to 3.36.0
* Mon Jun 20 2022 lin zhang <lin.zhang@turbolinux.com.cn> - 3.34.1-1
- Update to 3.34.1
* Mon Jun 20 2022 lin zhang <lin.zhang@turbolinux.com.cn> - 3.34.0-2
- Add template-glib.yaml
* Wed Jun 30 2021 weijin deng <weijin.deng@turbolinux.com.cn> - 3.34.0-1
- Package init with 3.34.0

4
template-glib.yaml Normal file
View File

@ -0,0 +1,4 @@
version_control: gitlab.gnome
src_repo: template-glib
tag_prefix: ^
separator: .