add some more files to fix rpmbuild errors (parts of patch 1533296)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40459 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -91,8 +91,8 @@ cd ..
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
(cd obj-static ; make prefix=$RPM_BUILD_ROOT%{pref} install)
|
(cd obj-static ; make DESTDIR=$RPM_BUILD_ROOT prefix=%{pref} install)
|
||||||
(cd obj-shared ; make prefix=$RPM_BUILD_ROOT%{pref} install)
|
(cd obj-shared ; make DESTDIR=$RPM_BUILD_ROOT prefix=%{pref} install)
|
||||||
|
|
||||||
%find_lang wxstd
|
%find_lang wxstd
|
||||||
|
|
||||||
@@ -132,12 +132,15 @@ rm -f %{_bindir}/%{wxconfiglink}
|
|||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr (-,root,root)
|
%defattr (-,root,root)
|
||||||
|
%{_bindir}/wx-config
|
||||||
%dir %{_includedir}/wx-%{ver2}
|
%dir %{_includedir}/wx-%{ver2}
|
||||||
%{_includedir}/wx-%{ver2}/*
|
%{_includedir}/wx-%{ver2}/*
|
||||||
%{_libdir}/libwx_base*-%{ver2}.so
|
%{_libdir}/libwx_base*-%{ver2}.so
|
||||||
%dir %{_libdir}/wx
|
%dir %{_libdir}/wx
|
||||||
%{_libdir}/wx/*
|
%{_libdir}/wx/*
|
||||||
%{_datadir}/aclocal/*.m4
|
%{_datadir}/aclocal/*.m4
|
||||||
|
%{_datadir}/bakefile/presets/*
|
||||||
|
%{_datadir}/locale/*/LC_MESSAGES/*.mo
|
||||||
|
|
||||||
%files static
|
%files static
|
||||||
%defattr (-,root,root)
|
%defattr (-,root,root)
|
||||||
|
Reference in New Issue
Block a user