diff --git a/totem-pl-parser-3.26.5.tar.xz b/totem-pl-parser-3.26.5.tar.xz deleted file mode 100644 index 110f6f4..0000000 Binary files a/totem-pl-parser-3.26.5.tar.xz and /dev/null differ diff --git a/totem-pl-parser-3.26.6.tar.xz b/totem-pl-parser-3.26.6.tar.xz new file mode 100644 index 0000000..8b287b2 Binary files /dev/null and b/totem-pl-parser-3.26.6.tar.xz differ diff --git a/totem-pl-parser.spec b/totem-pl-parser.spec index ce6e194..0fed450 100644 --- a/totem-pl-parser.spec +++ b/totem-pl-parser.spec @@ -1,6 +1,6 @@ Name: totem-pl-parser -Version: 3.26.5 -Release: 2 +Version: 3.26.6 +Release: 1 Summary: Library fot Totem Playlist Parser License: LGPLv2+ 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: 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 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 applications that use %{name}. -%package help -Summary: Doc files for %{name} -Buildarch: noarch - -%description help -The %{name}-help package contains doc files for %{name}. +%package_help %prep %autosetup -n %{name}-%{version} -p1 %build -%meson -Denable-gtk-doc=true +%meson -Denable-gtk-doc=true \ + -Denable-libarchive=yes \ + -Denable-libgcrypt=yes \ + -Dintrospection=true %meson_build %install %meson_install %find_lang %{name} --with-gnome -%pre - -%preun - %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %files -f %{name}.lang -%license COPYING.LIB AUTHORS -%{_libdir}/girepository-1.0/TotemPlParser-1.0.typelib -%{_libdir}/libtotem-plparser* +%license COPYING.LIB +%doc AUTHORS +%{_libdir}/girepository-1.0/*.typelib +%{_libdir}/*.so.* %{_libexecdir}/%{name} %files devel %{_includedir}/* -%{_libdir}/pkgconfig/totem-plparser-mini.pc -%{_libdir}/pkgconfig/totem-plparser.pc -%{_datadir}/gir-1.0/* +%{_libdir}/*.so +%{_libdir}/pkgconfig/*.pc +%{_datadir}/gir-1.0/*.gir %files help -%doc NEWS README +%doc NEWS %{_datadir}/gtk-doc/html/%{name} %changelog +* Wed Apr 20 2022 dillon chen - 3.26.6-1 +- Update to 3.26.6 + * Fri Jul 30 2021 chenyanpanHW - 3.26.5-2 - DESC: delete -S git from %autosetup, and delete BuildRequires git