diff --git a/SPECS/cdio_config.h b/SPECS/cdio_config.h new file mode 100644 index 0000000..9b01c00 --- /dev/null +++ b/SPECS/cdio_config.h @@ -0,0 +1,29 @@ +/* + * Kluge to support multilib installation of both 32- and 64-bit RPMS: + * we need to arrange that header files that appear in both RPMs are + * identical. Hence, this file is architecture-independent and calls + * in an arch-dependent file that will appear in just one RPM. + * + * To avoid breaking arches not explicitly supported by Red Hat, we + * use this indirection file *only* on known multilib arches. + * + * Note: this may well fail if user tries to use gcc's -I- option. + * But that option is deprecated anyway. + */ +#if defined(__x86_64__) +#include "cdio_config_x86_64.h" +#elif defined(__i386__) +#include "cdio_config_i386.h" +#elif defined(__ppc64__) || defined(__powerpc64__) +#include "cdio_config_ppc64.h" +#elif defined(__ppc__) || defined(__powerpc__) +#include "cdio_config_ppc.h" +#elif defined(__s390x__) +#include "cdio_config_s390x.h" +#elif defined(__s390__) +#include "cdio_config_s390.h" +#elif defined(__sparc__) && defined(__arch64__) +#include "cdio_config_sparc64.h" +#elif defined(__sparc__) +#include "cdio_config_sparc.h" +#endif diff --git a/SPECS/libcdio-2.0.0.tar.gz b/SPECS/libcdio-2.0.0.tar.gz new file mode 100644 index 0000000..040723d Binary files /dev/null and b/SPECS/libcdio-2.0.0.tar.gz differ diff --git a/SPECS/libcdio-2.0.0.tar.gz.sig b/SPECS/libcdio-2.0.0.tar.gz.sig new file mode 100644 index 0000000..975f3b2 --- /dev/null +++ b/SPECS/libcdio-2.0.0.tar.gz.sig @@ -0,0 +1,6 @@ +-----BEGIN PGP SIGNATURE----- + +iEYEABECAAYFAlpJdAsACgkQGo3lAIJ17CEXdgCdEZXiRK7QgIz2cT0J7ck9URTK +xh8AnjmWzo2mrHFaROhv+upvO/XKv8gg +=gzNu +-----END PGP SIGNATURE----- diff --git a/SPECS/libcdio-no_date_footer.hml b/SPECS/libcdio-no_date_footer.hml new file mode 100644 index 0000000..4886c65 --- /dev/null +++ b/SPECS/libcdio-no_date_footer.hml @@ -0,0 +1,4 @@ +
+Generated for $projectname by doxygen +$doxygenversion