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