[libX11] run autoreconf to get rid of rpath define (#828513)

Peter Hutterer whot at fedoraproject.org
Tue Jun 12 04:02:14 UTC 2012


commit 5d08bf392e86cf55aee00f1686a47e7488ae6789
Author: Peter Hutterer <peter.hutterer at who-t.net>
Date:   Tue Jun 12 14:06:29 2012 +1000

    run autoreconf to get rid of rpath define (#828513)

 libX11.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/libX11.spec b/libX11.spec
index ba4b13c..41bbccc 100644
--- a/libX11.spec
+++ b/libX11.spec
@@ -4,7 +4,7 @@
 Summary: Core X11 protocol client library
 Name: libX11
 Version: 1.5.0
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: MIT
 Group: System Environment/Libraries
 URL: http://www.x.org
@@ -49,7 +49,7 @@ X.Org X11 libX11 development package
 
 %build
 # sodding libtool
-# autoreconf -v --install
+autoreconf -v --install --force
 %configure --disable-static
 
 make %{?_smp_mflags}
@@ -109,6 +109,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man5/*.5*
 
 %changelog
+* Tue Jun 12 2012 Peter Hutterer <peter.hutterer at redhat.com> 1.5.0-2
+- run autoreconf to get rid of rpath define (#828513)
+
 * Mon Jun 04 2012 Peter Hutterer <peter.hutterer at redhat.com> 1.5.0-1
 - libX11 1.5
 


More information about the scm-commits mailing list