Compare commits
10 Commits
5d0babe5c5
...
afd28848ca
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
afd28848ca | ||
|
|
2e05574f0b | ||
|
|
393eb35ca2 | ||
|
|
53f3ee6285 | ||
|
|
1f5451c089 | ||
|
|
a27a5e68cc | ||
|
|
d76120fd6f | ||
|
|
577a85646e | ||
|
|
336baad332 | ||
|
|
c4d99f244f |
BIN
tepl-6.4.0.tar.xz
Normal file
BIN
tepl-6.4.0.tar.xz
Normal file
Binary file not shown.
82
tepl.spec
Normal file
82
tepl.spec
Normal 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
|
||||||
Loading…
x
Reference in New Issue
Block a user