From c9f5d97f8b3527885c4ffd9a32fc8fff11a7f696 Mon Sep 17 00:00:00 2001 From: "jk7744.park" Date: Sat, 24 Oct 2015 16:09:47 +0900 Subject: [PATCH] tizen 2.4 release --- Makefile.am | 1 + configure.ac | 1 + packaging/libtremolo.spec | 10 ++++++---- tremolo/Makefile.am | 2 ++ 4 files changed, 10 insertions(+), 4 deletions(-) mode change 100644 => 100755 packaging/libtremolo.spec diff --git a/Makefile.am b/Makefile.am index 36e0d65..ae802a5 100755 --- a/Makefile.am +++ b/Makefile.am @@ -1,3 +1,4 @@ +AUTOMAKE_OPTIONS = subdir-objects ACLOCAL_AMFLAGS = -I m4 diff --git a/configure.ac b/configure.ac index 4f13866..4920cd2 100755 --- a/configure.ac +++ b/configure.ac @@ -11,6 +11,7 @@ AM_INIT_AUTOMAKE([-Wall -Werror foreign]) AC_PROG_CC AC_PROG_LIBTOOL AM_PROG_AS +AM_PROG_AR # Checks for header files. AC_HEADER_STDC diff --git a/packaging/libtremolo.spec b/packaging/libtremolo.spec old mode 100644 new mode 100755 index b5e5f88..57a0a2e --- a/packaging/libtremolo.spec +++ b/packaging/libtremolo.spec @@ -1,9 +1,9 @@ Name: libtremolo Summary: Audio Library -Version: 0.0.11 +Version: 0.0.12 Release: 0 Group: System/Libraries -License: BSD-2.0 +License: BSD-2.0 and Apache-2.0 Source0: %{name}-%{version}.tar.gz Requires(post): /sbin/ldconfig Requires(postun): /sbin/ldconfig @@ -33,7 +33,7 @@ Requires: %{name} = %{version}-%{release} ./autogen.sh CFLAGS="$CFLAGS -DEXPORT_API=\"__attribute__((visibility(\\\"default\\\")))\" -D_MM_PROJECT_FLOATER" \ -LDFLAGS+="-Wl,--rpath=%{_prefix}/lib -Wl,--hash-style=both -Wl,--as-needed" \ +LDFLAGS+="-Wl,--rpath=%{_prefix}/lib -Wl,--hash-style=both -Wl,--as-needed,-z,noexecstack" \ ./configure --prefix=%{_prefix} make %{?jobs:-j%jobs} @@ -43,8 +43,10 @@ sed -i -e "s#@TREMOLO_REQPKG@#$TREMOLO_REQPKG#g" tremolo/libtremolo.pc rm -rf %{buildroot} mkdir -p %{buildroot}/usr/share/license cp COPYING %{buildroot}/usr/share/license/%{name} -cat LICENSE >> %{buildroot}/usr/share/license/%{name} %make_install +mkdir -p %{buildroot}/usr/share/license +cp LICENSE %{buildroot}/usr/share/license/%{name} + %clean rm -rf %{buildroot} diff --git a/tremolo/Makefile.am b/tremolo/Makefile.am index 8e376fe..5846e7d 100755 --- a/tremolo/Makefile.am +++ b/tremolo/Makefile.am @@ -1,3 +1,5 @@ +AUTOMAKE_OPTIONS = subdir-objects + ACLOCAL_AMFLAGS='-I m4' lib_LTLIBRARIES = libtremolo.la -- 2.7.4