Compare commits
10 Commits
4967b825bd
...
e5ba208171
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e5ba208171 | ||
|
|
f1496debd3 | ||
|
|
8725ec8990 | ||
|
|
0713351cef | ||
|
|
1e2d84856f | ||
|
|
759f311ab2 | ||
|
|
f3cc718be7 | ||
|
|
024114d8d9 | ||
|
|
217073d6c2 | ||
|
|
95b2c8d76e |
Binary file not shown.
BIN
libisoburn-1.5.6.tar.gz
Normal file
BIN
libisoburn-1.5.6.tar.gz
Normal file
Binary file not shown.
@ -1,11 +1,12 @@
|
|||||||
Name: libisoburn
|
Name: libisoburn
|
||||||
Version: 1.4.8
|
Version: 1.5.6
|
||||||
Release: 6
|
Release: 1
|
||||||
Summary: Library to enables creation and expansion of ISO-9660 filesystems
|
Summary: Library to enables creation and expansion of ISO-9660 filesystems
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
URL: http://libburnia-project.org/
|
URL: http://libburnia-project.org/
|
||||||
Source0: http://files.libburnia-project.org/releases/%{name}-%{version}.tar.gz
|
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
|
%description
|
||||||
Libisoburn is a frontend for libraries libburn and libisofs which
|
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}/xorriso.info.gz %{_infodir}/dir || :
|
||||||
/sbin/install-info --delete %{_infodir}/xorrisofs.info.gz %{_infodir}/dir || :
|
/sbin/install-info --delete %{_infodir}/xorrisofs.info.gz %{_infodir}/dir || :
|
||||||
|
|
||||||
%{_sbindir}/alternatives --remove mkisofs %{_bindir}/xorriso
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
%files
|
%files
|
||||||
@ -133,8 +133,28 @@ fi
|
|||||||
%{_infodir}/xorrecord.info*
|
%{_infodir}/xorrecord.info*
|
||||||
%{_infodir}/xorriso.info*
|
%{_infodir}/xorriso.info*
|
||||||
%{_infodir}/xorrisofs.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
|
%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
|
* Mon Mar 16 2020 openEuler Buildteam <buildteam@openeuler.org> - 1.4.8-6
|
||||||
- Add help info to xorriso
|
- Add help info to xorriso
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user