summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--packaging/libxkbcommon.spec6
1 files changed, 1 insertions, 5 deletions
diff --git a/packaging/libxkbcommon.spec b/packaging/libxkbcommon.spec
index faee309..7a0e9ff 100644
--- a/packaging/libxkbcommon.spec
+++ b/packaging/libxkbcommon.spec
@@ -52,10 +52,6 @@ chmod a+x ./gen_tables.sh
%install
%make_install
-#for license notification
-mkdir -p %{buildroot}/%{TZ_SYS_RO_SHARE}/license
-cp -a %{_builddir}/%{buildsubdir}/COPYING %{buildroot}/%{TZ_SYS_RO_SHARE}/license/%{name}
-
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
@@ -63,7 +59,7 @@ cp -a %{_builddir}/%{buildsubdir}/COPYING %{buildroot}/%{TZ_SYS_RO_SHARE}/licens
%files
%manifest %{name}.manifest
%defattr(-,root,root)
-%{TZ_SYS_RO_SHARE}/license/%{name}
+%license COPYING
%{_libdir}/libxkbcommon.so.0*
%files devel