X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=rpm%2Fwimtools.spec;h=fe437c2039d16588acaeb8475f0504797b9f030c;hp=cc784016e3990f907f65552e279be4c3eedf07ed;hb=139f42ea23511d81a44e8925a24f7f218318010c;hpb=c7a6a38f0b0146eeff7b6f4c0d00501166a11e8c diff --git a/rpm/wimtools.spec b/rpm/wimtools.spec index cc784016..fe437c20 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.0 +Version: 1.9.2 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