packaging: add libs package with GPL-2.0+ licensed accepted/tizen/base/tool/dev/20230608.110707 submit/tizen_base_dev/20230607.110014
authorDongkyun Son <dongkyun.s@samsung.com>
Thu, 11 May 2023 00:42:23 +0000 (09:42 +0900)
committerDongkyun Son <dongkyun.s@samsung.com>
Thu, 11 May 2023 00:47:06 +0000 (09:47 +0900)
Signed-off-by: Dongkyun Son <dongkyun.s@samsung.com>
packaging/binutils-aarch64.spec
packaging/binutils-armv7hl.spec
packaging/binutils-armv7l.spec
packaging/binutils.spec

index cc3a46b..fec3a29 100644 (file)
@@ -82,6 +82,13 @@ C compiler utilities: ar, as, gprof, ld, nm, objcopy, objdump, ranlib,
 size, strings, and strip. These utilities are needed whenever you want
 to compile a program or kernel.
 
+%package libs
+Summary:        Shared library files for binutils
+License:        GPL-2.0+
+
+%description libs
+It contains the binutils shared libraries that applications can link
+to at runtime.
 
 %package gold
 Summary:        The gold linker
@@ -247,9 +254,11 @@ rm -rf %{buildroot}%{_datadir}
 %{!?cross:
 %exclude %{_bindir}/ld.gold
 %exclude %{_prefix}/%{target_arch}/bin/ld.gold
+%{_prefix}/%{host_arch}/lib/ldscripts
+
+%files libs
 %{_libdir}/*.so*
 %{_libdir}/bfd-plugins/*.so
-%{_prefix}/%{host_arch}/lib/ldscripts
 
 %files devel
 %manifest binutils.manifest
index 9898bba..80d6a36 100644 (file)
@@ -82,6 +82,13 @@ C compiler utilities: ar, as, gprof, ld, nm, objcopy, objdump, ranlib,
 size, strings, and strip. These utilities are needed whenever you want
 to compile a program or kernel.
 
+%package libs
+Summary:        Shared library files for binutils
+License:        GPL-2.0+
+
+%description libs
+It contains the binutils shared libraries that applications can link
+to at runtime.
 
 %package gold
 Summary:        The gold linker
@@ -247,9 +254,11 @@ rm -rf %{buildroot}%{_datadir}
 %{!?cross:
 %exclude %{_bindir}/ld.gold
 %exclude %{_prefix}/%{target_arch}/bin/ld.gold
+%{_prefix}/%{host_arch}/lib/ldscripts
+
+%files libs
 %{_libdir}/*.so*
 %{_libdir}/bfd-plugins/*.so
-%{_prefix}/%{host_arch}/lib/ldscripts
 
 %files devel
 %manifest binutils.manifest
index 3157441..56b46ea 100644 (file)
@@ -82,6 +82,13 @@ C compiler utilities: ar, as, gprof, ld, nm, objcopy, objdump, ranlib,
 size, strings, and strip. These utilities are needed whenever you want
 to compile a program or kernel.
 
+%package libs
+Summary:        Shared library files for binutils
+License:        GPL-2.0+
+
+%description libs
+It contains the binutils shared libraries that applications can link
+to at runtime.
 
 %package gold
 Summary:        The gold linker
@@ -247,9 +254,11 @@ rm -rf %{buildroot}%{_datadir}
 %{!?cross:
 %exclude %{_bindir}/ld.gold
 %exclude %{_prefix}/%{target_arch}/bin/ld.gold
+%{_prefix}/%{host_arch}/lib/ldscripts
+
+%files libs
 %{_libdir}/*.so*
 %{_libdir}/bfd-plugins/*.so
-%{_prefix}/%{host_arch}/lib/ldscripts
 
 %files devel
 %manifest binutils.manifest
index 18f4732..6e89d1e 100644 (file)
@@ -79,6 +79,13 @@ C compiler utilities: ar, as, gprof, ld, nm, objcopy, objdump, ranlib,
 size, strings, and strip. These utilities are needed whenever you want
 to compile a program or kernel.
 
+%package libs
+Summary:        Shared library files for binutils
+License:        GPL-2.0+
+
+%description libs
+It contains the binutils shared libraries that applications can link
+to at runtime.
 
 %package gold
 Summary:        The gold linker
@@ -244,9 +251,11 @@ rm -rf %{buildroot}%{_datadir}
 %{!?cross:
 %exclude %{_bindir}/ld.gold
 %exclude %{_prefix}/%{target_arch}/bin/ld.gold
+%{_prefix}/%{host_arch}/lib/ldscripts
+
+%files libs
 %{_libdir}/*.so*
 %{_libdir}/bfd-plugins/*.so
-%{_prefix}/%{host_arch}/lib/ldscripts
 
 %files devel
 %manifest binutils.manifest