Commit 7911a414 authored by Pavel Vainerman's avatar Pavel Vainerman

(uniset-codegen): добавил генератор скелета класса (--make-skel)

parent cc9c171c
...@@ -8,4 +8,4 @@ xsl_DATA = *.xsl skel* ...@@ -8,4 +8,4 @@ xsl_DATA = *.xsl skel*
all-local: all-local:
chmod 'a+x' @PACKAGE@-codegen chmod 'a+x' @PACKAGE@-codegen
\ No newline at end of file
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
Name: libuniset Name: libuniset
Version: 1.5 Version: 1.5
Release: alt9 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++
...@@ -162,6 +162,7 @@ rm -f %buildroot%_libdir/*.la ...@@ -162,6 +162,7 @@ rm -f %buildroot%_libdir/*.la
%dir %_datadir/%oname/ %dir %_datadir/%oname/
%dir %_datadir/%oname/xslt/ %dir %_datadir/%oname/xslt/
%_datadir/%oname/xslt/*.xsl %_datadir/%oname/xslt/*.xsl
%_datadir/%oname/xslt/skel*
%files %files
%_libdir/libUniSet.so.* %_libdir/libUniSet.so.*
...@@ -262,6 +263,10 @@ rm -f %buildroot%_libdir/*.la ...@@ -262,6 +263,10 @@ rm -f %buildroot%_libdir/*.la
%exclude %_pkgconfigdir/libUniSet.pc %exclude %_pkgconfigdir/libUniSet.pc
%changelog %changelog
* Mon Jan 14 2013 Pavel Vainerman <pv@altlinux.ru> 1.5-alt10
- add error code for MTR (eterbug #8659)
- (uniset-codegen): add generate class Skeleton (--make-skel)
* Sat Jan 05 2013 Pavel Vainerman <pv@altlinux.ru> 1.5-alt9 * Sat Jan 05 2013 Pavel Vainerman <pv@altlinux.ru> 1.5-alt9
- add SQLite support - add SQLite support
......
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