parent
5b2a611e60
commit
8084b5371f
16
libxcb.spec
16
libxcb.spec
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Name: libxcb
|
Name: libxcb
|
||||||
Version: 1.11
|
Version: 1.11
|
||||||
Release: 4%{?dist}
|
Release: 5%{?dist}
|
||||||
Summary: A C binding to the X11 protocol
|
Summary: A C binding to the X11 protocol
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: http://xcb.freedesktop.org/
|
URL: http://xcb.freedesktop.org/
|
||||||
@ -58,7 +58,13 @@ autoreconf -v -f --install
|
|||||||
--enable-selinux \
|
--enable-selinux \
|
||||||
--enable-xkb \
|
--enable-xkb \
|
||||||
--enable-xinput \
|
--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}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -111,8 +117,12 @@ find $RPM_BUILD_ROOT -name '*.la' -delete
|
|||||||
%{_pkgdocdir}
|
%{_pkgdocdir}
|
||||||
|
|
||||||
%changelog
|
%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
|
* 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)
|
- -devel: tighten deps via %%{?_isa}, drop Requires: pkgconfig (add explicit BR: pkgconfig)
|
||||||
|
|
||||||
* Thu Jan 08 2015 Simone Caronni <negativo17@gmail.com> - 1.11-3
|
* Thu Jan 08 2015 Simone Caronni <negativo17@gmail.com> - 1.11-3
|
||||||
|
Loading…
Reference in New Issue
Block a user