2019-09-30 11:18:36 -04:00
|
|
|
Name: totem-pl-parser
|
2022-04-20 17:09:19 +08:00
|
|
|
Version: 3.26.6
|
|
|
|
|
Release: 1
|
2019-09-30 11:18:36 -04:00
|
|
|
Summary: Library fot Totem Playlist Parser
|
|
|
|
|
License: LGPLv2+
|
|
|
|
|
URL: https://wiki.gnome.org/Apps/Videos
|
|
|
|
|
Source0: https://download.gnome.org/sources/%{name}/3.26/%{name}-%{version}.tar.xz
|
|
|
|
|
|
2021-07-30 23:38:16 +08:00
|
|
|
BuildRequires: meson gtk-doc gettext glib2-devel libxslt
|
2019-09-30 11:18:36 -04:00
|
|
|
BuildRequires: gmime30-devel libxml2-devel libsoup-devel gobject-introspection-devel
|
2022-04-20 17:09:19 +08:00
|
|
|
BuildRequires: libquvi-devel libarchive-devel libgcrypt-devel uchardet-devel
|
2019-09-30 11:18:36 -04:00
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
Totem-pl-parser is a simple GObject-based library to parse a host of playlist
|
|
|
|
|
formats, as well as save those.
|
|
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
|
Summary: Development files for %{name}
|
|
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
|
|
|
|
|
|
|
%description devel
|
|
|
|
|
The %{name}-devel package contains libraries and header files for developing
|
|
|
|
|
applications that use %{name}.
|
|
|
|
|
|
2022-04-20 17:09:19 +08:00
|
|
|
%package_help
|
2019-09-30 11:18:36 -04:00
|
|
|
|
|
|
|
|
%prep
|
2021-07-30 23:38:16 +08:00
|
|
|
%autosetup -n %{name}-%{version} -p1
|
2019-09-30 11:18:36 -04:00
|
|
|
|
|
|
|
|
%build
|
2022-04-20 17:09:19 +08:00
|
|
|
%meson -Denable-gtk-doc=true \
|
|
|
|
|
-Denable-libarchive=yes \
|
|
|
|
|
-Denable-libgcrypt=yes \
|
|
|
|
|
-Dintrospection=true
|
2019-09-30 11:18:36 -04:00
|
|
|
%meson_build
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
|
%meson_install
|
|
|
|
|
%find_lang %{name} --with-gnome
|
|
|
|
|
|
|
|
|
|
%post -p /sbin/ldconfig
|
|
|
|
|
|
|
|
|
|
%postun -p /sbin/ldconfig
|
|
|
|
|
|
|
|
|
|
%files -f %{name}.lang
|
2022-04-20 17:09:19 +08:00
|
|
|
%license COPYING.LIB
|
|
|
|
|
%doc AUTHORS
|
|
|
|
|
%{_libdir}/girepository-1.0/*.typelib
|
|
|
|
|
%{_libdir}/*.so.*
|
2019-09-30 11:18:36 -04:00
|
|
|
%{_libexecdir}/%{name}
|
|
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
|
%{_includedir}/*
|
2022-04-20 17:09:19 +08:00
|
|
|
%{_libdir}/*.so
|
|
|
|
|
%{_libdir}/pkgconfig/*.pc
|
|
|
|
|
%{_datadir}/gir-1.0/*.gir
|
2019-09-30 11:18:36 -04:00
|
|
|
|
|
|
|
|
%files help
|
2022-04-20 17:09:19 +08:00
|
|
|
%doc NEWS
|
2019-09-30 11:18:36 -04:00
|
|
|
%{_datadir}/gtk-doc/html/%{name}
|
|
|
|
|
|
|
|
|
|
%changelog
|
2022-04-20 17:09:19 +08:00
|
|
|
* Wed Apr 20 2022 dillon chen <dillon.chen@gmail.com> - 3.26.6-1
|
|
|
|
|
- Update to 3.26.6
|
|
|
|
|
|
2021-07-30 23:38:16 +08:00
|
|
|
* Fri Jul 30 2021 chenyanpanHW <chenyanpan@huawei.com> - 3.26.5-2
|
|
|
|
|
- DESC: delete -S git from %autosetup, and delete BuildRequires git
|
|
|
|
|
|
2021-01-28 14:22:45 +08:00
|
|
|
* Thu Jan 28 2021 liudabo <liudabo1@huawei.com> - 3.26.5-1
|
|
|
|
|
- upgrade version to 3.26.5
|
|
|
|
|
|
2019-12-13 16:12:26 +08:00
|
|
|
* Thu Nov 21 2019 chengquan <chengquan3@huawei.com> - 3.26.1-5
|
|
|
|
|
- Type: enhancement
|
|
|
|
|
- ID: NA
|
|
|
|
|
- SUG: NA
|
|
|
|
|
- DESC: add buildrequire of libxslt
|
|
|
|
|
|
2019-11-06 19:54:32 +08:00
|
|
|
* Wed Oct 10 2019 luhuaxin <luhuaxin@huawei.com> - 3.26.1-4
|
|
|
|
|
- Type: enhancement
|
|
|
|
|
- ID: NA
|
|
|
|
|
- SUG: NA
|
|
|
|
|
- DESC: move AUTHORS to license folder
|
|
|
|
|
|
2019-09-30 11:18:36 -04:00
|
|
|
* Wed Aug 28 2019 luhuaxin <luhuaxin@huawei.com> - 3.26.1-3
|
|
|
|
|
- Package init
|