From 34a9bc0088d439327aba3441d4e0de13496acb98 Mon Sep 17 00:00:00 2001 From: Wonki Kim Date: Mon, 8 Apr 2019 12:58:18 +0900 Subject: [PATCH] spec: modify hard-coded version name according to changes on upstream there is a hard-coded filename for specify a file to archieve as rpm package. this patch modify it according to changes version name on upstream. Change-Id: I6f1323ef9543bdd70e4896c541f4f439837bd162 --- packaging/efl.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packaging/efl.spec b/packaging/efl.spec index 20d1655..823bd2f 100644 --- a/packaging/efl.spec +++ b/packaging/efl.spec @@ -1396,7 +1396,7 @@ install -m 0644 %SOURCE100 %{buildroot}%{_tmpfilesdir}/efl.conf %postun -n efl-wl -p /sbin/ldconfig %post -n elementary -ldconfig -l %{_libdir}/libelementary.so.1.22.0 +ldconfig -l %{_libdir}/libelementary.so.1.22.99 %postun -n elementary -p /sbin/ldconfig @@ -1404,7 +1404,7 @@ ldconfig -l %{_libdir}/libelementary.so.1.22.0 ldconfig -l %{_libdir}/libelementary.so.1.22.100 %preun -n elementary-tizen -ldconfig -l %{_libdir}/libelementary.so.1.22.0 +ldconfig -l %{_libdir}/libelementary.so.1.22.99 %postun -n elementary-tizen -p /sbin/ldconfig @@ -2144,7 +2144,7 @@ ldconfig -l %{_libdir}/libelementary.so.1.22.0 %{_bindir}/elementary_run %{_libdir}/edje/modules/elm/ %{_libdir}/libelementary.so.1 -%{_libdir}/libelementary.so.1.22.0 +%{_libdir}/libelementary.so.1.22.99 %{_datadir}/elementary/edje_externals/ %{_datadir}/icons/hicolor/128x128/apps/elementary.png %{_libdir}/elementary/modules/ -- 2.7.4