Update xcb-util-wm.spec
This commit is contained in:
@@ -12,7 +12,6 @@ License: MIT
|
||||
URL: http://xcb.freedesktop.org/
|
||||
#!RemoteAsset
|
||||
Source: http://xorg.freedesktop.org/releases/individual/xcb/%{name}-%{version}.tar.xz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
#BuildRequires: autoconf >= 2.62, automake, libtool
|
||||
BuildRequires: m4
|
||||
BuildRequires: pkgconfig
|
||||
@@ -33,7 +32,8 @@ Included in this package is:
|
||||
- icccm: Both client and window-manager helpers for ICCCM.
|
||||
|
||||
%package devel
|
||||
Summary: Development files for the XCB ICCCM utility modules
|
||||
Summary: Development files for the XCB EWMH/ICCCM utility modules
|
||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
|
||||
%description devel
|
||||
The XCB util modules provide a number of libraries which sit on top
|
||||
@@ -41,18 +41,13 @@ of libxcb, the core X protocol library, and some of the extension
|
||||
libraries.
|
||||
|
||||
This package contains the development headers for the library found
|
||||
in libxcb-icccm4.
|
||||
|
||||
%build
|
||||
make %{?_smp_mflags}
|
||||
in libxcb-icccm4/ewmh2.
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
%_includedir/xcb
|
||||
%_libdir/libxcb-ewmh.so
|
||||
%_libdir/libxcb-ewmh.so.2*
|
||||
%_libdir/libxcb-icccm.so
|
||||
%_libdir/libxcb-icccm.so.4*
|
||||
%_libdir/pkgconfig/xcb-ewmh.pc
|
||||
%_libdir/pkgconfig/xcb-icccm.pc
|
||||
|
||||
|
||||
Reference in New Issue
Block a user