Update license and package groups
authorAnas Nashif <anas.nashif@intel.com>
Tue, 6 Aug 2013 14:04:20 +0000 (10:04 -0400)
committerChanho Park <chanho61.park@samsung.com>
Wed, 26 Nov 2014 14:46:09 +0000 (23:46 +0900)
Change-Id: Ie8ba3edff327cf01fd3a679301bbfcb34fb70ae5
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
packaging/elfutils.changes
packaging/elfutils.spec

index 00bca68..ab5fe21 100644 (file)
@@ -1,3 +1,6 @@
+* Tue Aug 06 2013 Anas Nashif <anas.nashif@intel.com> accepted/tizen/20130717.234746@06b5418
+- Update license and package groups
+
 * Sun Jul 07 2013 Anas Nashif <anas.nashif@intel.com> upstream/0.155@17429c6
 - Update to 0.155
 
index ec3d7e3..ffa03c4 100644 (file)
@@ -2,10 +2,10 @@
 Name:           elfutils
 Version:        0.155
 Release:        0
-License:        GPL-2.0-with-osi-exception
+License:        GPL-3.0+
 Summary:        Higher-level library to access ELF
 Url:            http://elfutils.fedorahosted.org
-Group:          Base/Tools
+Group:          Base/Utilities
 Source:         elfutils-%{version}.tar.bz2
 Source2:        baselibs.conf
 Source1001:    elfutils.manifest
@@ -22,7 +22,7 @@ is a part of elfutils package.
 
 %package -n libasm
 Summary:        A collection of utilities and DSOs to handle compiled objects
-Group:          Base/Libraries
+License:        LGPL-3.0+ or GPL-2.0
 
 %description -n libasm
 Elfutils is a collection of utilities, including ld (a linker), nm (for
@@ -33,11 +33,10 @@ well-formed ELF files).  Also included are numerous helper libraries
 which implement DWARF, ELF, and machine-specific ELF handling.
 
 %package -n libasm-devel
-License:        GPL-2.0-with-osi-exception
 Summary:        A collection of utilities and DSOs to handle compiled objects
-Group:          Development/Libraries
 Requires:       glibc-devel
 Requires:       libasm = %{version}
+License:        LGPL-3.0+ or GPL-2.0
 
 %description -n libasm-devel
 Elfutils is a collection of utilities, including ld (a linker), nm (for
@@ -48,9 +47,8 @@ well-formed ELF files).  Also included are numerous helper libraries
 which implement DWARF, ELF, and machine-specific ELF handling.
 
 %package -n libebl
-License:        GPL-2.0-with-osi-exception
 Summary:        A collection of utilities and DSOs to handle compiled objects
-Group:          Base/Libraries
+License:        LGPL-3.0+ or GPL-2.0
 
 %description -n libebl
 Elfutils is a collection of utilities, including ld (a linker), nm (for
@@ -61,9 +59,8 @@ well-formed ELF files).  Also included are numerous helper libraries
 which implement DWARF, ELF, and machine-specific ELF handling.
 
 %package -n libebl-devel
-License:        GPL-2.0-with-osi-exception
 Summary:        Include Files and Libraries mandatory for Development
-Group:          Development/Libraries
+License:        LGPL-3.0+ or GPL-2.0
 Requires:       glibc-devel
 Requires:       libdw-devel = %{version}
 Requires:       libebl = %{version}
@@ -73,18 +70,16 @@ This package contains all necessary include files and libraries needed
 to develop applications that require these.
 
 %package -n libelf
-License:        GPL-2.0-with-osi-exception
 Summary:        Library to read and write ELF files
-Group:          Base/Libraries
+License:        LGPL-3.0+ or GPL-2.0
 
 %description -n libelf
 This package provides a high-level library to read and write ELF files.
 This is a part of elfutils package.
 
 %package -n libelf-devel
-License:        GPL-2.0-with-osi-exception
 Summary:        Include Files and Libraries mandatory for Development
-Group:          Development/Libraries
+License:        LGPL-3.0+ or GPL-2.0
 Requires:       glibc-devel
 Requires:       libelf = %{version}
 Conflicts:      libelf0-devel
@@ -94,18 +89,16 @@ This package contains all necessary include files and libraries needed
 to develop applications that require these.
 
 %package -n libdw
-License:        GPL-2.0-with-osi-exception
 Summary:        Library to access DWARF debugging information
-Group:          Base/Libraries
+License:        LGPL-3.0+ or GPL-2.0
 
 %description -n libdw
 This package provides a high-level library to access the DWARF debugging
 information.  This is a part of elfutils package.
 
 %package -n libdw-devel
-License:        GPL-2.0-with-osi-exception
 Summary:        Include Files and Libraries mandatory for Development
-Group:          Development/Libraries
+License:        LGPL-3.0+ or GPL-2.0
 Requires:       glibc-devel
 Requires:       libdw = %{version}
 Requires:       libelf-devel = %{version}