- add COPYING to libs subpackage

epel9
Miroslav Lichvar 15 years ago
parent bf086d69a7
commit ae5843e18b

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

Loading…
Cancel
Save