Commit dabfb007 authored by Pavel Vainerman's avatar Pavel Vainerman

Версия с текущими накопивщимися изменениями (смена soname)

parent 02d43f0d
......@@ -79,3 +79,4 @@ UResolver (или ObjectRepository) позволяющего манипулир
- вместо commoncpp,libxml2,DebugStream и т.п. перейти всё-таки на boost?
- подумать возможно стоит переходить на lockfree-библиотеку libcds..(актуально для многопроцессорных систем)
- подумать может стоит перейти на использование ICE вместо CORBA
\ No newline at end of file
......@@ -35,7 +35,8 @@ BuildRequires: libcommoncpp2-devel libomniORB-devel libsigc++2-devel
BuildPreReq: xsltproc
# due -std=c++11 using
BuildPreReq: gcc5 >= 4.8
# BuildPreReq: gcc5 >= 4.8
# Must be gcc >= 4.7
%if_enabled io
BuildRequires: libcomedi-devel
......@@ -427,7 +428,7 @@ mv -f %buildroot%python_sitelibdir_noarch/* %buildroot%python_sitelibdir/%oname
%endif
%files extension-common-devel
%id %_includedir/%oname/extensions/
#%id %_includedir/%oname/extensions/
%_includedir/%oname/extensions/*.*
%_libdir/libUniSet2Extensions.so
%_libdir/libUniSet2MB*.so
......
......@@ -30,7 +30,7 @@ AC_ENABLE_SHARED(yes)
AC_ENABLE_STATIC(no)
AM_PROG_LIBTOOL
LIBVER=2:1:0
LIBVER=2:2:0
AC_SUBST(LIBVER)
ASTYLE_OPT="-A1 -T -C -S -N -L -w -Y -M -f -p --mode=c --lineend=linux --align-reference=type --align-pointer=type --suffix=none --style=ansi"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment