- Added "BuildRequires: pkgconfig" for (#193423)
- Replace "makeinstall" with "make install DESTDIR=..." - Added "BuildRequires: libXt-devel" for (#190169)
This commit is contained in:
parent
8730e8b942
commit
73452b145c
12
libXaw.spec
12
libXaw.spec
@ -1,7 +1,7 @@
|
||||
Summary: X.Org X11 libXaw runtime library
|
||||
Name: libXaw
|
||||
Version: 1.0.2
|
||||
Release: 1
|
||||
Release: 2
|
||||
License: MIT/X11
|
||||
Group: System Environment/Libraries
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
@ -9,6 +9,7 @@ URL: http://www.x.org
|
||||
|
||||
Source0: http://xorg.freedesktop.org/releases/individual/lib/%{name}-%{version}.tar.bz2
|
||||
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: xorg-x11-proto-devel
|
||||
BuildRequires: libX11-devel
|
||||
BuildRequires: libXt-devel
|
||||
@ -28,7 +29,9 @@ Summary: X.Org X11 libXaw development package
|
||||
Group: Development/Libraries
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
Requires(pre): xorg-x11-filesystem >= 0.99.2-3
|
||||
|
||||
Requires: libXmu-devel
|
||||
Requires: libXt-devel
|
||||
|
||||
Obsoletes: XFree86-devel, xorg-x11-devel
|
||||
|
||||
@ -51,7 +54,7 @@ make %{?_smp_mflags}
|
||||
%install
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%makeinstall
|
||||
make install DESTDIR=$RPM_BUILD_ROOT
|
||||
|
||||
# We intentionally don't ship *.la files
|
||||
rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
|
||||
@ -96,6 +99,11 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_mandir}/man3/*.3x*
|
||||
|
||||
%changelog
|
||||
* Mon Jun 05 2006 Mike A. Harris <mharris@redhat.com> 1.0.2-2
|
||||
- Added "BuildRequires: pkgconfig" for (#193423)
|
||||
- Replace "makeinstall" with "make install DESTDIR=..."
|
||||
- Added "BuildRequires: libXt-devel" for (#190169)
|
||||
|
||||
* Thu Apr 27 2006 Adam Jackson <ajackson@redhat.com> 1.0.2-1
|
||||
- Update to 1.0.2
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user