1.11-4
- fix path (use autoreconf -f) - -devel: tighten deps via %{?_isa}, drop Requires: pkgconfig (add explicit BR: pkgconfig)
This commit is contained in:
parent
8c4481ef6f
commit
5b2a611e60
13
libxcb.spec
13
libxcb.spec
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Name: libxcb
|
Name: libxcb
|
||||||
Version: 1.11
|
Version: 1.11
|
||||||
Release: 3%{?dist}
|
Release: 4%{?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/
|
||||||
@ -19,6 +19,7 @@ BuildRequires: doxygen
|
|||||||
BuildRequires: graphviz
|
BuildRequires: graphviz
|
||||||
BuildRequires: libtool
|
BuildRequires: libtool
|
||||||
BuildRequires: libxslt
|
BuildRequires: libxslt
|
||||||
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: pkgconfig(xau) >= 0.99.2
|
BuildRequires: pkgconfig(xau) >= 0.99.2
|
||||||
BuildRequires: pkgconfig(xcb-proto) >= 1.11
|
BuildRequires: pkgconfig(xcb-proto) >= 1.11
|
||||||
BuildRequires: pkgconfig(xorg-macros) >= 1.18
|
BuildRequires: pkgconfig(xorg-macros) >= 1.18
|
||||||
@ -31,8 +32,7 @@ threading support, and extensibility.
|
|||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Summary: Development files for %{name}
|
Summary: Development files for %{name}
|
||||||
Requires: %{name} = %{version}-%{release}
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||||
Requires: pkgconfig
|
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
The %{name}-devel package contains libraries and header files for developing
|
The %{name}-devel package contains libraries and header files for developing
|
||||||
@ -50,7 +50,8 @@ The %{name}-doc package contains documentation for the %{name} library.
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
sed -i 's/pthread-stubs //' configure.ac
|
sed -i 's/pthread-stubs //' configure.ac
|
||||||
autoreconf -v --install
|
# autoreconf -f needed to expunge rpaths
|
||||||
|
autoreconf -v -f --install
|
||||||
%configure \
|
%configure \
|
||||||
--disable-static \
|
--disable-static \
|
||||||
--docdir=%{_pkgdocdir} \
|
--docdir=%{_pkgdocdir} \
|
||||||
@ -110,6 +111,10 @@ find $RPM_BUILD_ROOT -name '*.la' -delete
|
|||||||
%{_pkgdocdir}
|
%{_pkgdocdir}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue May 19 2015 Rex Dieter <rdieter@fedoraproject.org> - 1.11-4
|
||||||
|
- fix path (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
|
* Thu Jan 08 2015 Simone Caronni <negativo17@gmail.com> - 1.11-3
|
||||||
- Clean up SPEC file, fix rpmlint warnings.
|
- Clean up SPEC file, fix rpmlint warnings.
|
||||||
- Enable XInput extension (#1177701).
|
- Enable XInput extension (#1177701).
|
||||||
|
Loading…
Reference in New Issue
Block a user