Use mingw macros without leading underscore

epel9
Kalev Lember 13 years ago
parent 573f602595
commit 26aad1f5cd

@ -1,5 +1,5 @@
%define __strip %{_mingw32_strip} %define __strip %{mingw32_strip}
%define __objdump %{_mingw32_objdump} %define __objdump %{mingw32_objdump}
%define run_tests 0 %define run_tests 0
@ -64,7 +64,7 @@ This is a Windows cross-compiled version of the library.
%build %build
%{_mingw32_configure} \ %{mingw32_configure} \
--disable-static \ --disable-static \
--enable-pubkey-ciphers='dsa elgamal rsa' --enable-pubkey-ciphers='dsa elgamal rsa'
make %{?_smp_mflags} make %{?_smp_mflags}
@ -88,22 +88,22 @@ popd
make DESTDIR=$RPM_BUILD_ROOT install make DESTDIR=$RPM_BUILD_ROOT install
# Remove info pages which duplicate what is in Fedora natively. # Remove info pages which duplicate what is in Fedora natively.
rm -rf $RPM_BUILD_ROOT%{_mingw32_infodir} rm -rf $RPM_BUILD_ROOT%{mingw32_infodir}
rm $RPM_BUILD_ROOT%{_mingw32_libdir}/libgcrypt.def rm $RPM_BUILD_ROOT%{mingw32_libdir}/libgcrypt.def
%files -n mingw32-libgcrypt %files -n mingw32-libgcrypt
%doc COPYING COPYING.LIB %doc COPYING COPYING.LIB
%{_mingw32_bindir}/dumpsexp.exe %{mingw32_bindir}/dumpsexp.exe
%{_mingw32_bindir}/hmac256.exe %{mingw32_bindir}/hmac256.exe
%{_mingw32_bindir}/libgcrypt-11.dll %{mingw32_bindir}/libgcrypt-11.dll
%{_mingw32_bindir}/libgcrypt-config %{mingw32_bindir}/libgcrypt-config
%{_mingw32_libdir}/libgcrypt.dll.a %{mingw32_libdir}/libgcrypt.dll.a
%{_mingw32_libdir}/libgcrypt.la %{mingw32_libdir}/libgcrypt.la
%{_mingw32_includedir}/gcrypt-module.h %{mingw32_includedir}/gcrypt-module.h
%{_mingw32_includedir}/gcrypt.h %{mingw32_includedir}/gcrypt.h
%{_mingw32_datadir}/aclocal/libgcrypt.m4 %{mingw32_datadir}/aclocal/libgcrypt.m4
%changelog %changelog

Loading…
Cancel
Save