Package upgrade
(cherry picked from commit ef5bb104f8d6371396292163f0870d6ac98811ae)
This commit is contained in:
parent
b1a0c0fb39
commit
2c9e295f86
Binary file not shown.
BIN
amtk-5.3.1.tar.xz
Normal file
BIN
amtk-5.3.1.tar.xz
Normal file
Binary file not shown.
26
amtk.spec
26
amtk.spec
@ -1,12 +1,13 @@
|
||||
Name: amtk
|
||||
Version: 5.0.0
|
||||
Release: 3
|
||||
Version: 5.3.1
|
||||
Release: 1
|
||||
Summary: Actions, Menus and Toolbars Kit for GTK+ applications
|
||||
License: LGPLv2+
|
||||
URL: https://wiki.gnome.org/Projects/Amtk
|
||||
Source0: https://download.gnome.org/sources/amtk/5.0/amtk-%{version}.tar.xz
|
||||
Source0: https://download.gnome.org/sources/amtk/5.3/amtk-%{version}.tar.xz
|
||||
|
||||
BuildRequires: gcc gettext glib2-devel gobject-introspection-devel gtk3-devel
|
||||
BuildRequires: meson gtk-doc
|
||||
|
||||
%description
|
||||
Amtk is the acronym for “Actions, Menus and Toolbars Kit”. It is a basic
|
||||
@ -27,18 +28,17 @@ Header files for %{name}.
|
||||
%autosetup -n %{name}-%{version} -p1
|
||||
|
||||
%build
|
||||
%configure --enable-installed-tests
|
||||
%make_build V=1
|
||||
%meson -Dgtk_doc=true
|
||||
%meson_build
|
||||
|
||||
%install
|
||||
%make_install
|
||||
%delete_la
|
||||
%meson_install
|
||||
|
||||
%find_lang amtk-5
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc AUTHORS NEWS README
|
||||
%doc NEWS README.md
|
||||
%license COPYING
|
||||
%dir %{_libdir}/girepository-1.0
|
||||
%{_libdir}/girepository-1.0/Amtk-5.typelib
|
||||
@ -50,16 +50,16 @@ Header files for %{name}.
|
||||
%{_includedir}/amtk-5/
|
||||
%{_libdir}/libamtk-5.so
|
||||
%{_libdir}/pkgconfig/amtk-5.pc
|
||||
%dir %{_libexecdir}/installed-tests
|
||||
%{_libexecdir}/installed-tests/amtk-5/
|
||||
|
||||
%dir %{_datadir}/gir-1.0
|
||||
%{_datadir}/gir-1.0/Amtk-5.gir
|
||||
%dir %{_datadir}/gtk-doc
|
||||
%{_datadir}/gtk-doc/html/amtk-5.0/
|
||||
%dir %{_datadir}/installed-tests
|
||||
%{_datadir}/installed-tests/amtk-5/
|
||||
%dir %{_datadir}/gtk-doc/html
|
||||
%{_datadir}/gtk-doc/html/amtk-5
|
||||
|
||||
%changelog
|
||||
* Tue Jun 14 2022 SimpleUpdate Robot <tc@openeuler.org> - 5.3.1-1
|
||||
- Upgrade to version 5.3.1
|
||||
|
||||
* Wed Dec 11 2019 openEuler Buildteam <buildteam@openeuler.org> - 5.0.0-3
|
||||
- Package init
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user