- libXcomposite 0.4.1
This commit is contained in:
parent
965948ae09
commit
78f5daf605
@ -1,7 +1,7 @@
|
||||
Summary: X Composite Extension library
|
||||
Name: libXcomposite
|
||||
Version: 0.4.0
|
||||
Release: 10%{?dist}
|
||||
Version: 0.4.1
|
||||
Release: 1%{?dist}
|
||||
License: MIT
|
||||
Group: System Environment/Libraries
|
||||
URL: http://www.x.org
|
||||
@ -9,11 +9,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: pkgconfig(compositeproto) >= 0.4
|
||||
BuildRequires: libX11-devel
|
||||
BuildRequires: libXext-devel
|
||||
BuildRequires: libXfixes-devel
|
||||
BuildRequires: pkgconfig(xfixes)
|
||||
|
||||
%description
|
||||
X Composite Extension library
|
||||
@ -22,7 +19,6 @@ X Composite Extension library
|
||||
Summary: Development files for %{name}
|
||||
Group: Development/Libraries
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
Requires: pkgconfig
|
||||
|
||||
%description devel
|
||||
X.Org X11 libXcomposite development package
|
||||
@ -36,7 +32,7 @@ make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
|
||||
make install DESTDIR=$RPM_BUILD_ROOT
|
||||
rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
|
||||
|
||||
%clean
|
||||
@ -59,6 +55,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_mandir}/man3/X?omposite*.3*
|
||||
|
||||
%changelog
|
||||
* Tue Oct 13 2009 Adam Jackson <ajax@redhat.com> 0.4.1-1
|
||||
- libXcomposite 0.4.1
|
||||
|
||||
* Thu Aug 13 2009 Parag <paragn@fedoraproject.org> 0.4.0-10
|
||||
- Merge-review cleanups #226065
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user