Compare commits

...

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
e5ba208171
!22 upgrade version to 1.5.6
From: @zhangkea 
Reviewed-by: @dillon_chen 
Signed-off-by: @dillon_chen
2024-03-04 08:16:16 +00:00
ut001695
f1496debd3 update for 1.5.6 2024-03-04 11:34:39 +08:00
openeuler-ci-bot
8725ec8990
!19 upudate to 1.5.4
From: @dillon_chen 
Reviewed-by: @overweight 
Signed-off-by: @overweight
2022-06-24 06:31:47 +00:00
dillon_chen
0713351cef update to 1.5.4 2022-06-24 11:24:33 +08:00
openeuler-ci-bot
1e2d84856f !18 libisoburn delete BuildRequires gdb
From: @chenyanpanHW
Reviewed-by: @xiezhipeng1
Signed-off-by: @xiezhipeng1
2021-08-19 08:28:36 +00:00
chenyanpanHW
759f311ab2
delete BuildRequires gdb 2021-08-04 21:12:13 +08:00
openeuler-ci-bot
f3cc718be7 !14 Add gcc and gcc-c++ to BuildRequires
From: @panxh_purple
Reviewed-by: @xiezhipeng1
Signed-off-by: @xiezhipeng1
2021-06-29 03:30:28 +00:00
panxiaohe
024114d8d9 Add gcc and gcc-c++ to BuildRequires 2021-06-28 16:19:50 +08:00
openeuler-ci-bot
217073d6c2 !11 Fix a removal issue of xorriso.
Merge pull request !11 from 杨壮壮/master
2020-09-01 18:47:25 +08:00
yang_zhuang_zhuang
95b2c8d76e Fix a removal issue of xorriso 2020-09-01 16:53:31 +08:00
3 changed files with 24 additions and 4 deletions

Binary file not shown.

BIN
libisoburn-1.5.6.tar.gz Normal file

Binary file not shown.

View File

@ -1,11 +1,12 @@
Name: libisoburn
Version: 1.4.8
Release: 6
Version: 1.5.6
Release: 1
Summary: Library to enables creation and expansion of ISO-9660 filesystems
License: GPLv2+
URL: http://libburnia-project.org/
Source0: http://files.libburnia-project.org/releases/%{name}-%{version}.tar.gz
BuildRequires: libburn-devel >= %{version}, libisofs-devel >= %{version} gdb
BuildRequires: libburn-devel >= %{version}, libisofs-devel >= %{version}
BuildRequires: gcc gcc-c++
%description
Libisoburn is a frontend for libraries libburn and libisofs which
@ -106,7 +107,6 @@ if [ $1 = 0 ]; then
/sbin/install-info --delete %{_infodir}/xorriso.info.gz %{_infodir}/dir || :
/sbin/install-info --delete %{_infodir}/xorrisofs.info.gz %{_infodir}/dir || :
%{_sbindir}/alternatives --remove mkisofs %{_bindir}/xorriso
fi
%files
@ -133,8 +133,28 @@ fi
%{_infodir}/xorrecord.info*
%{_infodir}/xorriso.info*
%{_infodir}/xorrisofs.info*
%{_bindir}/xorriso-dd-target
%{_infodir}/xorriso-dd-target.info*
%{_infodir}/xorriso-tcltk.info*
%{_mandir}/man1/xorriso-dd-target.1*
%{_mandir}/man1/xorriso-tcltk.1*
%changelog
* Mon Mar 04 2024 zhangkea <zhangkea@uniontech.com> - 1.5.6-1
- update to 1.5.6
* Fri Jun 24 2022 dillon chen <dillon.chen@gmail.com> - 1.5.4-1
- update to 1.5.4
* Wed Aug 04 2021 chenyanpanHW <chenyanpan@huawei.com> - 1.4.8-9
- DESC: delete BuildRequires gdb
* Mon Jun 28 2021 panxiaohe <panxiaohe@huawei.com> - 1.4.8-8
- Add gcc and gcc-c++ to BuildRequires
* Tue Sep 1 2020 yangzhuangzhuang <yangzhuangzhuang1@huawei.com> - 1.4.8-7
- Fix a removal issue of xorriso
* Mon Mar 16 2020 openEuler Buildteam <buildteam@openeuler.org> - 1.4.8-6
- Add help info to xorriso