From 605429c8d939068ac864cb427b6c6223c98e25d7 Mon Sep 17 00:00:00 2001 From: Jeongmo Yang Date: Thu, 25 May 2017 21:43:33 +0900 Subject: [PATCH] Exclude *.so files from binary package [Version] 0.3.0-1 [Profile] Common [Issue Type] Update [Dependency module] N/A Change-Id: Ib13ea370cc66293249b9dea112f684e4d8b24118 Signed-off-by: Jeongmo Yang --- packaging/mmsvc-recorder.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packaging/mmsvc-recorder.spec b/packaging/mmsvc-recorder.spec index d62f9d8..6e5b62e 100644 --- a/packaging/mmsvc-recorder.spec +++ b/packaging/mmsvc-recorder.spec @@ -1,7 +1,7 @@ Name: mmsvc-recorder Summary: A Recorder module for muse server Version: 0.3.0 -Release: 0 +Release: 1 Group: Multimedia/Libraries License: Apache-2.0 Source0: %{name}-%{version}.tar.gz @@ -55,8 +55,8 @@ rm -rf %{buildroot} %files %manifest mmsvc-recorder.manifest %license LICENSE.APLv2 -%{_libdir}/liblegacy-recorder.so* -%{_libdir}/libmuse-recorder.so* +%{_libdir}/liblegacy-recorder.so.* +%{_libdir}/libmuse-recorder.so.* %files devel %{_includedir}/media/*.h -- 2.7.4