upgrade to 3.26.6

This commit is contained in:
dillon_chen 2022-04-20 17:09:19 +08:00
parent 5e40596b86
commit 2a9eb7c663
3 changed files with 19 additions and 21 deletions

Binary file not shown.

Binary file not shown.

View File

@ -1,6 +1,6 @@
Name: totem-pl-parser Name: totem-pl-parser
Version: 3.26.5 Version: 3.26.6
Release: 2 Release: 1
Summary: Library fot Totem Playlist Parser Summary: Library fot Totem Playlist Parser
License: LGPLv2+ License: LGPLv2+
URL: https://wiki.gnome.org/Apps/Videos URL: https://wiki.gnome.org/Apps/Videos
@ -8,7 +8,7 @@ Source0: https://download.gnome.org/sources/%{name}/3.26/%{name}-%{version}.tar.
BuildRequires: meson gtk-doc gettext glib2-devel libxslt BuildRequires: meson gtk-doc gettext glib2-devel libxslt
BuildRequires: gmime30-devel libxml2-devel libsoup-devel gobject-introspection-devel BuildRequires: gmime30-devel libxml2-devel libsoup-devel gobject-introspection-devel
BuildRequires: libquvi-devel libarchive-devel libgcrypt-devel BuildRequires: libquvi-devel libarchive-devel libgcrypt-devel uchardet-devel
%description %description
Totem-pl-parser is a simple GObject-based library to parse a host of playlist Totem-pl-parser is a simple GObject-based library to parse a host of playlist
@ -22,49 +22,47 @@ Requires: %{name}%{?_isa} = %{version}-%{release}
The %{name}-devel package contains libraries and header files for developing The %{name}-devel package contains libraries and header files for developing
applications that use %{name}. applications that use %{name}.
%package help %package_help
Summary: Doc files for %{name}
Buildarch: noarch
%description help
The %{name}-help package contains doc files for %{name}.
%prep %prep
%autosetup -n %{name}-%{version} -p1 %autosetup -n %{name}-%{version} -p1
%build %build
%meson -Denable-gtk-doc=true %meson -Denable-gtk-doc=true \
-Denable-libarchive=yes \
-Denable-libgcrypt=yes \
-Dintrospection=true
%meson_build %meson_build
%install %install
%meson_install %meson_install
%find_lang %{name} --with-gnome %find_lang %{name} --with-gnome
%pre
%preun
%post -p /sbin/ldconfig %post -p /sbin/ldconfig
%postun -p /sbin/ldconfig %postun -p /sbin/ldconfig
%files -f %{name}.lang %files -f %{name}.lang
%license COPYING.LIB AUTHORS %license COPYING.LIB
%{_libdir}/girepository-1.0/TotemPlParser-1.0.typelib %doc AUTHORS
%{_libdir}/libtotem-plparser* %{_libdir}/girepository-1.0/*.typelib
%{_libdir}/*.so.*
%{_libexecdir}/%{name} %{_libexecdir}/%{name}
%files devel %files devel
%{_includedir}/* %{_includedir}/*
%{_libdir}/pkgconfig/totem-plparser-mini.pc %{_libdir}/*.so
%{_libdir}/pkgconfig/totem-plparser.pc %{_libdir}/pkgconfig/*.pc
%{_datadir}/gir-1.0/* %{_datadir}/gir-1.0/*.gir
%files help %files help
%doc NEWS README %doc NEWS
%{_datadir}/gtk-doc/html/%{name} %{_datadir}/gtk-doc/html/%{name}
%changelog %changelog
* Wed Apr 20 2022 dillon chen <dillon.chen@gmail.com> - 3.26.6-1
- Update to 3.26.6
* Fri Jul 30 2021 chenyanpanHW <chenyanpan@huawei.com> - 3.26.5-2 * Fri Jul 30 2021 chenyanpanHW <chenyanpan@huawei.com> - 3.26.5-2
- DESC: delete -S git from %autosetup, and delete BuildRequires git - DESC: delete -S git from %autosetup, and delete BuildRequires git