This commit is contained in:
parent
7eb80fef20
commit
b30cd44116
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user