update to 5.8.0 [release 5.8.0-1mamba;Sun Sep 24 2023]
This commit is contained in:
parent
f9dd81cdf5
commit
8aa9ae8446
28
amtk.spec
28
amtk.spec
@ -1,6 +1,6 @@
|
|||||||
%define majver %(echo %version | cut -d. -f1-2)
|
%define majver %(echo %version | cut -d. -f1-2)
|
||||||
Name: amtk
|
Name: amtk
|
||||||
Version: 5.6.1
|
Version: 5.8.0
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: Actions, Menus and Toolbars Kit for GTK+ applications
|
Summary: Actions, Menus and Toolbars Kit for GTK+ applications
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
@ -8,7 +8,8 @@ Vendor: openmamba
|
|||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: https://wiki.gnome.org/
|
URL: https://wiki.gnome.org/
|
||||||
Source: https://download.gnome.org/sources/amtk/%{majver}/amtk-%{version}.tar.xz
|
Source: https://gedit-technology.net/tarballs/libgedit-amtk/libgedit-amtk-%{version}.tar.xz
|
||||||
|
#Source: https://download.gnome.org/sources/amtk/%{majver}/amtk-%{version}.tar.xz
|
||||||
License: LGPL
|
License: LGPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
@ -49,7 +50,7 @@ This package includes the %{name} API documentation.
|
|||||||
%debug_package
|
%debug_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q -n libgedit-amtk-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%meson \
|
%meson \
|
||||||
@ -61,7 +62,7 @@ This package includes the %{name} API documentation.
|
|||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
%meson_install
|
%meson_install
|
||||||
|
|
||||||
%find_lang %{name}-5 || touch %{name}-5.lang
|
%find_lang %{name} --all-name || touch %{name}.lang
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
@ -69,27 +70,30 @@ This package includes the %{name} API documentation.
|
|||||||
%post -n lib%{name} -p /sbin/ldconfig
|
%post -n lib%{name} -p /sbin/ldconfig
|
||||||
%postun -n lib%{name} -p /sbin/ldconfig
|
%postun -n lib%{name} -p /sbin/ldconfig
|
||||||
|
|
||||||
%files -n lib%{name} -f %{name}-5.lang
|
%files -n lib%{name} -f %{name}.lang
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/libamtk-5.so.*
|
%{_libdir}/libgedit-amtk-5.so.*
|
||||||
%{_libdir}/girepository-1.0/Amtk-5.typelib
|
%{_libdir}/girepository-1.0/Amtk-5.typelib
|
||||||
%doc LICENSES/*
|
%doc LICENSES/*
|
||||||
|
|
||||||
%files -n lib%{name}-devel
|
%files -n lib%{name}-devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%dir %{_includedir}/amtk-5/amtk
|
%dir %{_includedir}/libgedit-amtk-5/amtk
|
||||||
%{_includedir}/amtk-5/amtk/*
|
%{_includedir}/libgedit-amtk-5/amtk/*
|
||||||
%{_libdir}/libamtk-5.so
|
%{_libdir}/libgedit-amtk-5.so
|
||||||
%{_libdir}/pkgconfig/amtk-5.pc
|
%{_libdir}/pkgconfig/libgedit-amtk-5.pc
|
||||||
%{_datadir}/gir-1.0/Amtk-5.gir
|
%{_datadir}/gir-1.0/Amtk-5.gir
|
||||||
%doc NEWS README.md
|
%doc NEWS README.md
|
||||||
|
|
||||||
%files apidocs
|
%files apidocs
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%dir %{_datadir}/gtk-doc/html/amtk-5
|
%dir %{_datadir}/gtk-doc/html/libgedit-amtk-5
|
||||||
%{_datadir}/gtk-doc/html/amtk-5/*
|
%{_datadir}/gtk-doc/html/libgedit-amtk-5/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Sep 24 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 5.8.0-1mamba
|
||||||
|
- update to 5.8.0
|
||||||
|
|
||||||
* Thu Nov 17 2022 Automatic Build System <autodist@mambasoft.it> 5.6.1-1mamba
|
* Thu Nov 17 2022 Automatic Build System <autodist@mambasoft.it> 5.6.1-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user