Compare commits
2 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
0037594cac | ||
|
|
f981da5b71 |
4 changed files with 42 additions and 10 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -4,3 +4,5 @@
|
|||
/wimlib-1.13.4.tar.gz
|
||||
/wimlib-1.13.5.tar.gz
|
||||
/wimlib-1.13.6.tar.gz
|
||||
/wimlib-1.14.3.tar.gz
|
||||
/wimlib-1.14.4.tar.gz
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (wimlib-1.13.6.tar.gz) = 5aed00af2071f433a6f7c468d0f8c52fa8e202e69f5f5234976bf2f5f4e498a2bb30840c81287c445fa77ce5d8b91550a67b1c1959f7a0bcd3229a0c44fa0096
|
||||
SHA512 (wimlib-1.14.4.tar.gz) = f3c25ee14fe849f452f004ce8137ef040410ea048555ae71180086f010858b6ed593c8881b805bac65f9ee878bf11661a7f17677c6c24e2c77149c35ee0cd853
|
||||
|
|
|
|||
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 \
|
||||
30
wimlib.spec
30
wimlib.spec
|
|
@ -1,22 +1,27 @@
|
|||
Name: wimlib
|
||||
Version: 1.13.6
|
||||
Release: 2%{?dist}
|
||||
Version: 1.14.4
|
||||
Release: 1%{?dist}
|
||||
Summary: Open source Windows Imaging (WIM) library
|
||||
|
||||
# wimlib is dual-licensed (GPLv3+/LGPLv3+) but is linked to libntfs-3g (GPLv3+),
|
||||
# utilities are GPLv3+, some internal headers are MIT
|
||||
License: GPLv3+ and MIT
|
||||
# wimlib is dual-licensed (GPL-3.0-or-later/LGPL-3.0-or-later) but is linked to
|
||||
# libntfs-3g (GPL-3.0-or-later), utilities are GPL-3.0-or-later, some internal
|
||||
# headers are MIT
|
||||
License: GPL-3.0-or-later AND MIT
|
||||
URL: https://wimlib.net/
|
||||
Source0: %{url}/downloads/%{name}-%{version}.tar.gz
|
||||
# Disable tests requiring mount privileges
|
||||
Patch0: %{name}-1.14.3-tests.patch
|
||||
|
||||
BuildRequires: automake
|
||||
BuildRequires: make
|
||||
BuildRequires: gcc
|
||||
BuildRequires: pkgconfig(fuse)
|
||||
BuildRequires: pkgconfig(fuse3)
|
||||
BuildRequires: pkgconfig(libcrypto)
|
||||
BuildRequires: pkgconfig(libntfs-3g)
|
||||
BuildRequires: pkgconfig(libxml-2.0)
|
||||
# Needed for tests
|
||||
BuildRequires: ntfsprogs
|
||||
# BuildRequires: ntfs-3g
|
||||
# BuildRequires: ntfsprogs
|
||||
|
||||
%description
|
||||
wimlib is a C library for creating, modifying, extracting, and mounting files in
|
||||
|
|
@ -44,7 +49,7 @@ files in the Windows Imaging Format (WIM files).
|
|||
|
||||
|
||||
%prep
|
||||
%autosetup
|
||||
%autosetup -p0
|
||||
|
||||
|
||||
%build
|
||||
|
|
@ -67,7 +72,7 @@ find $RPM_BUILD_ROOT -name "*.la" -delete
|
|||
|
||||
|
||||
%files
|
||||
%doc NEWS README
|
||||
%doc NEWS.md README.md
|
||||
%license COPYING COPYING.GPLv3
|
||||
%{_libdir}/*.so.15*
|
||||
|
||||
|
|
@ -84,6 +89,13 @@ find $RPM_BUILD_ROOT -name "*.la" -delete
|
|||
|
||||
|
||||
%changelog
|
||||
* Sat Mar 02 2024 Mohamed El Morabity <melmorabity@fedoraproject.org> - 1.14.4-1
|
||||
- Update to 1.14.4
|
||||
|
||||
* Sun Sep 24 2023 Mohamed El Morabity <melmorabity@fedoraproject.org> - 1.14.3-1
|
||||
- Update to 1.14.3
|
||||
- Switch license tag to SPDX
|
||||
|
||||
* Sat Jan 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.13.6-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue