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
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 <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
- DESC: delete -S git from %autosetup, and delete BuildRequires git