- Merge-review cleanups #226062
This commit is contained in:
parent
b229a10b04
commit
3ebc591bf1
15
libX11.spec
15
libX11.spec
@ -1,10 +1,10 @@
|
||||
%define tarball libX11
|
||||
%define gitdate 20090805
|
||||
|
||||
Summary: X.Org X11 libX11 runtime library
|
||||
Summary: Core X11 protocol client library
|
||||
Name: libX11
|
||||
Version: 1.2.99
|
||||
Release: 4.%{gitdate}%{?dist}
|
||||
Release: 5.%{gitdate}%{?dist}
|
||||
License: MIT
|
||||
Group: System Environment/Libraries
|
||||
URL: http://www.x.org
|
||||
@ -28,10 +28,10 @@ BuildRequires: libXdmcp-devel
|
||||
Requires: %{name}-common = %{version}-%{release}
|
||||
|
||||
%description
|
||||
X.Org X11 libX11 runtime library
|
||||
Core X11 protocol client library.
|
||||
|
||||
%package common
|
||||
Summary: libX11 common data
|
||||
Summary: Common data for libX11
|
||||
Group: System Environment/Libraries
|
||||
BuildArch: noarch
|
||||
|
||||
@ -39,7 +39,7 @@ BuildArch: noarch
|
||||
libX11 common data
|
||||
|
||||
%package devel
|
||||
Summary: X.Org X11 libX11 development package
|
||||
Summary: Development files for %{name}
|
||||
Group: Development/Libraries
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
|
||||
@ -66,7 +66,7 @@ make %{?_smp_mflags}
|
||||
%install
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
make install DESTDIR=$RPM_BUILD_ROOT
|
||||
make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
|
||||
|
||||
# We intentionally don't ship *.la files
|
||||
find $RPM_BUILD_ROOT -type f -name '*.la' -delete
|
||||
@ -116,6 +116,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_mandir}/man3/*.3*
|
||||
|
||||
%changelog
|
||||
* Thu Aug 13 2009 Parag <paragn@fedoraproject.org> 1.2.99-5.20090805
|
||||
- Merge-review cleanups #226062
|
||||
|
||||
* Thu Aug 06 2009 Peter Hutterer <peter.hutterer@redhat.com> 1.2.99-4.20090805
|
||||
- Today's git snapshot
|
||||
- minor soname bump to 6.3.0
|
||||
|
Loading…
Reference in New Issue
Block a user