]> git.saurik.com Git - wxWidgets.git/commitdiff
Fixed the problem of the RPM having the builder's user and group id
authorRobin Dunn <robin@alldunn.com>
Fri, 25 May 2001 07:00:12 +0000 (07:00 +0000)
committerRobin Dunn <robin@alldunn.com>
Fri, 25 May 2001 07:00:12 +0000 (07:00 +0000)
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

index cddf2d7d32d49a6ec254daac88425d19b6835f55..2b5eefe390935e2a05feca6e39e155e05c0a3e96 100644 (file)
@@ -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*
+
+