Jens Reimann пре 7 година
родитељ
комит
e4d2d2bec2
1 измењених фајлова са 6 додато и 3 уклоњено
  1. 6 3
      open62541.spec

+ 6 - 3
open62541.spec

@@ -1,15 +1,17 @@
 Name:     open62541
 Version:  0.2
 Release:  1%{?dist}
-Summary:  Open 62541
-License:  Mozilla 2.0
+Summary:  OPC UA implementation
+License:  MPLv2.0
 URL:      http://open62541.org
 Source0:  https://github.com/open62541/open62541/archive/v%{version}.tar.gz
 
 BuildRequires: cmake, python2
 
 %description
-Open 62541
+open62541 is a C-based library (linking with C++ projects is possible)
+with all necessary tools to implement dedicated OPC UA clients and servers,
+or to integrate OPC UA-based communication into existing applications.
 
 %package  devel
 Summary:  Development files for %{name}
@@ -43,3 +45,4 @@ make %{?_smp_mflags}
 %changelog
 * Thu Aug 31 2017 Jens Reimann <jreimann@redhat.com> - 0.2-1
 - Initial version of the package
+