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
2d927ae7
Commit
2d927ae7
authored
Mar 04, 2013
by
Pavel Vainerman
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of git.eter:/projects/asu/uniset
parents
194d825f
891fc43a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
38 additions
and
5 deletions
+38
-5
README
README
+16
-0
libuniset.spec
conf/libuniset.spec
+22
-5
No files found.
README
View file @
2d927ae7
UniSet is a library for distributed control systems.
There are set of base components to construct this kind of systems:
* base interfaces for your implementation of control algorithms.
* algorithms for the discrete and analog input/output based on COMEDI interface.
* IPC mechanism based on CORBA (omniORB).
* logging system based on MySQL database.
* Web interface to display logging and statistic information.
* utilities for system's configuration based on XML.
UniSet have been written in C++ and IDL languages but you can use another languages in your
add-on components. The main principle of the UniSet library's design is a maximum integration
with open source third-party libraries. UniSet provide the consistent interface for all
add-on components and third-party libraries.
More information in Russian:
http://wiki.etersoft.ru/UniSet
conf/libuniset.spec
View file @
2d927ae7
...
@@ -7,14 +7,17 @@
...
@@ -7,14 +7,17 @@
Name: libuniset
Name: libuniset
Version: 1.5
Version: 1.5
Release: alt10
Release: alt10
Summary: UniSet - library for building distributed industrial control systems
Summary: UniSet - library for building distributed industrial control systems
License: GPL
License: GPL
Group: Development/C++
Group: Development/C++
Url: http://
git.etersoft.ru/projects/?p=asu/uniset.git;a=summary
Url: http://
wiki.etersoft.ru/UniSet
Packager: Pavel Vainerman <pv@altlinux.ru>
Packager: Pavel Vainerman <pv@altlinux.ru>
Source: /var/ftp/pvt/Etersoft/Ourside/unstable/sources/tarball/%name-%version.tar
# Git: http://git.etersoft.ru/projects/asu/uniset.git
Source: %name-%version.tar
# manually removed: glibc-devel-static
# manually removed: glibc-devel-static
# Automatically added by buildreq on Fri Nov 26 2010
# Automatically added by buildreq on Fri Nov 26 2010
...
@@ -36,7 +39,21 @@ BuildRequires: doxygen
...
@@ -36,7 +39,21 @@ BuildRequires: doxygen
%set_verify_elf_method textrel=strict,rpath=strict,unresolved=strict
%set_verify_elf_method textrel=strict,rpath=strict,unresolved=strict
%description
%description
The UniSet library intended for building distributed industrial control systems
UniSet is a library for distributed control systems.
There are set of base components to construct this kind of systems:
* base interfaces for your implementation of control algorithms.
* algorithms for the discrete and analog input/output based on COMEDI interface.
* IPC mechanism based on CORBA (omniORB).
* logging system based on MySQL database.
* Web interface to display logging and statistic information.
* utilities for system's configuration based on XML.
UniSet have been written in C++ and IDL languages but you can use another languages in your
add-on components. The main principle of the UniSet library's design is a maximum integration
with open source third-party libraries. UniSet provide the consistent interface for all
add-on components and third-party libraries.
More information in Russian:
%package devel
%package devel
Group: Development/C
Group: Development/C
...
@@ -89,7 +106,7 @@ Obsoletes: %oname-sqlite-devel
...
@@ -89,7 +106,7 @@ Obsoletes: %oname-sqlite-devel
%description sqlite-devel
%description sqlite-devel
Libraries needed to develop for uniset SQLite
Libraries needed to develop for uniset SQLite
%endif
%endif
%package utils
%package utils
Summary: UniSet utilities
Summary: UniSet utilities
Group: Development/Tools
Group: Development/Tools
...
@@ -136,7 +153,7 @@ Obsoletes: %name-extentions-devel
...
@@ -136,7 +153,7 @@ Obsoletes: %name-extentions-devel
Libraries needed to develop for uniset extensions
Libraries needed to develop for uniset extensions
%prep
%prep
%setup
-q
%setup
%build
%build
%autoreconf
%autoreconf
...
...
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