Changed the path of license by using '%license' macro 82/120482/1 tizen_4.0_tv accepted/tizen/4.0/base/20170811.092859 accepted/tizen/4.0/base/20170828.221215 accepted/tizen/base/20170331.130113 accepted/tizen/base/20170605.022133 submit/tizen_4.0_base/20170811.071500 submit/tizen_4.0_base/20170828.000000 submit/tizen_4.0_base/20170828.000001 submit/tizen_base/20170324.071043 submit/tizen_base/20170605.021349 tizen_4.0.IoT.p1_release tizen_4.0.IoT.p2_release tizen_4.0.m1_release tizen_4.0.m2_release
authorSeonah Moon <seonah1.moon@samsung.com>
Thu, 23 Mar 2017 05:53:09 +0000 (14:53 +0900)
committerSeonah Moon <seonah1.moon@samsung.com>
Thu, 23 Mar 2017 05:53:19 +0000 (14:53 +0900)
Change-Id: I99022e03441ce54aeefbf582618378351cdc4897

packaging/nghttp2.spec

index 6b6cb4e..69297bc 100644 (file)
@@ -37,8 +37,6 @@ autoreconf -i
 
 %install
 rm -rf $RPM_BUILD_ROOT
-mkdir -p $RPM_BUILD_ROOT/usr/share/license
-cp COPYING $RPM_BUILD_ROOT/usr/share/license/%{name}
 %{__make} install DESTDIR=$RPM_BUILD_ROOT
 
 %clean
@@ -53,7 +51,7 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/*.so*
 %exclude %{_libdir}/*.la
 #%{_includedir}/*
-/usr/share/license/%{name}
+%license COPYING
 
 %files devel
 %defattr(-,root,root,-)