Package init
This commit is contained in:
commit
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.
70
totem-pl-parser.spec
Normal file
70
totem-pl-parser.spec
Normal file
@ -0,0 +1,70 @@
|
|||||||
|
Name: totem-pl-parser
|
||||||
|
Version: 3.26.1
|
||||||
|
Release: 3
|
||||||
|
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
|
||||||
|
|
||||||
|
BuildRequires: git meson gtk-doc gettext glib2-devel
|
||||||
|
BuildRequires: gmime30-devel libxml2-devel libsoup-devel gobject-introspection-devel
|
||||||
|
BuildRequires: libquvi-devel libarchive-devel libgcrypt-devel
|
||||||
|
|
||||||
|
%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}.
|
||||||
|
|
||||||
|
%package help
|
||||||
|
Summary: Doc files for %{name}
|
||||||
|
Buildarch: noarch
|
||||||
|
|
||||||
|
%description help
|
||||||
|
The %{name}-help package contains doc files for %{name}.
|
||||||
|
|
||||||
|
%prep
|
||||||
|
%autosetup -n %{name}-%{version} -p1 -S git
|
||||||
|
|
||||||
|
%build
|
||||||
|
%meson -Denable-gtk-doc=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
|
||||||
|
%doc AUTHORS
|
||||||
|
%license COPYING.LIB
|
||||||
|
%{_libdir}/girepository-1.0/TotemPlParser-1.0.typelib
|
||||||
|
%{_libdir}/libtotem-plparser*
|
||||||
|
%{_libexecdir}/%{name}
|
||||||
|
|
||||||
|
%files devel
|
||||||
|
%{_includedir}/*
|
||||||
|
%{_libdir}/pkgconfig/totem-plparser-mini.pc
|
||||||
|
%{_libdir}/pkgconfig/totem-plparser.pc
|
||||||
|
%{_datadir}/gir-1.0/*
|
||||||
|
|
||||||
|
%files help
|
||||||
|
%doc NEWS README
|
||||||
|
%{_datadir}/gtk-doc/html/%{name}
|
||||||
|
|
||||||
|
%changelog
|
||||||
|
* Wed Aug 28 2019 luhuaxin <luhuaxin@huawei.com> - 3.26.1-3
|
||||||
|
- Package init
|
||||||
Loading…
x
Reference in New Issue
Block a user