From 548807b968abc24a3bb4058ff395616c7eb0a82f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Mon, 30 Oct 2006 21:56:25 +0000 Subject: [PATCH] - relative symlink Changed files: carob.spec -> 1.5 --- carob.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/carob.spec b/carob.spec index 7a86356..ce267d3 100644 --- a/carob.spec +++ b/carob.spec @@ -1,8 +1,8 @@ +%define _ver %(echo %{version} |tr . _) Summary: Carob library Summary(pl): Biblioteka carob Name: carob Version: 0.6.2 -%define _ver %(echo %{version} |tr . _) Release: 0.1 License: Apache License v2.0 Group: Development/Libraries @@ -70,7 +70,7 @@ install -d $RPM_BUILD_ROOT{%{_includedir},%{_libdir}}/carob install libcarob.so.1 $RPM_BUILD_ROOT%{_libdir}/carob install libcarob.a $RPM_BUILD_ROOT%{_libdir} install include/*.hpp $RPM_BUILD_ROOT%{_includedir}/carob -ln -s %{_libdir}/carob/libcarob.so.1 $RPM_BUILD_ROOT%{_libdir}/carob/libcarob.so +ln -s libcarob.so.1 $RPM_BUILD_ROOT%{_libdir}/carob/libcarob.so %clean rm -rf $RPM_BUILD_ROOT -- 2.43.0