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