SPECS: carob.spec - relative symlink
glen
glen at pld-linux.org
Mon Oct 30 22:56:30 CET 2006
Author: glen Date: Mon Oct 30 21:56:30 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- relative symlink
---- Files affected:
SPECS:
carob.spec (1.4 -> 1.5)
---- Diffs:
================================================================
Index: SPECS/carob.spec
diff -u SPECS/carob.spec:1.4 SPECS/carob.spec:1.5
--- SPECS/carob.spec:1.4 Mon Oct 30 22:39:45 2006
+++ SPECS/carob.spec Mon Oct 30 22:56:25 2006
@@ -1,9 +1,9 @@
# $Revision$, $Date$
+%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
@@ -71,7 +71,7 @@
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
@@ -100,6 +100,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.5 2006/10/30 21:56:25 glen
+- relative symlink
+
Revision 1.4 2006/10/30 21:39:45 shadzik
- link .so to .so.1 library and put it into -devel package, not -static
@@ -111,4 +114,3 @@
Revision 1.1 2006/10/30 20:20:12 zbyniu
- new
-
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/carob.spec?r1=1.4&r2=1.5&f=u
More information about the pld-cvs-commit
mailing list