From 0f7deca92582001ee8d9c5b1366f7c18d86ed60a Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Fri, 25 May 2001 07:00:12 +0000 Subject: [PATCH] Fixed the problem of the RPM having the builder's user and group id and complaining about it during install. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10322 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxGTK.spec | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/wxGTK.spec b/wxGTK.spec index cddf2d7..2b5eefe 100644 --- a/wxGTK.spec +++ b/wxGTK.spec @@ -22,7 +22,7 @@ Provides: wxwin # in addition, we should provide libwx_gtk as automatic generator only notices # libwx_gtk-%{ver}-%{rel} Provides: libwx_gtk.so -Provides: libwx_gtk-2.2.so +Provides: libwx_gtk-2.3.so %description wxWindows is a free C++ library for cross-platform GUI development. @@ -68,17 +68,15 @@ make prefix=$RPM_BUILD_ROOT%{pref} install /sbin/ldconfig %files -%defattr (-, root, root) -%defattr (644, root, root, 755) +%defattr(-, root, root) %doc COPYING.LIB INSTALL.txt LICENCE.txt README.txt SYMBOLS.txt TODO.txt %dir %{pref}/share/wx %{pref}/share/wx/* -%attr(755, -, -) %{pref}/lib/libwx_gtk.* -%attr(755, -, -) %{pref}/lib/libwx_gtk-2.2.* +%attr(755, root, root) %{pref}/lib/libwx_gtk.* +%attr(755, root, root) %{pref}/lib/libwx_gtk-2.3.* %files devel -%defattr (-, root, root) -%defattr (644, root, root, 755) +%defattr(-,root,root) %dir %{pref}/include/wx %{pref}/include/wx/* %dir %{pref}/lib/wx @@ -88,3 +86,5 @@ make prefix=$RPM_BUILD_ROOT%{pref} install %files gl %attr(755, root, root) %{pref}/lib/libwx_gtk_gl* + + -- 2.7.4