Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
U
uniset2
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
UniSet project repositories
uniset2
Commits
2d036c4c
Commit
2d036c4c
authored
Aug 24, 2016
by
Pavel Vainerman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[Переход на libPoco]: корректировка зависимостей и pc-файлов
parent
eafd17bc
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
6 deletions
+6
-6
libuniset2.spec
conf/libuniset2.spec
+3
-3
configure.ac
configure.ac
+2
-2
libUniSet2.pc.in
libUniSet2.pc.in
+1
-1
No files found.
conf/libuniset2.spec
View file @
2d036c4c
...
...
@@ -13,8 +13,8 @@
%define oname uniset2
Name: libuniset2
Version: 2.
4
Release: alt
9.
1
Version: 2.
5
Release: alt1
Summary: UniSet - library for building distributed industrial control systems
License: LGPL
...
...
@@ -484,7 +484,7 @@ mv -f %buildroot%python_sitelibdir_noarch/* %buildroot%python_sitelibdir/%oname
# ..
%changelog
* Wed Aug 24 2016 Pavel Vainerman <pv@altlinux.ru> 2.
4-alt9.
1
* Wed Aug 24 2016 Pavel Vainerman <pv@altlinux.ru> 2.
5-alt
1
- test build with libpoco
* Sun Aug 21 2016 Pavel Vainerman <pv@altlinux.ru> 2.4-alt9
...
...
configure.ac
View file @
2d036c4c
...
...
@@ -3,10 +3,10 @@
# See doc: http://www.gnu.org/software/hello/manual/autoconf/Generic-Programs.html
# AC_PREREQ(2.59)
AC_INIT([uniset2], [2.
4.1
], pv@etersoft.ru)
AC_INIT([uniset2], [2.
5.0
], pv@etersoft.ru)
AM_INIT_AUTOMAKE(AC_PACKAGE_NAME,AC_PACKAGE_VERSION)
LIBVER=2:
4:1
LIBVER=2:
5:0
AC_SUBST(LIBVER)
# AC_CONFIG_MACRO_DIR([m4])
...
...
libUniSet2.pc.in
View file @
2d036c4c
...
...
@@ -7,5 +7,5 @@ Name: libUniSet2
Description: Support library for UniSet
Requires: libxml-2.0 sigc++-2.0 omniORB4 libccgnu2 libev
Version: @VERSION@
Libs: -L${libdir} -lUniSet2
Libs: -L${libdir} -lUniSet2
-lPocoFoundation -lPocoNet
Cflags: -I${includedir}/@PACKAGE@ -D__OMNIORB4 -std=c++11
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment