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