From 0de0273d7bce2af0f96af56feed84a8de8e238ce Mon Sep 17 00:00:00 2001 From: Packit Service Date: Dec 09 2020 20:30:34 +0000 Subject: Add sources defined in the spec file --- diff --git a/SPECS/config.h b/SPECS/config.h new file mode 100644 index 0000000..d0860ba --- /dev/null +++ b/SPECS/config.h @@ -0,0 +1,18 @@ +/* This file is here to prevent a file conflict on multiarch systems. A + * conflict will frequently occur because arch-specific build-time + * configuration options are stored (and used, so they can't just be stripped + * out) in config.h. The original config.h has been renamed. + * DO NOT INCLUDE THE NEW FILE DIRECTLY -- ALWAYS INCLUDE THIS ONE INSTEAD. */ + +#ifdef srtp_multilib_redirection_h +#error "Do not define srtp_multilib_redirection_h!" +#endif +#define srtp_multilib_redirection_h + +#if defined(__x86_64__) || defined(__PPC64__) || (defined(__sparc__) && defined(__arch64__)) || defined(__s390x__) || defined(__aarch64__) +#include "srtp/config-64.h" +#else +#include "srtp/config-32.h" +#endif + +#undef srtp_multilib_redirection_h diff --git a/SPECS/v1.5.4.tar.gz b/SPECS/v1.5.4.tar.gz new file mode 100644 index 0000000..af6f41e Binary files /dev/null and b/SPECS/v1.5.4.tar.gz differ