From ae5843e18bd8e306d4106cd66381e4fcb7cf5876 Mon Sep 17 00:00:00 2001 From: Miroslav Lichvar Date: Mon, 12 Jul 2010 14:07:01 +0000 Subject: [PATCH] - add COPYING to libs subpackage --- openbox.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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 - 3.4.11.2-2 +- add COPYING to libs subpackage + * Mon May 17 2010 Miroslav Lichvar - 3.4.11.2-1 - update to 3.4.11.2 - require pyxdg (#590322)