- Merge-review cleanups #226065
This commit is contained in:
parent
eaae6baeae
commit
965948ae09
@ -1,7 +1,7 @@
|
||||
Summary: X.Org X11 libXcomposite runtime library
|
||||
Summary: X Composite Extension library
|
||||
Name: libXcomposite
|
||||
Version: 0.4.0
|
||||
Release: 9%{?dist}
|
||||
Release: 10%{?dist}
|
||||
License: MIT
|
||||
Group: System Environment/Libraries
|
||||
URL: http://www.x.org
|
||||
@ -16,12 +16,13 @@ BuildRequires: libXext-devel
|
||||
BuildRequires: libXfixes-devel
|
||||
|
||||
%description
|
||||
X.Org X11 libXcomposite runtime library
|
||||
X Composite Extension library
|
||||
|
||||
%package devel
|
||||
Summary: X.Org X11 libXcomposite development package
|
||||
Summary: Development files for %{name}
|
||||
Group: Development/Libraries
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
Requires: pkgconfig
|
||||
|
||||
%description devel
|
||||
X.Org X11 libXcomposite development package
|
||||
@ -30,14 +31,12 @@ X.Org X11 libXcomposite development package
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
|
||||
%configure --disable-static
|
||||
make
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
make install DESTDIR=$RPM_BUILD_ROOT
|
||||
make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
|
||||
rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
|
||||
|
||||
%clean
|
||||
@ -60,6 +59,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_mandir}/man3/X?omposite*.3*
|
||||
|
||||
%changelog
|
||||
* Thu Aug 13 2009 Parag <paragn@fedoraproject.org> 0.4.0-10
|
||||
- Merge-review cleanups #226065
|
||||
|
||||
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4.0-9
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user