summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDongHun Kwak <dh0128.kwak@samsung.com>2020-06-29 15:10:39 +0900
committerDongHun Kwak <dh0128.kwak@samsung.com>2020-06-29 15:10:39 +0900
commitec3a89115c47a72b426a73120bf6d2c211b4c77a (patch)
treeee5b6ffcbffce338225532a50f54e9346f2b14b6
parent2a5cffce49e4cbc57abc406b5c032489091ed97c (diff)
downloadreadline-accepted/tizen_6.0_base_tool_hotfix.tar.gz
readline-accepted/tizen_6.0_base_tool_hotfix.tar.bz2
readline-accepted/tizen_6.0_base_tool_hotfix.zip
libhistory.a libreadline.a Change-Id: Ifb0a0a0348e3eb78fb654bcb0cf2c61994139787
-rw-r--r--packaging/readline.spec7
1 files changed, 4 insertions, 3 deletions
diff --git a/packaging/readline.spec b/packaging/readline.spec
index 971a802..92faadc 100644
--- a/packaging/readline.spec
+++ b/packaging/readline.spec
@@ -111,6 +111,10 @@ cp %{SOURCE1001} .
rm -fv %{buildroot}%{_mandir}/man3/history.3*
rm -fv %{buildroot}%{_infodir}/*.info*
+ rm -f %{buildroot}/%{_libdir}/libhistory.a
+ rm -f %{buildroot}/%{_libdir}/libreadline.a
+%remove_docs
+
%post -n libreadline -p /sbin/ldconfig
%postun -n libreadline -p /sbin/ldconfig
@@ -129,10 +133,7 @@ cp %{SOURCE1001} .
%manifest %{name}.manifest
%defattr(-,root,root)
%{_incdir}/readline/
-%{_libdir}/libhistory.a
%{_libdir}/libhistory.so
-%{_libdir}/libreadline.a
%{_libdir}/libreadline.so
-%doc %{_mandir}/man3/readline.3.gz
%changelog