summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--LICENSE.Apache-2.0 (renamed from LICENSE.APLv2)0
-rwxr-xr-xpackaging/libdevice-node.spec10
2 files changed, 6 insertions, 4 deletions
diff --git a/LICENSE.APLv2 b/LICENSE.Apache-2.0
index 4d3b53c..4d3b53c 100644
--- a/LICENSE.APLv2
+++ b/LICENSE.Apache-2.0
diff --git a/packaging/libdevice-node.spec b/packaging/libdevice-node.spec
index 2004eff..b2f46df 100755
--- a/packaging/libdevice-node.spec
+++ b/packaging/libdevice-node.spec
@@ -50,17 +50,19 @@ make %{?jobs:-j%jobs}
%postun -p /sbin/ldconfig
%files
-%{_libdir}/*.so.*
%manifest %{name}.manifest
-%license LICENSE.APLv2
+%license LICENSE.Apache-2.0
+%{_libdir}/*.so.*
%files devel
+%manifest %{name}.manifest
+%license LICENSE.Apache-2.0
%{_includedir}/device-node/*.h
%{_includedir}/hw/*.h
%{_libdir}/*.so
%{_libdir}/pkgconfig/*.pc
-%license LICENSE.APLv2
%files -n device-haltests
+%manifest %{name}.manifest
+%license LICENSE.Apache-2.0
%{_bindir}/device_haltests
-%license LICENSE.APLv2