X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=rpm%2Fwimtools.spec;h=2df0eeae07cbd81aeab075ec5c9f630debc2b7c7;hp=cc2ad433d0500b59b44ea23ff7b3f6a0f915598f;hb=bd926816f3b9d5982d1c497840c56724520c62dc;hpb=4dfc91850862f5f4b23293a90202d7419f8fa51d diff --git a/rpm/wimtools.spec b/rpm/wimtools.spec index cc2ad433..2df0eeae 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.7.0 +Version: 1.13.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 @@ -76,7 +76,7 @@ rm -rf %{buildroot} %defattr(-, root, root) %{_bindir}/* %doc %{_mandir}/man1/*.1.gz -%doc README AUTHORS COPYING +%doc README COPYING COPYING.GPLv3 %files -n libwim15-devel %defattr(-, root, root) @@ -89,4 +89,4 @@ rm -rf %{buildroot} %files -n libwim15 %defattr(-, root, root) %{_libdir}/libwim.so.* -%doc COPYING +%doc COPYING COPYING.GPLv3 COPYING.LGPLv3 COPYING.CC0