Stefan Dirsch 2013-03-19 19:47:14 +00:00 committed by Git OBS Bridge
parent 7eb80fef20
commit b30cd44116
2 changed files with 9 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Mar 19 18:20:00 UTC 2013 - jengelh@inai.de
- Use more robust make install call
-------------------------------------------------------------------
Thu Feb 28 15:04:09 UTC 2013 - matz@suse.com

View File

@ -107,7 +107,9 @@ stream connection.
%package data
Summary: Shared data for the Core X11 protocol library
Group: System/Libraries
%if 0%{?suse_version} >= 1130
BuildArch: noarch
%endif
%description data
The X Window System is a network-transparent window system that was
@ -160,7 +162,7 @@ autoreconf -fi
make %{?_smp_mflags}
%install
%makeinstall
make install DESTDIR="%buildroot"
rm -f "%buildroot/%_libdir"/*.la
# Some files are empty/missing for some UTF-8 locales
@ -177,7 +179,7 @@ for i in *.UTF-8; do
done
popd
# fdupes
# fdupes %buildroot/%_prefix
%post -n libX11-6 -p /sbin/ldconfig