auto-import libXaw-1.0.0-1 on branch devel from libXaw-1.0.0-1.src.rpm
This commit is contained in:
parent
0587e76687
commit
33678ff8b6
@ -1 +1 @@
|
|||||||
libXaw-0.99.3.tar.bz2
|
libXaw-1.0.0.tar.bz2
|
||||||
|
25
libXaw.spec
25
libXaw.spec
@ -1,19 +1,13 @@
|
|||||||
%define with_libtool_sucks_workaround 1
|
|
||||||
|
|
||||||
Summary: X.Org X11 libXaw runtime library
|
Summary: X.Org X11 libXaw runtime library
|
||||||
Name: libXaw
|
Name: libXaw
|
||||||
Version: 0.99.3
|
Version: 1.0.0
|
||||||
Release: 1
|
Release: 1
|
||||||
License: MIT/X11
|
License: MIT/X11
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
URL: http://www.x.org
|
URL: http://www.x.org
|
||||||
|
|
||||||
Source0: http://xorg.freedesktop.org/X11R7.0-RC0/everything/%{name}-%{version}.tar.bz2
|
Source0: http://xorg.freedesktop.org/releases/X11R7.0-RC4/everything/%{name}-%{version}.tar.bz2
|
||||||
# FIXME: Upstream tarballs create broken DT_SONAME on Fedora Core 4/5, due
|
|
||||||
# to a bug in configure.ac, so we hack it up, and invoke autoconf below to
|
|
||||||
# work around the issue. (RH Bug #173027)
|
|
||||||
Patch0: libXaw-0.99.2-bug-173027-libtool-sucks.patch
|
|
||||||
|
|
||||||
BuildRequires: xorg-x11-proto-devel
|
BuildRequires: xorg-x11-proto-devel
|
||||||
BuildRequires: libX11-devel
|
BuildRequires: libX11-devel
|
||||||
@ -43,21 +37,11 @@ X.Org X11 libXaw development package
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%if %{with_libtool_sucks_workaround}
|
|
||||||
%patch0 -p0 -b .bug-173027-libtool-sucks
|
|
||||||
%endif
|
|
||||||
|
|
||||||
# Disable static library creation by default.
|
# Disable static library creation by default.
|
||||||
%define with_static 0
|
%define with_static 0
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%if %{with_libtool_sucks_workaround}
|
|
||||||
# FIXME: Upstream tarballs create broken DT_SONAME on Fedora Core 4/5, due
|
|
||||||
# to a bug in configure.ac, so we hack it up, and invoke autoconf below to
|
|
||||||
# work around the issue. (RH Bug #173027)
|
|
||||||
autoconf
|
|
||||||
%endif
|
|
||||||
|
|
||||||
%configure --disable-xaw8 \
|
%configure --disable-xaw8 \
|
||||||
%if ! %{with_static}
|
%if ! %{with_static}
|
||||||
--disable-static
|
--disable-static
|
||||||
@ -112,6 +96,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_mandir}/man3/*.3x*
|
%{_mandir}/man3/*.3x*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Dec 16 2005 Mike A. Harris <mharris@redhat.com> 1.0.0-1
|
||||||
|
- Updated libXaw to version 1.0.0 from X11R7 RC4
|
||||||
|
|
||||||
* Tue Dec 13 2005 Mike A. Harris <mharris@redhat.com> 0.99.3-1
|
* Tue Dec 13 2005 Mike A. Harris <mharris@redhat.com> 0.99.3-1
|
||||||
- Updated libXaw to version 0.99.3 from X11R7 RC3
|
- Updated libXaw to version 0.99.3 from X11R7 RC3
|
||||||
- Added "Requires(pre): xorg-x11-filesystem >= 0.99.2-3", to ensure
|
- Added "Requires(pre): xorg-x11-filesystem >= 0.99.2-3", to ensure
|
||||||
@ -136,7 +123,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
- Update file manifest to find manpages in "man3x"
|
- Update file manifest to find manpages in "man3x"
|
||||||
- Added {_includedir}/X11/Xaw/Template.c to file manifest
|
- Added {_includedir}/X11/Xaw/Template.c to file manifest
|
||||||
|
|
||||||
* Thu Sep 29 2005 Mike A. Harris <mharris.com> 0.99.0-5
|
* Thu Sep 29 2005 Mike A. Harris <mharris@redhat.com> 0.99.0-5
|
||||||
- Renamed package to remove xorg-x11 from the name due to unanimous decision
|
- Renamed package to remove xorg-x11 from the name due to unanimous decision
|
||||||
between developers.
|
between developers.
|
||||||
- Use Fedora Extras style BuildRoot tag.
|
- Use Fedora Extras style BuildRoot tag.
|
||||||
|
Loading…
Reference in New Issue
Block a user