X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=rpm%2Fwimlib.spec.in;h=624e6691f1554bcadac7999db8ac85f791c1afcf;hp=3ed86d682fb7875b069414f7336627592bdc7547;hb=cbaca94ca219aae5ae32a1f083659e1fa421f676;hpb=913e4933bf7367409a802329b1e970ac9f5077ce diff --git a/rpm/wimlib.spec.in b/rpm/wimlib.spec.in index 3ed86d68..624e6691 100644 --- a/rpm/wimlib.spec.in +++ b/rpm/wimlib.spec.in @@ -6,7 +6,7 @@ License: LGPL Group: System Environment/Libraries Packager: Eric Biggers (ebiggers3@gmail.com) URL: http://wimlib.sourceforge.net -Source: http://sourceforge.net/projects/wimlib/files/wimlib-%{version}.tar.gz +Source: http://downloads.sourceforge.net/wimlib/wimlib-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}/wimlib-root BuildRequires: libxml2-devel fuse-devel openssl-devel Requires: libxml2 fuse-libs openssl @@ -28,7 +28,7 @@ Development files for wimlib %setup -q %build -./configure --disable-verify-compression --enable-libcrypto +./configure --disable-verify-compression --with-libcrypto --prefix=/usr make %install @@ -53,3 +53,4 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/*.a %{_libdir}/*.la %{_includedir}/*.h +%{_libdir}/pkgconfig/wimlib.pc