1 Summary: Library to extract, create, and modify WIM files
6 Group: System/Libraries
7 URL: http://wimlib.sourceforge.net
8 Packager: Eric Biggers <ebiggers3@gmail.com>
9 Source: http://downloads.sourceforge.net/wimlib/wimlib-%{version}.tar.gz
10 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
12 Requires: libxml2, fuse-libs, fuse, openssl
13 BuildRequires: libxml2-devel, fuse-devel, openssl-devel, libattr-devel, fuse
15 wimlib is a library that can be used to create, extract, and modify files in the
16 Windows Imaging Format. These files are normally created by the 'imagex.exe'
17 program on Windows, but this library provides a free implementation of 'imagex'
18 for UNIX-based systems. wimlib supports mounting WIM files, just like
22 Summary: Development files for wimlib
23 Group: Development/Libraries
24 Requires: %{name} = %{version}-%{release}
26 Development files for wimlib
29 %setup -q -n %{name}-%{version}
32 %configure --prefix=/usr \
37 --disable-verify-compression
38 %__make %{?_smp_mflags}
44 %__rm -rf %{buildroot}
45 %__make DESTDIR=%{buildroot} install
48 %__rm -rf %{buildroot}
50 %post -p /sbin/ldconfig
51 %postun -p /sbin/ldconfig
54 %defattr(-, root, root)
55 %doc AUTHORS COPYING README TODO
59 %doc %{_mandir}/man1/*.1.gz
62 %defattr(-, root, root)
65 %{_includedir}/wimlib.h
66 %{_libdir}/pkgconfig/wimlib.pc