diff --git a/libadwaita-1.2.0.tar.xz b/libadwaita-1.2.0.tar.xz deleted file mode 100644 index e5c5e3c5d13e4bb9e9a0b37a756d0ef484fd51fd..0000000000000000000000000000000000000000 Binary files a/libadwaita-1.2.0.tar.xz and /dev/null differ diff --git a/libadwaita-1.3.2.tar.xz b/libadwaita-1.3.2.tar.xz new file mode 100644 index 0000000000000000000000000000000000000000..dff331848cb76d4af458509ff95e489793979516 Binary files /dev/null and b/libadwaita-1.3.2.tar.xz differ diff --git a/libadwaita.spec b/libadwaita.spec index b26ffe1a57c8444b2f100648df7fcab1a37b41cc..f78132bc7e3de0c679ed714773ded4d81bdbe08c 100644 --- a/libadwaita.spec +++ b/libadwaita.spec @@ -1,30 +1,37 @@ -%define anolis_release 2 -%global apiver 1 +%define anolis_release 1 +%global apiver %%(echo %{version} | cut -d '.' -f 1) Name: libadwaita -Version: 1.2.0 +Version: 1.3.2 Release: %{anolis_release}%{?dist} Summary: Building blocks for modern GNOME applications License: LGPLv2+ URL: https://gitlab.gnome.org/GNOME/libadwaita -Source0: https://download.gnome.org/sources/%{name}/1.2/%{name}-%{version}.tar.xz +Source0: https://download.gnome.org/sources/%{name}/1.3/%{name}-%{version}.tar.xz -BuildRequires: desktop-file-utils -BuildRequires: gcc -BuildRequires: gi-docgen -BuildRequires: intltool +BuildRequires: intltool gcc gi-docgen meson >= 0.59.0 sassc vala BuildRequires: libappstream-glib -BuildRequires: meson >= 0.59.0 -BuildRequires: sassc -BuildRequires: vala +BuildRequires: pkgconfig(fribidi) +BuildRequires: pkgconfig(gio-2.0) >= 2.66 +BuildRequires: pkgconfig(glib-2.0) >= 2.66 BuildRequires: pkgconfig(gobject-introspection-1.0) -BuildRequires: pkgconfig(gtk4) >= 4.5 +BuildRequires: pkgconfig(gtk4) >= 4.9.5 %description Building blocks for modern GNOME applications. - +%{name} is a library developed by the GNOME project to +provide a set of user interface components for creating +modern and responsive applications. It follows the GNOME +design guidelines and supports both desktop and mobile +platforms. + +The library includes components such as buttons, switches, +text fields, menus, and more, all of which are customizable +and easily integrated into applications. The components are +designed to be accessible and support the latest accessibility +standards. %package devel Summary: Development files for %{name} @@ -71,14 +78,16 @@ Demo files for %{name}. %meson_install %find_lang %{name} +%generate_compatibility_deps + %check appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/*.xml - %files -f %{name}.lang %license COPYING -%doc README.md AUTHORS NEWS +%dir %{abidir} %{_libdir}/*-%{apiver}.so.0* +%{abidir}/*-%{apiver}.dump %{_libdir}/girepository-1.0/*.typelib %files devel @@ -89,18 +98,38 @@ appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/*.xml %{_libdir}/*-%{apiver}.so %{_libdir}/pkgconfig/*-%{apiver}.pc -%files doc -%doc HACKING.md -%{_docdir}/%{name}-%{apiver}/ %files demo %{_bindir}/adwaita-%{apiver}-demo +%{abidir}/adwaita-%{apiver}-demo-option.list %{_datadir}/applications/*.desktop %{_datadir}/icons/hicolor/*/apps/*.svg %{_metainfodir}/*.metainfo.xml +%files doc +%doc HACKING.md README.md AUTHORS NEWS +%{_docdir}/%{name}-%{apiver}/ + %changelog +* Sat Apr 22 2023 Funda Wang - 1.3.2-1 +- New version 1.3.2 + +* Wed Apr 12 2023 Kun(llfl) - 1.3.1-2 +- optimize spec file + +* Sat Mar 18 2023 yuanhui - 1.3.1-1 +- Update to 1.3.1 + +* Sun Mar 5 2023 Funda Wang - 1.2.3-1 +- New version 1.2.3 + +* Sun Feb 12 2023 Funda Wang - 1.2.2-1 +- New version 1.2.2 + +* Sun Jan 22 2023 Funda Wang - 1.2.1-1 +- New version 1.2.1 + * Thu Dec 22 2022 Funda Wang - 1.2.0-2 - Drop duplicated file