Compare commits

...

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
02bcfc0ad5
!5 Update package to version 0.4.41
From: @lingjuer 
Reviewed-by: @t_feng 
Signed-off-by: @t_feng
2023-08-04 02:32:10 +00:00
lingjuer
2be5651753 Update to version 0.4.41 2023-08-04 09:41:24 +08:00
openeuler-ci-bot
a95528de5d
!3 upstream to 0.4.40
From: @leeffo 
Reviewed-by: @weidongkl 
Signed-off-by: @weidongkl
2023-02-23 02:17:05 +00:00
liweiganga
4a26161dc9 upstream 0.4.40 2023-02-21 17:33:44 +08:00
openeuler-ci-bot
609f47aff8
!2 update to 0.4.39
From: @leeffo 
Reviewed-by: @weidongkl 
Signed-off-by: @weidongkl
2022-11-21 03:09:14 +00:00
liweiganga
309bcdd394 update to 0.4.39 2022-11-21 10:28:26 +08:00
openeuler-ci-bot
e1e5b1c5f0 !1 package init
Merge pull request !1 from weidongkl/master
2020-09-03 09:35:40 +08:00
weidong
f72d4acbc1 format spec 2020-08-21 10:31:36 +08:00
weidong
df81278d97 fix yaml 2020-08-20 14:44:44 +08:00
weidong
89819287e4 修改doc为help 2020-08-14 18:24:47 +08:00
4 changed files with 20 additions and 7 deletions

View File

@ -1,12 +1,12 @@
Name: libzen
Version: 0.4.38
Version: 0.4.41
Release: 1
Summary: Shared library for libmediainfo and medianfo*
Summary(ru): Разделяемая библиотека для libmediainfo и medianfo*
License: zlib
URL: https://github.com/MediaArea/ZenLib
Source0: %{name}_%{version}.tar.bz2
Source0: https://mediaarea.net/download/source/%{name}/%{version}/%{name}_%{version}.tar.gz
BuildRequires: gcc
BuildRequires: gcc-c++
@ -20,22 +20,22 @@ Files shared library for libmediainfo and medianfo-*.
%description -l ru
Файлы разделяемой библиотеки для libmediainfo и medianfo-*.
%package doc
%package help
Summary: Documentation for %{name}
Summary(ru): Пакет с документацией для %{name}
Requires: %{name} = %{version}
Requires: %{name} = %{version}-%{release}
BuildArch: noarch
%description doc
%description help
Documentation files.
%description doc -l ru
%description help -l ru
Файлы документации %{name}.
%package devel
Summary: Include files and mandatory libraries for development
Summary(ru): Пакет с файлами для разработки %{name}
Requires: %{name}%{?_isa} = %{version}
Requires: %{name}%{?_isa} = %{version}-%{release}
%description devel
Include files and mandatory libraries for development.
@ -90,5 +90,14 @@ popd
%changelog
* Fri Aug 4 2023 zhangchenglin <zhangchenglin@kylinos.cn> - 0.4.41-1
- update to 0.4.41
* Tue Feb 21 2023 liweiganga <liweiganga@uniontech.com> - 0.4.40-1
- upstream to 0.4.40
* Mon Nov 21 2022 liweiganga <liweiganga@uniontech.com> - 0.4.39-1
- update to 0.4.39
* Fri Aug 7 2020 weidong <weidong@uniontech.com> - 0.4.38-1
- Initial release for OpenEuler

4
libzen.yaml Normal file
View File

@ -0,0 +1,4 @@
version_control: github
src_repo: MediaArea/ZenLib
tag_prefix: "^v"
seperator: "."

Binary file not shown.

BIN
libzen_0.4.41.tar.gz Normal file

Binary file not shown.