X-Git-Url: https://wimlib.net/git/?a=blobdiff_plain;ds=sidebyside;f=rpm%2Fwimlib-minimal.spec;fp=rpm%2Fwimlib-minimal.spec;h=0000000000000000000000000000000000000000;hb=6db2e4847a0a509e26ae41b497c7b367ecc20a2e;hp=e403bde9edc31a9392b229b649a6c5337159c8aa;hpb=62894a6c48560cb567ab384b62934ec1854c791d;p=wimlib diff --git a/rpm/wimlib-minimal.spec b/rpm/wimlib-minimal.spec deleted file mode 100644 index e403bde9..00000000 --- a/rpm/wimlib-minimal.spec +++ /dev/null @@ -1,69 +0,0 @@ -Summary: Library to extract, create, and modify WIM files -Name: wimlib -Version: 1.4.0 -Release: 1 -License: GPLv3+ -Group: System/Libraries -URL: http://wimlib.sourceforge.net -Packager: Eric Biggers -Source: http://downloads.sourceforge.net/wimlib/wimlib-%{version}.tar.gz -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root - -Requires: libxml2, openssl -BuildRequires: libxml2-devel, openssl-devel -%description -wimlib is a library that can be used to create, extract, and modify files in the -Windows Imaging Format. These files are normally created by the 'imagex.exe' -program on Windows, but this library provides a free implementation of 'imagex' -for UNIX-based systems. wimlib supports mounting WIM files, just like -imagex.exe. - -%package devel -Summary: Development files for wimlib -Group: Development/Libraries -Requires: %{name} = %{version}-%{release} -%description devel -Development files for wimlib - -%prep -%setup -q -n %{name}-%{version} - -%build -%configure --prefix=/usr \ - --disable-rpath \ - --with-libcrypto \ - --without-ntfs-3g \ - --without-fuse \ - --disable-xattr \ - --disable-multithreaded-compression \ - --disable-custom-memory-allocator \ - --disable-assertions -%__make %{?_smp_mflags} - -%check -make check - -%install -%__rm -rf %{buildroot} -%__make DESTDIR=%{buildroot} install - -%clean -%__rm -rf %{buildroot} - -%post -p /sbin/ldconfig -%postun -p /sbin/ldconfig - -%files -%defattr(-, root, root) -%doc AUTHORS COPYING README TODO -%{_bindir}/imagex -%{_bindir}/mkwinpeimg -%{_libdir}/libwim.so* -%doc %{_mandir}/man1/*.1.gz - -%files devel -%defattr(-, root, root) -%{_libdir}/libwim.a -%{_libdir}/libwim.la -%{_includedir}/wimlib.h -%{_libdir}/pkgconfig/wimlib.pc