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
62f5bb23
Commit
62f5bb23
authored
Jan 13, 2017
by
Pavel Vainerman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(python): исправления упаковки файлов питон
parent
1e3dc453
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
14 deletions
+7
-14
libuniset2.spec
conf/libuniset2.spec
+2
-11
Makefile.am
python/lib/Makefile.am
+2
-1
Makefile.am
python/lib/pyUniSet/Makefile.am
+3
-2
No files found.
conf/libuniset2.spec
View file @
62f5bb23
...
...
@@ -322,16 +322,6 @@ SharedMemoryPlus extension ('all in one') for libuniset
%makeinstall_std
rm -f %buildroot%_libdir/*.la
%if_enabled python
mkdir -p %buildroot%python_sitelibdir/%oname
mv -f %buildroot%python_sitelibdir/*.* %buildroot%python_sitelibdir/%oname/
%ifarch x86_64
mv -f %buildroot%python_sitelibdir_noarch/* %buildroot%python_sitelibdir/%oname
%endif
%endif
%files utils
%_bindir/%oname-admin
%_bindir/%oname-mb*
...
...
@@ -398,7 +388,8 @@ mv -f %buildroot%python_sitelibdir_noarch/* %buildroot%python_sitelibdir/%oname
%if_enabled python
%files -n python-module-%oname
%python_sitelibdir/%oname/
%python_sitelibdir/*
%python_sitelibdir_noarch/%oname/*
%endif
%if_enabled netdata
...
...
python/lib/Makefile.am
View file @
62f5bb23
...
...
@@ -6,7 +6,8 @@ SUBDIRS=pyUniSet
#libUniSet2Python_la_SOURCES =
#libUniSet2Python_la_LIBADD = pyUniSet/_pyUniSet.la
python_SCRIPTS
=
*
.py
pydir
=
$(pkgpythondir)
py_DATA
=
*
.py
include
$(top_builddir)/include.mk
...
...
python/lib/pyUniSet/Makefile.am
View file @
62f5bb23
if
DISABLE_PYTHON
else
python_SCRIPTS
=
pyUniSet.py pyUConnector.py pyUModbus.py pyUExceptions.py
#python_SCRIPTS = pyUniSet.py pyUConnector.py pyUModbus.py pyUExceptions.py
pydir
=
$(pkgpythondir)
py_DATA
=
pyUniSet.py pyUConnector.py pyUModbus.py pyUExceptions.py
pyUniSet.py
:
UInterface_wrap.cxx _pyUniSet.la
...
...
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