Compare commits
2 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d35fe89d0e | ||
|
|
356923f1df |
3 changed files with 17 additions and 6 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -3,3 +3,4 @@
|
||||||
/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
|
||||||
|
|
|
||||||
2
sources
2
sources
|
|
@ -1 +1 @@
|
||||||
SHA512 (wimlib-1.13.5.tar.gz) = 46c25f31cb33a648f05c5984a13fc193bf54215efd69b09e055575d979b6c319b612a1b4f0800d8168794cb8f02fdf079e4caea40e6a93304616d4b403bd827e
|
SHA512 (wimlib-1.13.6.tar.gz) = 5aed00af2071f433a6f7c468d0f8c52fa8e202e69f5f5234976bf2f5f4e498a2bb30840c81287c445fa77ce5d8b91550a67b1c1959f7a0bcd3229a0c44fa0096
|
||||||
|
|
|
||||||
20
wimlib.spec
20
wimlib.spec
|
|
@ -1,20 +1,22 @@
|
||||||
Name: wimlib
|
Name: wimlib
|
||||||
Version: 1.13.5
|
Version: 1.13.6
|
||||||
Release: 1%{?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 (GPLv3+/LGPLv3+) but is linked to libntfs-3g (GPLv3+),
|
||||||
# utilities are GPLv3+, some internal headers are CC0
|
# utilities are GPLv3+, some internal headers are MIT
|
||||||
License: GPLv3+ and CC0
|
License: GPLv3+ and MIT
|
||||||
URL: https://wimlib.net/
|
URL: https://wimlib.net/
|
||||||
Source0: %{url}/downloads/%{name}-%{version}.tar.gz
|
Source0: %{url}/downloads/%{name}-%{version}.tar.gz
|
||||||
|
|
||||||
BuildRequires: make
|
BuildRequires: make
|
||||||
BuildRequires: gcc
|
BuildRequires: gcc
|
||||||
BuildRequires: pkgconfig(fuse)
|
BuildRequires: pkgconfig(fuse)
|
||||||
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: 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
|
||||||
|
|
@ -60,9 +62,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 README
|
||||||
%license COPYING COPYING.CC0 COPYING.GPLv3
|
%license COPYING COPYING.GPLv3
|
||||||
%{_libdir}/*.so.15*
|
%{_libdir}/*.so.15*
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -78,6 +84,10 @@ find $RPM_BUILD_ROOT -name "*.la" -delete
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* 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)
|
||||||
|
|
||||||
* Tue Feb 01 2022 Mohamed El Morabity <melmorabity@fedoraproject.org> - 1.13.5-1
|
* Tue Feb 01 2022 Mohamed El Morabity <melmorabity@fedoraproject.org> - 1.13.5-1
|
||||||
- Update to 1.13.5
|
- Update to 1.13.5
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue