Compare commits

...

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
9a933e92fc
!4 upgrade to 3.26.6
From: @dillon_chen 
Reviewed-by: @overweight 
Signed-off-by: @overweight
2022-06-07 09:47:58 +00:00
dillon_chen
2a9eb7c663 upgrade to 3.26.6 2022-04-20 17:09:19 +08:00
openeuler-ci-bot
5e40596b86 !3 totem-pl-parser delete -S git from %autosetup, and delete BuildRequires git
From: @chenyanpanHW
Reviewed-by: @xiezhipeng1,@overweight
Signed-off-by: @xiezhipeng1,@overweight
2021-08-21 01:31:43 +00:00
chenyanpanHW
a773e7f68a
delete -S git from %autosetup, and delete BuildRequires git 2021-07-30 23:38:16 +08:00
openeuler-ci-bot
fbba5000c3 !2 upgrade version to 3.26.5
From: @run-is-pig
Reviewed-by: @overweight
Signed-off-by: @overweight
2021-01-29 11:06:11 +08:00
yangl777
16207659d2 upgrade version to 3.26.5 2021-01-28 14:22:45 +08:00
openeuler-ci-bot
1363c32727 !1 add yaml file in package
Merge pull request !1 from Markeryang/master
2020-06-23 20:33:38 +08:00
Markeryang
d68791a80b add totem-pl-parser.yaml. 2020-06-13 11:36:09 +08:00
dogsheng
30477cd86e Package init 2019-12-13 16:12:26 +08:00
zhuchunyi
99964ea0a5 update code 2019-11-06 19:54:32 +08:00
4 changed files with 42 additions and 23 deletions

Binary file not shown.

Binary file not shown.

View File

@ -1,14 +1,14 @@
Name: totem-pl-parser
Version: 3.26.1
Release: 3
Version: 3.26.6
Release: 1
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: 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,64 @@ 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 -S git
%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
%doc AUTHORS
%license COPYING.LIB
%{_libdir}/girepository-1.0/TotemPlParser-1.0.typelib
%{_libdir}/libtotem-plparser*
%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
* 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
- Package init

4
totem-pl-parser.yaml Normal file
View File

@ -0,0 +1,4 @@
version_control: gitlab.gnome
src_repo: totem-pl-parser
tag_prefix: ^V_
seperator: _