automatic version update by autodist [release 5.6.1-1mamba;Fri Sep 23 2022]
This commit is contained in:
parent
03bcef5f54
commit
8690a45d51
@ -1,39 +1,28 @@
|
|||||||
%define majversion %(echo %version | cut -d. -f 1-2)
|
%define majversion %(echo %version | cut -d. -f 1-2)
|
||||||
|
%define apiver %(echo %version | cut -d. -f 1)
|
||||||
|
|
||||||
Name: libgtksourceview
|
Name: libgtksourceview
|
||||||
Version: 4.8.1
|
Version: 5.6.1
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: A text widget that extends the standard GTK+ 2.x text widget
|
Summary: A text widget that extends the standard GTK+ 2.x text widget
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Stefano Cotta Ramusino <stefano.cotta@openmamba.org>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: https://gtksourceview.sourceforge.net
|
URL: https://wiki.gnome.org/Projects/GtkSourceView/
|
||||||
Source: http://ftp.gnome.org/pub/gnome/sources/gtksourceview/%{majversion}/gtksourceview-%{version}.tar.xz
|
Source: http://ftp.gnome.org/pub/gnome/sources/gtksourceview/%{majversion}/gtksourceview-%{version}.tar.xz
|
||||||
License: GPL
|
License: GPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: libatk-devel
|
|
||||||
BuildRequires: libblkid-devel
|
|
||||||
BuildRequires: libbzip2-devel
|
|
||||||
BuildRequires: libcairo-devel
|
BuildRequires: libcairo-devel
|
||||||
BuildRequires: libffi-devel
|
BuildRequires: libfontconfig-devel
|
||||||
BuildRequires: libfreetype-devel
|
BuildRequires: libfribidi-devel
|
||||||
BuildRequires: libgdk-pixbuf-devel
|
BuildRequires: libgdk-pixbuf-devel
|
||||||
BuildRequires: libglib-devel
|
BuildRequires: libglib-devel
|
||||||
BuildRequires: libgraphite2-devel
|
|
||||||
BuildRequires: libgtk-devel
|
BuildRequires: libgtk-devel
|
||||||
BuildRequires: libharfbuzz-devel
|
|
||||||
BuildRequires: liblzma-devel
|
|
||||||
BuildRequires: libmount-devel
|
|
||||||
BuildRequires: libpango-devel
|
BuildRequires: libpango-devel
|
||||||
BuildRequires: libpcre-devel
|
BuildRequires: libpcre2-devel
|
||||||
BuildRequires: libpng-devel
|
|
||||||
BuildRequires: libselinux-devel
|
|
||||||
BuildRequires: libsepol-devel
|
|
||||||
BuildRequires: libuuid-devel
|
|
||||||
BuildRequires: libxml2-devel
|
BuildRequires: libxml2-devel
|
||||||
BuildRequires: libz-devel
|
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: gettext-devel
|
BuildRequires: gettext-devel
|
||||||
BuildRequires: perl-XML-Parser
|
BuildRequires: perl-XML-Parser
|
||||||
@ -53,15 +42,13 @@ Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|||||||
GtkSourceView is a text widget that extends the standard gtk+ 2.x text widget.
|
GtkSourceView is a text widget that extends the standard gtk+ 2.x text widget.
|
||||||
It improves the gtk+ text widget by implementing syntax highlighting and other features typical of a source editor.
|
It improves the gtk+ text widget by implementing syntax highlighting and other features typical of a source editor.
|
||||||
It is part of the GNOME Desktop Environment and it is currently being used by gedit, MonoDevelop, Glimmer and several other projects.
|
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 static libraries and header files needed for development.
|
||||||
This package contains static libraries and header files need for development.
|
|
||||||
|
|
||||||
%package apidocs
|
%package apidocs
|
||||||
Group: Documentation
|
Group: Documentation
|
||||||
Summary: API documentation for %{name}
|
Summary: API documentation for %{name}
|
||||||
Requires: gtk-doc
|
Requires: gtk-doc
|
||||||
|
|
||||||
|
|
||||||
%description apidocs
|
%description apidocs
|
||||||
GtkSourceView is a text widget that extends the standard gtk+ 2.x text widget.
|
GtkSourceView is a text widget that extends the standard gtk+ 2.x text widget.
|
||||||
It improves the gtk+ text widget by implementing syntax highlighting and other features typical of a source editor.
|
It improves the gtk+ text widget by implementing syntax highlighting and other features typical of a source editor.
|
||||||
@ -75,7 +62,7 @@ This package contains the API documentation needed for development.
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
%meson \
|
%meson \
|
||||||
-Dbuild-documentation=true
|
-Dgtk_doc=true
|
||||||
|
|
||||||
%meson_build
|
%meson_build
|
||||||
|
|
||||||
@ -83,44 +70,67 @@ This package contains the API documentation needed for development.
|
|||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
%meson_install
|
%meson_install
|
||||||
|
|
||||||
%find_lang gtksourceview-4
|
%find_lang gtksourceview-%{apiver}
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
|
||||||
%post -p /sbin/ldconfig
|
%post -p /sbin/ldconfig
|
||||||
%postun -p /sbin/ldconfig
|
%postun -p /sbin/ldconfig
|
||||||
|
|
||||||
%files -f gtksourceview-4.lang
|
%files -f gtksourceview-%{apiver}.lang
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/libgtksourceview-4.so.*
|
%{_libdir}/libgtksourceview-%{apiver}.so.*
|
||||||
%{_libdir}/girepository-1.0/GtkSource-4.typelib
|
%{_libdir}/girepository-1.0/GtkSource-%{apiver}.typelib
|
||||||
%dir %{_datadir}/gtksourceview-4
|
%dir %{_datadir}/gtksourceview-%{apiver}
|
||||||
%dir %{_datadir}/gtksourceview-4/language-specs
|
%dir %{_datadir}/gtksourceview-%{apiver}/fonts
|
||||||
%{_datadir}/gtksourceview-4/language-specs/*
|
%{_datadir}/gtksourceview-%{apiver}/fonts/*
|
||||||
%dir %{_datadir}/gtksourceview-4/styles
|
%dir %{_datadir}/gtksourceview-%{apiver}/language-specs
|
||||||
%{_datadir}/gtksourceview-4/styles/*
|
%{_datadir}/gtksourceview-%{apiver}/language-specs/*
|
||||||
|
%dir %{_datadir}/gtksourceview-%{apiver}/snippets
|
||||||
|
%{_datadir}/gtksourceview-%{apiver}/snippets/*
|
||||||
|
%dir %{_datadir}/gtksourceview-%{apiver}/styles
|
||||||
|
%{_datadir}/gtksourceview-%{apiver}/styles/*
|
||||||
|
%{_datadir}/icons/hicolor/scalable/actions/*.svg
|
||||||
%doc AUTHORS COPYING
|
%doc AUTHORS COPYING
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%dir %{_includedir}/gtksourceview-4
|
%dir %{_includedir}/gtksourceview-%{apiver}
|
||||||
%{_includedir}/gtksourceview-4
|
%{_includedir}/gtksourceview-%{apiver}
|
||||||
%{_libdir}/libgtksourceview-4.so
|
%{_libdir}/libgtksourceview-%{apiver}.so
|
||||||
%{_datadir}/gir-1.0/GtkSource-4.gir
|
%{_datadir}/gir-1.0/GtkSource-%{apiver}.gir
|
||||||
%{_datadir}/vala/vapi/gtksourceview-4.deps
|
%{_datadir}/vala/vapi/gtksourceview-%{apiver}.*
|
||||||
%{_datadir}/vala/vapi/gtksourceview-4.vapi
|
|
||||||
%{_libdir}/pkgconfig/*.pc
|
%{_libdir}/pkgconfig/*.pc
|
||||||
%doc NEWS
|
%doc NEWS
|
||||||
|
|
||||||
#%files apidocs
|
%files apidocs
|
||||||
#%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
#%{_datadir}/gtk-doc/html/gtksourceview-?.?/*.html
|
%dir %{_docdir}/gtksourceview5
|
||||||
#%{_datadir}/gtk-doc/html/gtksourceview-?.?/style.css
|
%{_docdir}/gtksourceview5/*
|
||||||
#%{_datadir}/gtk-doc/html/gtksourceview-?.?/*.png
|
|
||||||
#%{_datadir}/gtk-doc/html/gtksourceview-?.?/gtksourceview-?.?.devhelp2
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Sep 23 2022 Automatic Build System <autodist@mambasoft.it> 5.6.1-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Sun Sep 18 2022 Automatic Build System <autodist@mambasoft.it> 5.6.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Mon Jun 13 2022 Automatic Build System <autodist@mambasoft.it> 5.4.2-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Fri Apr 22 2022 Automatic Build System <autodist@mambasoft.it> 5.4.1-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Sat Apr 02 2022 Automatic Build System <autodist@mambasoft.it> 5.4.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Wed Sep 29 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 5.2.0-1mamba
|
||||||
|
- update to 5.2.0
|
||||||
|
|
||||||
|
* Fri Apr 09 2021 Automatic Build System <autodist@mambasoft.it> 5.0.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Wed Mar 03 2021 Automatic Build System <autodist@mambasoft.it> 4.8.1-1mamba
|
* Wed Mar 03 2021 Automatic Build System <autodist@mambasoft.it> 4.8.1-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user