libXcomposite 0.4.0
This commit is contained in:
parent
3aaf620d25
commit
ee5c261e7a
@ -1 +1 @@
|
||||
libXcomposite-0.3.1.tar.bz2
|
||||
libXcomposite-0.4.0.tar.bz2
|
||||
|
@ -1,7 +1,7 @@
|
||||
Summary: X.Org X11 libXcomposite runtime library
|
||||
Name: libXcomposite
|
||||
Version: 0.3.1
|
||||
Release: 2
|
||||
Version: 0.4.0
|
||||
Release: 1%{?dist}
|
||||
License: MIT/X11
|
||||
Group: System Environment/Libraries
|
||||
URL: http://www.x.org
|
||||
@ -10,7 +10,8 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
Source0: ftp://ftp.x.org/pub/individual/lib/%{name}-%{version}.tar.bz2
|
||||
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: xorg-x11-proto-devel >= 7.0-10
|
||||
BuildRequires: xorg-x11-proto-devel
|
||||
BuildRequires: compositeproto >= 0.4
|
||||
BuildRequires: libX11-devel
|
||||
BuildRequires: libXext-devel
|
||||
BuildRequires: libXfixes-devel
|
||||
@ -37,23 +38,15 @@ X.Org X11 libXcomposite development package
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
# Disable static library creation by default.
|
||||
%define with_static 0
|
||||
|
||||
%build
|
||||
|
||||
%configure \
|
||||
%if ! %{with_static}
|
||||
--disable-static
|
||||
%endif
|
||||
%configure --disable-static
|
||||
make
|
||||
|
||||
%install
|
||||
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
make install DESTDIR=$RPM_BUILD_ROOT
|
||||
|
||||
# We intentionally don't ship *.la files
|
||||
rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
|
||||
|
||||
%clean
|
||||
@ -73,13 +66,14 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%dir %{_includedir}/X11
|
||||
%dir %{_includedir}/X11/extensions
|
||||
%{_includedir}/X11/extensions/Xcomposite.h
|
||||
%if %{with_static}
|
||||
%{_libdir}/libXcomposite.a
|
||||
%endif
|
||||
%{_libdir}/libXcomposite.so
|
||||
%{_libdir}/pkgconfig/xcomposite.pc
|
||||
%{_mandir}/man3/X?omposite*.3*
|
||||
|
||||
%changelog
|
||||
* Tue Jul 24 2007 Adam Jackson <ajax@redhat.com> 0.4.0-1
|
||||
- libXcomposite 0.4.0
|
||||
|
||||
* Sat Apr 21 2007 Matthias Clasen <mclasen@redhat.com> - 0.3.1-2
|
||||
- Don't install INSTALL
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user