X-Git-Url: https://wimlib.net/git/?a=blobdiff_plain;f=rpm%2Fwimtools.spec;h=03cbb3ee34b9f30c85a5d1be3fe89692d1ce0838;hb=251423609e11d75384930af4309960bc1f109812;hp=1d39f46d518f19be09b7f28f1061c1d6c754d81e;hpb=b982aac54ea06f51418ed28d4f864821b350ccca;p=wimlib diff --git a/rpm/wimtools.spec b/rpm/wimtools.spec index 1d39f46d..03cbb3ee 100644 --- a/rpm/wimtools.spec +++ b/rpm/wimtools.spec @@ -1,11 +1,11 @@ Name: wimtools Summary: Tools to create, extract, modify, and mount WIM files -Version: 1.8.1 +Version: 1.10.0 Release: 1 License: GPLv3+ -URL: http://sourceforge.net/projects/wimlib +URL: https://wimlib.net Packager: Eric Biggers -Source: http://downloads.sourceforge.net/wimlib/wimlib-%{version}.tar.gz +Source: https://wimlib.net/downloads/wimlib-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root @@ -39,7 +39,7 @@ Development files for wimlib Summary: Library to extract, create, modify, and mount WIM files Group: System Environment/Libraries Requires: fuse -BuildRequires: libxml2-devel, fuse, fuse-devel, openssl-devel, libattr-devel +BuildRequires: libxml2-devel, fuse, fuse-devel, openssl-devel, attr BuildRequires: ntfs-3g-devel, ntfsprogs, libtool, pkgconfig %description -n libwim15 wimlib is a C library for extracting, creating, modifying, and mounting WIM @@ -89,4 +89,4 @@ rm -rf %{buildroot} %files -n libwim15 %defattr(-, root, root) %{_libdir}/libwim.so.* -%doc COPYING COPYING.GPLv3 COPYING.LGPLv3 +%doc COPYING COPYING.GPLv3 COPYING.LGPLv3 COPYING.CC0