Accepting request 246695 from home:jengelh:branches:network:telephony
- Relax build restrictions for SLE11 OBS-URL: https://build.opensuse.org/request/show/246695 OBS-URL: https://build.opensuse.org/package/show/network:telephony/libsrtp?expand=0&rev=4
This commit is contained in:
parent
26e168f663
commit
fddd431c98
@ -144,7 +144,7 @@ Index: libsrtp/configure.in
|
|||||||
|
|
||||||
dnl Checks for programs.
|
dnl Checks for programs.
|
||||||
-AC_PROG_RANLIB
|
-AC_PROG_RANLIB
|
||||||
+AM_INIT_AUTOMAKE([-Wall foreign subdir-objects no-dist-gzip dist-xz tar-pax])
|
+AM_INIT_AUTOMAKE([-Wall foreign subdir-objects tar-pax])
|
||||||
AC_PROG_CC
|
AC_PROG_CC
|
||||||
+AM_PROG_CC_C_O
|
+AM_PROG_CC_C_O
|
||||||
AC_PROG_INSTALL
|
AC_PROG_INSTALL
|
||||||
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 28 06:03:05 UTC 2014 - jengelh@inai.de
|
||||||
|
|
||||||
|
- Relax build restrictions for SLE11 (needs BuildRequires xz to
|
||||||
|
even start, and we can drop dist-xz from the suggestive patch
|
||||||
|
so that automake ~1.10)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Aug 26 21:16:21 UTC 2014 - jengelh@inai.de
|
Tue Aug 26 21:16:21 UTC 2014 - jengelh@inai.de
|
||||||
|
|
||||||
|
@ -32,10 +32,11 @@ Source: %{name}-git%{git_snapshot}.tar.xz
|
|||||||
Patch: %{name}-automake.patch
|
Patch: %{name}-automake.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: autoconf
|
BuildRequires: autoconf
|
||||||
BuildRequires: automake >= 1.11
|
BuildRequires: automake
|
||||||
BuildRequires: dos2unix
|
BuildRequires: dos2unix
|
||||||
BuildRequires: libtool
|
BuildRequires: libtool
|
||||||
BuildRequires: pkg-config
|
BuildRequires: pkg-config
|
||||||
|
BuildRequires: xz
|
||||||
Provides: srtp = %{version}-%{release}
|
Provides: srtp = %{version}-%{release}
|
||||||
Obsoletes: srtp < %{version}
|
Obsoletes: srtp < %{version}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user