diff --git a/.cvsignore b/.cvsignore index fdd962a..8f7ef18 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -libXaw-0.99.3.tar.bz2 +libXaw-1.0.0.tar.bz2 diff --git a/libXaw.spec b/libXaw.spec index dab84dc..90e4b80 100644 --- a/libXaw.spec +++ b/libXaw.spec @@ -1,19 +1,13 @@ -%define with_libtool_sucks_workaround 1 - Summary: X.Org X11 libXaw runtime library Name: libXaw -Version: 0.99.3 +Version: 1.0.0 Release: 1 License: MIT/X11 Group: System Environment/Libraries BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) URL: http://www.x.org -Source0: http://xorg.freedesktop.org/X11R7.0-RC0/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 +Source0: http://xorg.freedesktop.org/releases/X11R7.0-RC4/everything/%{name}-%{version}.tar.bz2 BuildRequires: xorg-x11-proto-devel BuildRequires: libX11-devel @@ -43,21 +37,11 @@ X.Org X11 libXaw development package %prep %setup -q -%if %{with_libtool_sucks_workaround} -%patch0 -p0 -b .bug-173027-libtool-sucks -%endif # Disable static library creation by default. %define with_static 0 %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 \ %if ! %{with_static} --disable-static @@ -112,6 +96,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/*.3x* %changelog +* Fri Dec 16 2005 Mike A. Harris 1.0.0-1 +- Updated libXaw to version 1.0.0 from X11R7 RC4 + * Tue Dec 13 2005 Mike A. Harris 0.99.3-1 - Updated libXaw to version 0.99.3 from X11R7 RC3 - 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" - Added {_includedir}/X11/Xaw/Template.c to file manifest -* Thu Sep 29 2005 Mike A. Harris 0.99.0-5 +* Thu Sep 29 2005 Mike A. Harris 0.99.0-5 - Renamed package to remove xorg-x11 from the name due to unanimous decision between developers. - Use Fedora Extras style BuildRoot tag. diff --git a/sources b/sources index cf3dee3..c5e4082 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -250612be2f9a83739a465407e21fc21d libXaw-0.99.3.tar.bz2 +7412422c46dc62bff526354dcd1d24e2 libXaw-1.0.0.tar.bz2