Compare commits

...

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
afd28848ca
!9 update to version 6.4.0
From: @lwg99 
Reviewed-by: @open-bot 
Signed-off-by: @open-bot
2023-11-29 07:40:21 +00:00
lwg K
2e05574f0b update to version 6.4.0 2023-11-20 17:22:59 +08:00
openeuler-ci-bot
393eb35ca2
!8 update to 6.1.1
From: @zhang__3125 
Reviewed-by: @dwl301 
Signed-off-by: @dwl301
2022-06-21 07:06:14 +00:00
zhang__3125
53f3ee6285 update to 6.1.1 2022-06-21 14:56:29 +08:00
openeuler-ci-bot
1f5451c089
!7 Add tepl.yaml
From: @zhang__3125 
Reviewed-by: @dwl301 
Signed-off-by: @dwl301
2022-06-20 08:07:38 +00:00
zhang__3125
a27a5e68cc Add tepl.yaml 2022-06-20 10:38:12 +08:00
openeuler-ci-bot
d76120fd6f
!6 【轻量级 PR】:Remove the dist tag
From: @fu-shanqing 
Reviewed-by: @dillon_chen 
Signed-off-by: @dillon_chen
2022-06-13 04:41:52 +00:00
付善庆
577a85646e
Remove the dist tag 2022-06-13 03:36:54 +00:00
openeuler-ci-bot
336baad332 !1 Package init with version 5.1.1
From: @weijin-deng
Reviewed-by: @dwl301
Signed-off-by: @dwl301
2021-06-16 02:25:18 +00:00
weijin-deng
c4d99f244f Package init with version 5.1.1 2021-06-16 10:16:27 +08:00
3 changed files with 86 additions and 0 deletions

BIN
tepl-6.4.0.tar.xz Normal file

Binary file not shown.

82
tepl.spec Normal file
View File

@ -0,0 +1,82 @@
%global apiver 6
Name: tepl
Version: 6.4.0
Release: 1
Summary: Text editor product line
License: LGPL-3.0-or-later
URL: https://wiki.gnome.org/Projects/Tepl
Source0: https://download.gnome.org/sources/tepl/6.4/tepl-%{version}.tar.xz
BuildRequires: gcc
BuildRequires: gettext
BuildRequires: gtk-doc
BuildRequires: meson
BuildRequires: pkgconfig(amtk-5)
BuildRequires: pkgconfig(glib-2.0)
BuildRequires: pkgconfig(gobject-introspection-1.0)
BuildRequires: pkgconfig(gtk+-3.0)
BuildRequires: pkgconfig(gtksourceview-4)
BuildRequires: pkgconfig(libxml-2.0)
BuildRequires: pkgconfig(uchardet)
BuildRequires: pkgconfig(gsettings-desktop-schemas)
Obsoletes: tepl-tests < 4.99.2
%description
Tepl is a library that eases the development of GtkSourceView-based text
editors and IDEs. Tepl is the acronym for “Text editor product line”.
%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 -Dgtk_doc=true
%meson_build
%install
%meson_install
%find_lang tepl-%{apiver}
%files -f tepl-%{apiver}.lang
%license LICENSES/*
%doc NEWS README.md
%dir %{_libdir}/girepository-1.0
%{_libdir}/girepository-1.0/Tepl-%{apiver}.typelib
%{_libdir}/libtepl-%{apiver}.so.{2,.*}
%files devel
%{_includedir}/tepl-%{apiver}/
%{_libdir}/libtepl-%{apiver}.so
%{_libdir}/pkgconfig/tepl-%{apiver}.pc
%dir %{_datadir}/gir-1.0
%{_datadir}/gir-1.0/Tepl-%{apiver}.gir
%dir %{_datadir}/gtk-doc
%dir %{_datadir}/gtk-doc/html
%{_datadir}/gtk-doc/html/tepl-%{apiver}/
%changelog
* Mon Nov 20 2023 lwg <liweiganga@uniontech.com> - 6.4.0-1
- update to version 6.4.0
* Tue Jun 21 2022 lin zhang <lin.zhang@turbolinux.com.cn> - 6.1.1-1
- update to 6.1.1
* Mon Jun 20 2022 lin zhang <lin.zhang@turbolinux.com.cn> - 5.1.1-3
- Add tepl.yaml
* Mon Jun 13 2022 fushanqing <fushanqing@kylinos.cn> - 5.1.1-2
- Remove the dist tag
* Wed Jun 16 2021 weijin deng <weijin.deng@turbolinux.com.cn> - 5.1.1-1
- Package init with version 5.1.1

4
tepl.yaml Normal file
View File

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