]> wimlib.net Git - wimlib/blobdiff - rpm/wimtools.spec
Update libxml to 2.9.4 for Windows binaries
[wimlib] / rpm / wimtools.spec
index 6207c7a36b572a59e1759b66f4702553215b44d2..3ae22e34dfb05d9c48f865a80b26246e45f1ad42 100644 (file)
@@ -1,16 +1,16 @@
 Name:      wimtools
 Summary:   Tools to create, extract, modify, and mount WIM files
 Name:      wimtools
 Summary:   Tools to create, extract, modify, and mount WIM files
-Version:   1.6.2
+Version:   1.9.1
 Release:   1
 License:   GPLv3+
 Release:   1
 License:   GPLv3+
-URL:       http://sourceforge.net/projects/wimlib
+URL:       https://wimlib.net
 Packager:  Eric Biggers <ebiggers3@gmail.com>
 Packager:  Eric Biggers <ebiggers3@gmail.com>
-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
 
 
 Group:  Applications/System
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
 
 
 Group:  Applications/System
-Requires: libwim9
+Requires: libwim15
 %description
 Tools to extract, create, modify, and mount WIM (Windows Imaging) files.  WIM is
 an archive format designed primarily for archiving Windows filesystems.  It
 %description
 Tools to extract, create, modify, and mount WIM (Windows Imaging) files.  WIM is
 an archive format designed primarily for archiving Windows filesystems.  It
@@ -29,19 +29,19 @@ WIM file, such as the install.wim distributed on the Windows installation media.
 This package also contains a script to make a customized Windows PE image based
 on the capabilities provided by wimlib-imagex.
 
 This package also contains a script to make a customized Windows PE image based
 on the capabilities provided by wimlib-imagex.
 
-%package -n libwim9-devel
+%package -n libwim15-devel
 Summary:  Development files for wimlib
 Group:  Development/Libraries
 Summary:  Development files for wimlib
 Group:  Development/Libraries
-%description -n libwim9-devel
+%description -n libwim15-devel
 Development files for wimlib
 
 Development files for wimlib
 
-%package -n libwim9
+%package -n libwim15
 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: ntfs-3g-devel, ntfsprogs, libtool, pkgconfig
 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: ntfs-3g-devel, ntfsprogs, libtool, pkgconfig
-%description -n libwim9
+%description -n libwim15
 wimlib is a C library for extracting, creating, modifying, and mounting WIM
 (Windows Imaging) files.  WIM is an archive format designed primarily for
 archiving Windows filesystems.  It features single-instancing and LZ77-based
 wimlib is a C library for extracting, creating, modifying, and mounting WIM
 (Windows Imaging) files.  WIM is an archive format designed primarily for
 archiving Windows filesystems.  It features single-instancing and LZ77-based
@@ -51,8 +51,8 @@ files, available on both UNIX-like systems and Windows, that provides features
 similar to Microsoft's WIMGAPI, as well as additional features such as support
 for pipable WIM files and programatically making changes to WIM images without
 mounting them.
 similar to Microsoft's WIMGAPI, as well as additional features such as support
 for pipable WIM files and programatically making changes to WIM images without
 mounting them.
-%post -n libwim9 -p /sbin/ldconfig
-%postun -n libwim9 -p /sbin/ldconfig
+%post -n libwim15 -p /sbin/ldconfig
+%postun -n libwim15 -p /sbin/ldconfig
 
 %prep
 %setup -q -n wimlib-%{version}
 
 %prep
 %setup -q -n wimlib-%{version}
@@ -62,8 +62,7 @@ mounting them.
            --disable-rpath             \
           --with-libcrypto             \
           --with-ntfs-3g               \
            --disable-rpath             \
           --with-libcrypto             \
           --with-ntfs-3g               \
-          --with-fuse                  \
-          --enable-xattr
+          --with-fuse
 make %{?_smp_mflags}
 
 %install
 make %{?_smp_mflags}
 
 %install
@@ -77,9 +76,9 @@ rm -rf %{buildroot}
 %defattr(-, root, root)
 %{_bindir}/*
 %doc %{_mandir}/man1/*.1.gz
 %defattr(-, root, root)
 %{_bindir}/*
 %doc %{_mandir}/man1/*.1.gz
-%doc README AUTHORS COPYING
+%doc README COPYING COPYING.GPLv3
 
 
-%files -n libwim9-devel
+%files -n libwim15-devel
 %defattr(-, root, root)
 %{_libdir}/libwim.a
 %{_libdir}/libwim.so
 %defattr(-, root, root)
 %{_libdir}/libwim.a
 %{_libdir}/libwim.so
@@ -87,7 +86,7 @@ rm -rf %{buildroot}
 %{_includedir}/wimlib.h
 %{_libdir}/pkgconfig/wimlib.pc
 
 %{_includedir}/wimlib.h
 %{_libdir}/pkgconfig/wimlib.pc
 
-%files -n libwim9
+%files -n libwim15
 %defattr(-, root, root)
 %{_libdir}/libwim.so.*
 %defattr(-, root, root)
 %{_libdir}/libwim.so.*
-%doc COPYING
+%doc COPYING COPYING.GPLv3 COPYING.LGPLv3 COPYING.CC0