Compare commits
No commits in common. "9a933e92fcee1cc7f8200288f2073108fa2d1b4c" and "85b9783a472c15e68f5f3cc0b7b9d2fdb643342d" have entirely different histories.
9a933e92fc
...
85b9783a47
BIN
totem-pl-parser-3.26.1.tar.xz
Normal file
BIN
totem-pl-parser-3.26.1.tar.xz
Normal file
Binary file not shown.
Binary file not shown.
@ -1,14 +1,14 @@
|
|||||||
Name: totem-pl-parser
|
Name: totem-pl-parser
|
||||||
Version: 3.26.6
|
Version: 3.26.1
|
||||||
Release: 1
|
Release: 3
|
||||||
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
|
||||||
Source0: https://download.gnome.org/sources/%{name}/3.26/%{name}-%{version}.tar.xz
|
Source0: https://download.gnome.org/sources/%{name}/3.26/%{name}-%{version}.tar.xz
|
||||||
|
|
||||||
BuildRequires: meson gtk-doc gettext glib2-devel libxslt
|
BuildRequires: git meson gtk-doc gettext glib2-devel
|
||||||
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 uchardet-devel
|
BuildRequires: libquvi-devel libarchive-devel libgcrypt-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,64 +22,49 @@ 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 -S git
|
||||||
|
|
||||||
%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
|
|
||||||
%doc AUTHORS
|
%doc AUTHORS
|
||||||
%{_libdir}/girepository-1.0/*.typelib
|
%license COPYING.LIB
|
||||||
%{_libdir}/*.so.*
|
%{_libdir}/girepository-1.0/TotemPlParser-1.0.typelib
|
||||||
|
%{_libdir}/libtotem-plparser*
|
||||||
%{_libexecdir}/%{name}
|
%{_libexecdir}/%{name}
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%{_includedir}/*
|
%{_includedir}/*
|
||||||
%{_libdir}/*.so
|
%{_libdir}/pkgconfig/totem-plparser-mini.pc
|
||||||
%{_libdir}/pkgconfig/*.pc
|
%{_libdir}/pkgconfig/totem-plparser.pc
|
||||||
%{_datadir}/gir-1.0/*.gir
|
%{_datadir}/gir-1.0/*
|
||||||
|
|
||||||
%files help
|
%files help
|
||||||
%doc NEWS
|
%doc NEWS README
|
||||||
%{_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
|
|
||||||
- DESC: delete -S git from %autosetup, and delete BuildRequires git
|
|
||||||
|
|
||||||
* Thu Jan 28 2021 liudabo <liudabo1@huawei.com> - 3.26.5-1
|
|
||||||
- upgrade version to 3.26.5
|
|
||||||
|
|
||||||
* Thu Nov 21 2019 chengquan <chengquan3@huawei.com> - 3.26.1-5
|
|
||||||
- Type: enhancement
|
|
||||||
- ID: NA
|
|
||||||
- SUG: NA
|
|
||||||
- DESC: add buildrequire of libxslt
|
|
||||||
|
|
||||||
* Wed Oct 10 2019 luhuaxin <luhuaxin@huawei.com> - 3.26.1-4
|
|
||||||
- Type: enhancement
|
|
||||||
- ID: NA
|
|
||||||
- SUG: NA
|
|
||||||
- DESC: move AUTHORS to license folder
|
|
||||||
|
|
||||||
* Wed Aug 28 2019 luhuaxin <luhuaxin@huawei.com> - 3.26.1-3
|
* Wed Aug 28 2019 luhuaxin <luhuaxin@huawei.com> - 3.26.1-3
|
||||||
- Package init
|
- Package init
|
||||||
|
|||||||
@ -1,4 +0,0 @@
|
|||||||
version_control: gitlab.gnome
|
|
||||||
src_repo: totem-pl-parser
|
|
||||||
tag_prefix: ^V_
|
|
||||||
seperator: _
|
|
||||||
Loading…
x
Reference in New Issue
Block a user