Compare commits
3 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e69cb39340 | ||
|
|
c6254ac91a | ||
|
|
e6b0257122 |
4 changed files with 50 additions and 11 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -3,3 +3,5 @@
|
||||||
/wimlib-1.13.3.tar.gz
|
/wimlib-1.13.3.tar.gz
|
||||||
/wimlib-1.13.4.tar.gz
|
/wimlib-1.13.4.tar.gz
|
||||||
/wimlib-1.13.5.tar.gz
|
/wimlib-1.13.5.tar.gz
|
||||||
|
/wimlib-1.13.6.tar.gz
|
||||||
|
/wimlib-1.14.3.tar.gz
|
||||||
|
|
|
||||||
2
sources
2
sources
|
|
@ -1 +1 @@
|
||||||
SHA512 (wimlib-1.13.5.tar.gz) = 46c25f31cb33a648f05c5984a13fc193bf54215efd69b09e055575d979b6c319b612a1b4f0800d8168794cb8f02fdf079e4caea40e6a93304616d4b403bd827e
|
SHA512 (wimlib-1.14.3.tar.gz) = 397121a355e3577eb75590c58d6a00e400c52b5352311fa44a9d7dcc443f409dca14796ba74a807ce893d3cb24072ac642441ec22dc334b34a76d9dd5d135d32
|
||||||
|
|
|
||||||
18
wimlib-1.14.3-tests.patch
Normal file
18
wimlib-1.14.3-tests.patch
Normal file
|
|
@ -0,0 +1,18 @@
|
||||||
|
diff -up ./Makefile.am.orig ./Makefile.am
|
||||||
|
--- ./Makefile.am.orig 2023-09-04 20:41:02.000000000 +0200
|
||||||
|
+++ ./Makefile.am 2023-09-25 00:59:26.933092055 +0200
|
||||||
|
@@ -311,14 +311,6 @@ dist_check_SCRIPTS = tests/test-imagex \
|
||||||
|
tests/test-imagex-capture_and_apply \
|
||||||
|
tests/test-imagex-update_and_extract
|
||||||
|
|
||||||
|
-if WITH_FUSE
|
||||||
|
-dist_check_SCRIPTS += tests/test-imagex-mount
|
||||||
|
-endif
|
||||||
|
-
|
||||||
|
-if WITH_NTFS_3G
|
||||||
|
-dist_check_SCRIPTS += tests/test-imagex-ntfs
|
||||||
|
-endif
|
||||||
|
-
|
||||||
|
EXTRA_DIST += \
|
||||||
|
tests/common_tests.sh \
|
||||||
|
tests/exclusionlists \
|
||||||
39
wimlib.spec
39
wimlib.spec
|
|
@ -1,20 +1,27 @@
|
||||||
Name: wimlib
|
Name: wimlib
|
||||||
Version: 1.13.5
|
Version: 1.14.3
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Open source Windows Imaging (WIM) library
|
Summary: Open source Windows Imaging (WIM) library
|
||||||
|
|
||||||
# wimlib is dual-licensed (GPLv3+/LGPLv3+) but is linked to libntfs-3g (GPLv3+),
|
# wimlib is dual-licensed (GPL-3.0-or-later/LGPL-3.0-or-later) but is linked to
|
||||||
# utilities are GPLv3+, some internal headers are CC0
|
# libntfs-3g (GPL-3.0-or-later), utilities are GPL-3.0-or-later, some internal
|
||||||
License: GPLv3+ and CC0
|
# headers are MIT
|
||||||
|
License: GPL-3.0-or-later AND MIT
|
||||||
URL: https://wimlib.net/
|
URL: https://wimlib.net/
|
||||||
Source0: %{url}/downloads/%{name}-%{version}.tar.gz
|
Source0: %{url}/downloads/%{name}-%{version}.tar.gz
|
||||||
|
# Disable tests requiring mount privileges
|
||||||
|
Patch0: %{name}-1.14.3-tests.patch
|
||||||
|
|
||||||
BuildRequires: make
|
BuildRequires: automake
|
||||||
|
BuildRequires: make
|
||||||
BuildRequires: gcc
|
BuildRequires: gcc
|
||||||
BuildRequires: pkgconfig(fuse)
|
BuildRequires: pkgconfig(fuse3)
|
||||||
BuildRequires: pkgconfig(libcrypto)
|
BuildRequires: pkgconfig(libcrypto)
|
||||||
BuildRequires: pkgconfig(libntfs-3g)
|
BuildRequires: pkgconfig(libntfs-3g)
|
||||||
BuildRequires: pkgconfig(libxml-2.0)
|
BuildRequires: pkgconfig(libxml-2.0)
|
||||||
|
# Needed for tests
|
||||||
|
# BuildRequires: ntfs-3g
|
||||||
|
# BuildRequires: ntfsprogs
|
||||||
|
|
||||||
%description
|
%description
|
||||||
wimlib is a C library for creating, modifying, extracting, and mounting files in
|
wimlib is a C library for creating, modifying, extracting, and mounting files in
|
||||||
|
|
@ -42,7 +49,7 @@ files in the Windows Imaging Format (WIM files).
|
||||||
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup
|
%autosetup -p0
|
||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
|
@ -60,9 +67,13 @@ sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
|
||||||
find $RPM_BUILD_ROOT -name "*.la" -delete
|
find $RPM_BUILD_ROOT -name "*.la" -delete
|
||||||
|
|
||||||
|
|
||||||
|
%check
|
||||||
|
%make_build check
|
||||||
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%doc NEWS README
|
%doc NEWS.md README.md
|
||||||
%license COPYING COPYING.CC0 COPYING.GPLv3
|
%license COPYING COPYING.GPLv3
|
||||||
%{_libdir}/*.so.15*
|
%{_libdir}/*.so.15*
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -78,6 +89,14 @@ find $RPM_BUILD_ROOT -name "*.la" -delete
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Sep 24 2023 Mohamed El Morabity <melmorabity@fedoraproject.org> - 1.14.3-1
|
||||||
|
- Update to 1.14.3
|
||||||
|
- Switch license tag to SPDX
|
||||||
|
|
||||||
|
* Mon Oct 03 2022 Mohamed El Morabity <melmorabity@fedoraproject.org> - 1.13.6-1
|
||||||
|
- Update to 1.13.6
|
||||||
|
- Update license tag (CC0 replaced by MIT)
|
||||||
|
|
||||||
* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.13.5-2
|
* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.13.5-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue