parent
5b2a611e60
commit
8084b5371f
16
libxcb.spec
16
libxcb.spec
@ -2,7 +2,7 @@
|
||||
|
||||
Name: libxcb
|
||||
Version: 1.11
|
||||
Release: 4%{?dist}
|
||||
Release: 5%{?dist}
|
||||
Summary: A C binding to the X11 protocol
|
||||
License: MIT
|
||||
URL: http://xcb.freedesktop.org/
|
||||
@ -58,7 +58,13 @@ autoreconf -v -f --install
|
||||
--enable-selinux \
|
||||
--enable-xkb \
|
||||
--enable-xinput \
|
||||
--disable-xprint
|
||||
--disable-xprint \
|
||||
--disable-silent-rules
|
||||
|
||||
# Remove rpath from libtool (extra insurance if autoreconf is ever dropped)
|
||||
sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
|
||||
sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
|
||||
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
@ -111,8 +117,12 @@ find $RPM_BUILD_ROOT -name '*.la' -delete
|
||||
%{_pkgdocdir}
|
||||
|
||||
%changelog
|
||||
* Wed May 20 2015 Rex Dieter <rdieter@fedoraproject.org> - 1.11-5
|
||||
- fix rpath harder (#1136546)
|
||||
- %%build: --disable-silent-rules
|
||||
|
||||
* Tue May 19 2015 Rex Dieter <rdieter@fedoraproject.org> - 1.11-4
|
||||
- fix path (use autoreconf -f)
|
||||
- fix fpath (use autoreconf -f)
|
||||
- -devel: tighten deps via %%{?_isa}, drop Requires: pkgconfig (add explicit BR: pkgconfig)
|
||||
|
||||
* Thu Jan 08 2015 Simone Caronni <negativo17@gmail.com> - 1.11-3
|
||||
|
Loading…
Reference in New Issue
Block a user