diff options
author | Sangchul Lee <sc11.lee@samsung.com> | 2023-11-22 09:48:11 +0900 |
---|---|---|
committer | Sangchul Lee <sc11.lee@samsung.com> | 2023-11-22 09:48:54 +0900 |
commit | cd75e21d7ad6e64e9fa97206d323ad897778ced1 (patch) | |
tree | a0af5f7c4e2fdc610c8da4d91be4dbd8bde1b400 | |
parent | 0f729450be82741245856f529c0b3b9792c89512 (diff) | |
download | libsrtp-tizen_7.0.tar.gz libsrtp-tizen_7.0.tar.bz2 libsrtp-tizen_7.0.zip |
spec: Exclude ./debug/.build-id in rpmaccepted/tizen/7.0/unified/20231123.024222tizen_7.0accepted/tizen_7.0_unified
Change-Id: I4976e9ed58ca5db258c830dddb832355039469d2
Signed-off-by: Sangchul Lee <sc11.lee@samsung.com>
-rw-r--r-- | packaging/libsrtp.spec | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/packaging/libsrtp.spec b/packaging/libsrtp.spec index 5c84a90..423634c 100644 --- a/packaging/libsrtp.spec +++ b/packaging/libsrtp.spec @@ -1,7 +1,7 @@ Name: libsrtp Summary: This package provides an implementation of the Secure Real-time Transport Protocol (SRTP) Version: 2.3.0 -Release: 1 +Release: 2 Group: Multimedia/Libraries License: BSD-3-Clause Source0: %{name}-%{version}.tar.gz @@ -44,7 +44,6 @@ mkdir -p %{buildroot}%{_bindir} %manifest %{name}.manifest %license LICENSE %{_libdir}/*.so -%exclude %{_libdir}/debug %files devel %manifest %{name}.manifest |