summaryrefslogtreecommitdiff
path: root/packaging
diff options
context:
space:
mode:
authortaesub.kim <taesub.kim@samsung.com>2015-12-22 10:06:54 +0900
committertaesub.kim <taesub.kim@samsung.com>2015-12-22 10:07:06 +0900
commit9dafee4d154c8d0f68275af2542b52d04228e4bf (patch)
tree6cf878667b8a7e7eb071a513c900f9f92dcb9641 /packaging
parentcbe8b82a6854d8ff4a306ae3240a6606a3d1090a (diff)
downloadc-ares-9dafee4d154c8d0f68275af2542b52d04228e4bf.tar.gz
c-ares-9dafee4d154c8d0f68275af2542b52d04228e4bf.tar.bz2
c-ares-9dafee4d154c8d0f68275af2542b52d04228e4bf.zip
Modified license using SPDX license identifier
Change-Id: I295f6c8928965973ccf3dfb173d1d0b43a2edc5f Signed-off-by: Taesub Kim <taesub.kim@samsung.com>
Diffstat (limited to 'packaging')
-rw-r--r--packaging/c-ares.spec5
1 files changed, 3 insertions, 2 deletions
diff --git a/packaging/c-ares.spec b/packaging/c-ares.spec
index f48f88b..a44ce71 100644
--- a/packaging/c-ares.spec
+++ b/packaging/c-ares.spec
@@ -48,6 +48,8 @@ make %{?_smp_mflags}
%install
%make_install
+mkdir -p %{buildroot}/usr/share/license
+cp LICENSE %{buildroot}/usr/share/license/%{name}
%post -p /sbin/ldconfig -n libcares
@@ -65,5 +67,4 @@ make %{?_smp_mflags}
%{_includedir}/*.h
%{_mandir}/man3/ares_*
%{_libdir}/pkgconfig/libcares.pc
-
-%changelog
+/usr/share/license/%{name}