Compare commits
9 Commits
5.6.1-1mam
...
main
Author | SHA1 | Date | |
---|---|---|---|
44f04f5860 | |||
4a87af1a52 | |||
050bbfd1b3 | |||
9002d75835 | |||
5fc1b3e729 | |||
a1a10b8311 | |||
6cb28705f9 | |||
7464725277 | |||
96089e3de1 |
@ -2,7 +2,7 @@
|
||||
%define apiver %(echo %version | cut -d. -f 1)
|
||||
|
||||
Name: libgtksourceview
|
||||
Version: 5.6.1
|
||||
Version: 5.16.0
|
||||
Release: 1mamba
|
||||
Summary: A text widget that extends the standard GTK+ 2.x text widget
|
||||
Group: System/Libraries
|
||||
@ -55,14 +55,13 @@ It improves the gtk+ text widget by implementing syntax highlighting and other f
|
||||
It is part of the GNOME Desktop Environment and it is currently being used by gedit, MonoDevelop, Glimmer and several other projects.
|
||||
This package contains the API documentation needed for development.
|
||||
|
||||
%debug_package
|
||||
|
||||
%prep
|
||||
%setup -q -n gtksourceview-%{version}
|
||||
|
||||
%build
|
||||
%meson \
|
||||
-Dgtk_doc=true
|
||||
-Ddocumentation=true
|
||||
|
||||
%meson_build
|
||||
|
||||
@ -75,8 +74,6 @@ This package contains the API documentation needed for development.
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
%post -p /sbin/ldconfig
|
||||
%postun -p /sbin/ldconfig
|
||||
|
||||
%files -f gtksourceview-%{apiver}.lang
|
||||
%defattr(-,root,root)
|
||||
@ -110,6 +107,33 @@ This package contains the API documentation needed for development.
|
||||
%{_docdir}/gtksourceview5/*
|
||||
|
||||
%changelog
|
||||
* Tue Mar 18 2025 Automatic Build System <autodist@openmamba.org> 5.16.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Nov 22 2024 Automatic Build System <autodist@openmamba.org> 5.14.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Oct 05 2024 Automatic Build System <autodist@openmamba.org> 5.14.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Sep 14 2024 Automatic Build System <autodist@openmamba.org> 5.14.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri May 31 2024 Automatic Build System <autodist@openmamba.org> 5.12.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Apr 22 2024 Automatic Build System <autodist@openmamba.org> 5.12.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Sep 17 2023 Automatic Build System <autodist@mambasoft.it> 5.10.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Mar 18 2023 Automatic Build System <autodist@mambasoft.it> 5.8.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Jan 11 2023 Automatic Build System <autodist@mambasoft.it> 5.6.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Sep 23 2022 Automatic Build System <autodist@mambasoft.it> 5.6.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user