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
This commit is contained in:
10
wxGTK.spec
10
wxGTK.spec
@@ -22,7 +22,7 @@ Provides: wxwin
|
|||||||
# in addition, we should provide libwx_gtk as automatic generator only notices
|
# in addition, we should provide libwx_gtk as automatic generator only notices
|
||||||
# libwx_gtk-%{ver}-%{rel}
|
# libwx_gtk-%{ver}-%{rel}
|
||||||
Provides: libwx_gtk.so
|
Provides: libwx_gtk.so
|
||||||
Provides: libwx_gtk-2.2.so
|
Provides: libwx_gtk-2.3.so
|
||||||
|
|
||||||
%description
|
%description
|
||||||
wxWindows is a free C++ library for cross-platform GUI development.
|
wxWindows is a free C++ library for cross-platform GUI development.
|
||||||
@@ -69,16 +69,14 @@ make prefix=$RPM_BUILD_ROOT%{pref} install
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-, root, root)
|
%defattr(-, root, root)
|
||||||
%defattr (644, root, root, 755)
|
|
||||||
%doc COPYING.LIB INSTALL.txt LICENCE.txt README.txt SYMBOLS.txt TODO.txt
|
%doc COPYING.LIB INSTALL.txt LICENCE.txt README.txt SYMBOLS.txt TODO.txt
|
||||||
%dir %{pref}/share/wx
|
%dir %{pref}/share/wx
|
||||||
%{pref}/share/wx/*
|
%{pref}/share/wx/*
|
||||||
%attr(755, -, -) %{pref}/lib/libwx_gtk.*
|
%attr(755, root, root) %{pref}/lib/libwx_gtk.*
|
||||||
%attr(755, -, -) %{pref}/lib/libwx_gtk-2.2.*
|
%attr(755, root, root) %{pref}/lib/libwx_gtk-2.3.*
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%defattr (644, root, root, 755)
|
|
||||||
%dir %{pref}/include/wx
|
%dir %{pref}/include/wx
|
||||||
%{pref}/include/wx/*
|
%{pref}/include/wx/*
|
||||||
%dir %{pref}/lib/wx
|
%dir %{pref}/lib/wx
|
||||||
@@ -88,3 +86,5 @@ make prefix=$RPM_BUILD_ROOT%{pref} install
|
|||||||
|
|
||||||
%files gl
|
%files gl
|
||||||
%attr(755, root, root) %{pref}/lib/libwx_gtk_gl*
|
%attr(755, root, root) %{pref}/lib/libwx_gtk_gl*
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user