Compare commits
No commits in common. "c8" and "c9" have entirely different histories.
3
.gitignore
vendored
3
.gitignore
vendored
@ -1 +1,2 @@
|
|||||||
SOURCES/libisofs-1.4.8.tar.gz
|
SOURCES/gpgkey-44BC9FD0D688EB007C4DD029E9CBDFC0ABC0A854.gpg
|
||||||
|
SOURCES/libisofs-1.5.4.tar.gz
|
||||||
|
@ -1 +1,2 @@
|
|||||||
f487a6c9cb713fd7f0aab21860f219ac2267801f SOURCES/libisofs-1.4.8.tar.gz
|
896ddcb0c8d6e8b60a82642331350d7fde7ab737 SOURCES/gpgkey-44BC9FD0D688EB007C4DD029E9CBDFC0ABC0A854.gpg
|
||||||
|
472733ee4b5cde17e2b87e2b5dcfb69417575752 SOURCES/libisofs-1.5.4.tar.gz
|
||||||
|
Binary file not shown.
BIN
SOURCES/libisofs-1.5.4.tar.gz.sig
Normal file
BIN
SOURCES/libisofs-1.5.4.tar.gz.sig
Normal file
Binary file not shown.
@ -1,21 +1,21 @@
|
|||||||
%global pkgname libisofs
|
%global pkgname libisofs
|
||||||
|
|
||||||
Summary: Library to create ISO 9660 disk images
|
Summary: Library to create ISO 9660 disk images
|
||||||
Name: libisofs
|
Name: libisofs
|
||||||
Version: 1.4.8
|
Version: 1.5.4
|
||||||
Release: 3%{?dist}
|
Release: 4%{?dist}
|
||||||
# make_isohybrid_mbr.c is under LGPLv2+, the rest under GPLv2+
|
# make_isohybrid_mbr.c is under LGPLv2+, the rest under GPLv2+
|
||||||
License: GPLv2+ and LGPLv2+
|
License: GPLv2+ and LGPLv2+
|
||||||
Group: System Environment/Libraries
|
URL: https://libburnia-project.org/
|
||||||
URL: http://libburnia-project.org/
|
Source0: https://files.libburnia-project.org/releases/%{pkgname}-%{version}.tar.gz
|
||||||
Source0: http://files.libburnia-project.org/releases/%{pkgname}-%{version}.tar.gz
|
Source1: https://files.libburnia-project.org/releases/%{pkgname}-%{version}.tar.gz.sig
|
||||||
Source1: http://files.libburnia-project.org/releases/%{pkgname}-%{version}.tar.gz.sig
|
Source2: gpgkey-44BC9FD0D688EB007C4DD029E9CBDFC0ABC0A854.gpg
|
||||||
Patch0: libisofs-0.6.16-multilib.patch
|
Patch0: libisofs-0.6.16-multilib.patch
|
||||||
BuildRequires: libacl-devel, zlib-devel
|
BuildRequires: gnupg2
|
||||||
%if 0%{?rhel} >= 6 && 0%{?rhel} <= 7
|
BuildRequires: gcc, make, libacl-devel, zlib-devel
|
||||||
BuildRequires: autoconf, automake, libtool
|
%if 0%{?rhel} && "%{name}" != "%{pkgname}"
|
||||||
|
BuildRequires: autoconf, automake, libtool
|
||||||
%endif
|
%endif
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Libisofs is a library to create an ISO-9660 filesystem and supports
|
Libisofs is a library to create an ISO-9660 filesystem and supports
|
||||||
@ -27,33 +27,32 @@ ACLs and xattr in ISO-9660 filesystems as well. As it is linked with
|
|||||||
zlib, it supports zisofs compression, too.
|
zlib, it supports zisofs compression, too.
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Summary: Development files for %{name}
|
Summary: Development files for %{name}
|
||||||
Group: Development/Libraries
|
Requires: %{name}%{?_isa} = %{version}-%{release}, pkgconfig
|
||||||
Requires: %{name}%{?_isa} = %{version}-%{release}, pkgconfig
|
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
The %{name}-devel package contains libraries and header files for
|
The %{name}-devel package contains libraries and header files for
|
||||||
developing applications that use %{name}.
|
developing applications that use %{name}.
|
||||||
|
|
||||||
|
%if 0%{!?_without_doc:1}
|
||||||
%package doc
|
%package doc
|
||||||
Summary: Documentation files for %{name}
|
Summary: Documentation files for %{name}
|
||||||
Group: Documentation
|
BuildArch: noarch
|
||||||
%if 0%{?fedora} || 0%{?rhel} >= 6
|
BuildRequires: doxygen, graphviz
|
||||||
BuildArch: noarch
|
|
||||||
%endif
|
|
||||||
BuildRequires: doxygen, graphviz
|
|
||||||
|
|
||||||
%description doc
|
%description doc
|
||||||
Libisofs is a library to create an ISO-9660 filesystem and supports
|
Libisofs is a library to create an ISO-9660 filesystem and supports
|
||||||
extensions like RockRidge or Joliet. This package contains the API
|
extensions like RockRidge or Joliet. This package contains the API
|
||||||
documentation for developing applications that use %{name}.
|
documentation for developing applications that use %{name}.
|
||||||
|
%endif
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
|
%{gpgverify} --keyring='%{SOURCE2}' --signature='%{SOURCE1}' --data='%{SOURCE0}'
|
||||||
%setup -q -n %{pkgname}-%{version}
|
%setup -q -n %{pkgname}-%{version}
|
||||||
%patch0 -p1 -b .multilib
|
%patch0 -p1 -b .multilib
|
||||||
|
|
||||||
# Rename from libisofs to libisofs1 for RHEL >= 6
|
# Rename from libisofs to libisofs1 for EPEL
|
||||||
%if 0%{?rhel} >= 6 && 0%{?rhel} <= 7
|
%if 0%{?rhel} && "%{name}" != "%{pkgname}"
|
||||||
sed -e 's@libisofs_libisofs@libisofs_libisofs1@g' \
|
sed -e 's@libisofs_libisofs@libisofs_libisofs1@g' \
|
||||||
-e 's@libisofs/libisofs.la@libisofs/libisofs1.la@g' \
|
-e 's@libisofs/libisofs.la@libisofs/libisofs1.la@g' \
|
||||||
-e 's@(includedir)/libisofs@(includedir)/libisofs1@g' \
|
-e 's@(includedir)/libisofs@(includedir)/libisofs1@g' \
|
||||||
@ -62,17 +61,16 @@ sed -e 's@libisofs-1.pc@libisofs1-1.pc@g' -i configure.ac
|
|||||||
sed -e 's@isofs@isofs1@g' libisofs-1.pc.in > libisofs1-1.pc.in
|
sed -e 's@isofs@isofs1@g' libisofs-1.pc.in > libisofs1-1.pc.in
|
||||||
|
|
||||||
libtoolize --force
|
libtoolize --force
|
||||||
autoreconf --force
|
autoreconf --force --install
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --disable-static
|
%configure --disable-static
|
||||||
make %{?_smp_mflags}
|
%make_build
|
||||||
doxygen doc/doxygen.conf
|
%{!?_without_doc:doxygen doc/doxygen.conf}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
rm -rf $RPM_BUILD_ROOT
|
%make_install
|
||||||
make DESTDIR=$RPM_BUILD_ROOT INSTALL='install -p' install
|
|
||||||
|
|
||||||
# Don't install any libtool .la files
|
# Don't install any libtool .la files
|
||||||
rm -f $RPM_BUILD_ROOT%{_libdir}/%{name}.la
|
rm -f $RPM_BUILD_ROOT%{_libdir}/%{name}.la
|
||||||
@ -80,15 +78,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/%{name}.la
|
|||||||
# Clean up for later usage in documentation
|
# Clean up for later usage in documentation
|
||||||
rm -rf $RPM_BUILD_ROOT%{_defaultdocdir}
|
rm -rf $RPM_BUILD_ROOT%{_defaultdocdir}
|
||||||
|
|
||||||
%clean
|
%ldconfig_scriptlets
|
||||||
rm -rf $RPM_BUILD_ROOT
|
|
||||||
|
|
||||||
%post -p /sbin/ldconfig
|
|
||||||
|
|
||||||
%postun -p /sbin/ldconfig
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%{!?_licensedir:%global license %%doc}
|
|
||||||
%license COPYING
|
%license COPYING
|
||||||
%doc AUTHORS COPYRIGHT README
|
%doc AUTHORS COPYRIGHT README
|
||||||
%{_libdir}/%{name}*.so.*
|
%{_libdir}/%{name}*.so.*
|
||||||
@ -98,10 +90,50 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_libdir}/%{name}.so
|
%{_libdir}/%{name}.so
|
||||||
%{_libdir}/pkgconfig/%{name}*.pc
|
%{_libdir}/pkgconfig/%{name}*.pc
|
||||||
|
|
||||||
|
%if 0%{!?_without_doc:1}
|
||||||
%files doc
|
%files doc
|
||||||
%doc doc/html/
|
%doc doc/html/
|
||||||
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Feb 11 2022 Jiri Kucera <jkucera@redhat.com> - 1.5.4-4
|
||||||
|
- Fix URLs
|
||||||
|
Resolves: #1967489
|
||||||
|
|
||||||
|
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 1.5.4-3
|
||||||
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
||||||
|
Related: rhbz#1991688
|
||||||
|
|
||||||
|
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 1.5.4-2
|
||||||
|
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
||||||
|
|
||||||
|
* Mon Feb 08 2021 Robert Scheck <robert@fedoraproject.org> 1.5.4-1
|
||||||
|
- Upgrade to 1.5.4 (#1926007)
|
||||||
|
|
||||||
|
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.2-4
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||||
|
|
||||||
|
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.2-3
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||||
|
|
||||||
|
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.2-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||||
|
|
||||||
|
* Sun Oct 27 2019 Robert Scheck <robert@fedoraproject.org> 1.5.2-1
|
||||||
|
- Upgrade to 1.5.2 (#1765955)
|
||||||
|
|
||||||
|
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.0-3
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||||
|
|
||||||
|
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.0-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||||
|
|
||||||
|
* Sat Dec 08 2018 Robert Scheck <robert@fedoraproject.org> 1.5.0-1
|
||||||
|
- Upgrade to 1.5.0
|
||||||
|
|
||||||
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.8-4
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||||
|
|
||||||
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.8-3
|
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.8-3
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user