- Remove package ownership of mandir/libdir/etc.
This commit is contained in:
parent
7b1265bc0d
commit
f2856f3035
16
libX11.spec
16
libX11.spec
@ -1,12 +1,12 @@
|
||||
Summary: X.Org X11 libX11 runtime library
|
||||
Name: libX11
|
||||
Version: 1.0.1
|
||||
Release: 1
|
||||
Release: 2
|
||||
License: MIT/X11
|
||||
Group: System Environment/Libraries
|
||||
URL: http://www.x.org
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
Source0: http://xorg.freedesktop.org/releases/X11R7.0-RC4/everything/%{name}-%{version}.tar.bz2
|
||||
Source0: http://xorg.freedesktop.org/releases/individual/lib/%{name}-%{version}.tar.bz2
|
||||
Patch0: libX11-0.99.3-datadir-locale-dir-fix.patch
|
||||
|
||||
BuildRequires: pkgconfig
|
||||
@ -15,6 +15,7 @@ BuildRequires: xorg-x11-xtrans-devel
|
||||
BuildRequires: libXau-devel
|
||||
BuildRequires: libXdmcp-devel
|
||||
|
||||
# NOTE: Temporary BuildRequires needed for build time kludges.
|
||||
BuildRequires: autoconf
|
||||
|
||||
# FIXME: check if still needed for X11R7
|
||||
@ -28,8 +29,9 @@ X.Org X11 libX11 runtime library
|
||||
%package devel
|
||||
Summary: X.Org X11 libX11 development package
|
||||
Group: Development/Libraries
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
Requires(pre): xorg-x11-filesystem >= 0.99.2-3
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
|
||||
Requires: xorg-x11-proto-devel
|
||||
Requires: libXau-devel, libXdmcp-devel
|
||||
|
||||
@ -210,7 +212,6 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_datadir}/X11/locale/zh_TW/XLC_LOCALE
|
||||
%{_datadir}/X11/XErrorDB
|
||||
%{_datadir}/X11/XKeysymDB
|
||||
%dir %{_libdir}
|
||||
%{_libdir}/libX11.so.6
|
||||
%{_libdir}/libX11.so.6.2.0
|
||||
|
||||
@ -232,13 +233,14 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_libdir}/libX11.a
|
||||
%endif
|
||||
%{_libdir}/libX11.so
|
||||
%dir %{_libdir}
|
||||
%dir %{_libdir}/pkgconfig
|
||||
%{_libdir}/pkgconfig/x11.pc
|
||||
%dir %{_mandir}/man3
|
||||
#%dir %{_mandir}/man3x
|
||||
%{_mandir}/man3/*.3x*
|
||||
|
||||
%changelog
|
||||
* Wed Jun 07 2006 Mike A. Harris <mharris@redhat.com> 1.0.1-2
|
||||
- Remove package ownership of mandir/libdir/etc.
|
||||
|
||||
* Fri May 12 2006 Adam Jackson <ajackson@redhat.com> 1.0.1-1
|
||||
- Bump to 1.0.1
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user