Compare commits
11 Commits
d2e8dee1f0
...
c69260b4cc
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c69260b4cc | ||
|
|
9a26babeed | ||
|
|
466f73c883 | ||
|
|
df059fcfa9 | ||
|
|
8e22f27f21 | ||
|
|
c199338fcf | ||
|
|
dfaa5f240d | ||
|
|
0d5a9f0873 | ||
|
|
c7aa4b7089 | ||
|
|
65a797bea2 | ||
|
|
b1e5332c0c |
Binary file not shown.
@ -1,11 +1,12 @@
|
||||
Name: libisoburn
|
||||
Version: 1.4.8
|
||||
Release: 4
|
||||
Release: 8
|
||||
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}
|
||||
BuildRequires: libburn-devel >= %{version}, libisofs-devel >= %{version} gdb
|
||||
BuildRequires: gcc gcc-c++
|
||||
|
||||
%description
|
||||
Libisoburn is a frontend for libraries libburn and libisofs which
|
||||
@ -27,8 +28,6 @@ BuildRequires: doxygen, graphviz
|
||||
The libisoburn-devel package contains libraries and header files for
|
||||
developing applications that use libisoburn.
|
||||
|
||||
%package_help
|
||||
|
||||
%package -n xorriso
|
||||
Summary: ISO-9660 and Rock Ridge image manipulation tool
|
||||
Group: Applications/Archiving
|
||||
@ -36,6 +35,8 @@ URL: http://scdbackup.sourceforge.net/xorriso_eng.html
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
Requires: kde-filesystem >= 4
|
||||
Requires: chkconfig, coreutils
|
||||
Provides: %{name}-doc = %{version}-%{release}
|
||||
Obsoletes: %{name}-doc < %{version}-%{release}
|
||||
|
||||
%description -n xorriso
|
||||
Xorriso is a program which copies file objects from POSIX compliant
|
||||
@ -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
|
||||
@ -120,8 +120,13 @@ fi
|
||||
%{_libdir}/%{name}.so
|
||||
%{_libdir}/pkgconfig/%{name}*.pc
|
||||
|
||||
%files help
|
||||
%files -n xorriso
|
||||
%doc doc/html/
|
||||
%ghost %{_bindir}/mkisofs
|
||||
%{_bindir}/osirrox
|
||||
%{_bindir}/xorrecord
|
||||
%{_bindir}/xorriso
|
||||
%{_bindir}/xorrisofs
|
||||
%{_mandir}/man1/xorrecord.1*
|
||||
%{_mandir}/man1/xorriso.1*
|
||||
%{_mandir}/man1/xorrisofs.1*
|
||||
@ -129,13 +134,18 @@ fi
|
||||
%{_infodir}/xorriso.info*
|
||||
%{_infodir}/xorrisofs.info*
|
||||
|
||||
%files -n xorriso
|
||||
%ghost %{_bindir}/mkisofs
|
||||
%{_bindir}/osirrox
|
||||
%{_bindir}/xorrecord
|
||||
%{_bindir}/xorriso
|
||||
%{_bindir}/xorrisofs
|
||||
|
||||
%changelog
|
||||
* 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
|
||||
|
||||
* Fri Mar 13 2020 openEuler Buildteam <buildteam@openeuler.org> - 1.4.8-5
|
||||
- Add build requires of gdb
|
||||
|
||||
* Tue Mar 3 2020 openEuler Buildteam <buildteam@openeuler.org> - 1.4.8-4
|
||||
- Package init
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user