diff --git a/openbox.spec b/openbox.spec
index 691a89f..3dc13b6 100644
--- a/openbox.spec
+++ b/openbox.spec
@@ -1,6 +1,6 @@
 Name:		openbox
 Version:	3.4.11.2
-Release:	1%{?dist}
+Release:	2%{?dist}
 Summary:	A highly configurable and standards-compliant X11 window manager
 
 Group:		User Interface/Desktops
@@ -129,10 +129,13 @@ rm -rf %{buildroot}
 %{_mandir}/man1/obxprop.1*
 
 %files	libs
+%defattr(-,root,root,-)
+%doc COPYING
 %{_libdir}/libobrender.so.*
 %{_libdir}/libobparser.so.*
 
 %files	devel
+%defattr(-,root,root,-)
 %{_includedir}/%{name}/
 %{_libdir}/libobrender.so
 %{_libdir}/libobparser.so
@@ -146,6 +149,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Mon Jul 12 2010 Miroslav Lichvar <mlichvar@redhat.com> - 3.4.11.2-2
+- add COPYING to libs subpackage
+
 * Mon May 17 2010 Miroslav Lichvar <mlichvar@redhat.com> - 3.4.11.2-1
 - update to 3.4.11.2
 - require pyxdg (#590322)