run autoreconf to get rid of rpath define (#828513)
This commit is contained in:
parent
6b1104c76f
commit
5d08bf392e
@ -4,7 +4,7 @@
|
|||||||
Summary: Core X11 protocol client library
|
Summary: Core X11 protocol client library
|
||||||
Name: libX11
|
Name: libX11
|
||||||
Version: 1.5.0
|
Version: 1.5.0
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
URL: http://www.x.org
|
URL: http://www.x.org
|
||||||
@ -49,7 +49,7 @@ X.Org X11 libX11 development package
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
# sodding libtool
|
# sodding libtool
|
||||||
# autoreconf -v --install
|
autoreconf -v --install --force
|
||||||
%configure --disable-static
|
%configure --disable-static
|
||||||
|
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
@ -109,6 +109,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_mandir}/man5/*.5*
|
%{_mandir}/man5/*.5*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jun 12 2012 Peter Hutterer <peter.hutterer@redhat.com> 1.5.0-2
|
||||||
|
- run autoreconf to get rid of rpath define (#828513)
|
||||||
|
|
||||||
* Mon Jun 04 2012 Peter Hutterer <peter.hutterer@redhat.com> 1.5.0-1
|
* Mon Jun 04 2012 Peter Hutterer <peter.hutterer@redhat.com> 1.5.0-1
|
||||||
- libX11 1.5
|
- libX11 1.5
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user