Blame SPECS/Xaw3d.spec

94405b
Summary: A version of the MIT Athena widget set for X
94405b
Name: Xaw3d
94405b
Version: 1.6.3
94405b
Release: 7%{?dist}
94405b
Source0: https://xorg.freedesktop.org/archive/individual/lib/libXaw3d-%{version}.tar.bz2
94405b
Source1: https://xorg.freedesktop.org/archive/individual/lib/libXaw3d-%{version}.tar.bz2.sig
94405b
Source2: mattst88.asc
94405b
Patch5: Xaw3d-1.5-debian-fixes.patch
94405b
Patch7: Xaw3d-1.6.1-3Dlabel.patch
94405b
Patch10: Xaw3d-1.6.1-fontset.patch
94405b
Patch11: Xaw3d-1.6.1-hsbar.patch
94405b
94405b
License: MIT
94405b
URL: http://xorg.freedesktop.org/
94405b
94405b
BuildRequires: make
94405b
BuildRequires: libXmu-devel
94405b
BuildRequires: libXt-devel
94405b
BuildRequires: libSM-devel
94405b
BuildRequires: libXext-devel
94405b
BuildRequires: libX11-devel
94405b
BuildRequires: libXpm-devel
94405b
BuildRequires: xorg-x11-util-macros
94405b
BuildRequires: bison
94405b
BuildRequires: flex
94405b
BuildRequires: ed
94405b
BuildRequires: gnupg2
94405b
94405b
%description
94405b
Xaw3d is an enhanced version of the MIT Athena Widget set for
94405b
the X Window System.  Xaw3d adds a three-dimensional look to applications
94405b
with minimal or no source code changes.
94405b
94405b
You should install Xaw3d if you are using applications which incorporate
94405b
the MIT Athena widget set and you'd like to incorporate a 3D look into
94405b
those applications.
94405b
94405b
%package devel
94405b
Summary: Header files and libraries for development using Xaw3d
94405b
Requires: %{name} = %{version}-%{release}
94405b
Requires: libXmu-devel
94405b
Requires: libXt-devel
94405b
Requires: libSM-devel
94405b
Requires: libXext-devel
94405b
Requires: libX11-devel
94405b
Requires: libXpm-devel
94405b
94405b
%description devel
94405b
Xaw3d is an enhanced version of the MIT Athena widget set for
94405b
the X Window System.  Xaw3d adds a three-dimensional look to those
94405b
applications with minimal or no source code changes. Xaw3d-devel includes
94405b
the header files and libraries for developing programs that take full
94405b
advantage of Xaw3d's features.
94405b
94405b
You should install Xaw3d-devel if you are going to develop applications
94405b
using the Xaw3d widget set.  You'll also need to install the Xaw3d
94405b
package.
94405b
94405b
94405b
%prep
94405b
%{gpgverify} --keyring='%{SOURCE2}' --signature='%{SOURCE1}' --data='%{SOURCE0}'
94405b
%setup -q -n libXaw3d-%{version}
94405b
# This doesn't apply cleanly, but has not been applied
94405b
#%patch5 -p1 -b .debian
94405b
%patch7 -p1 -b .3Dlabel
94405b
%patch10 -p1 -b .fontset
94405b
%patch11 -p1 -b .hsbar
94405b
94405b
94405b
%build
94405b
%configure --disable-static \
94405b
  --enable-arrow-scrollbars \
94405b
  --enable-gray-stipples \
94405b
  --enable-multiplane-bitmaps
94405b
%make_build
94405b
94405b
94405b
%install
94405b
%make_install
94405b
rm $RPM_BUILD_ROOT%{_libdir}/libXaw3d.la
94405b
rm -r $RPM_BUILD_ROOT%{_docdir}
94405b
94405b
94405b
94405b
%ldconfig_scriptlets
94405b
94405b
94405b
%files
94405b
%license COPYING
94405b
%doc ChangeLog README src/README.XAW3D
94405b
%{_libdir}/*.so.*
94405b
94405b
%files devel
94405b
%{_libdir}/*.so
94405b
%{_libdir}/pkgconfig/xaw3d.pc
94405b
%{_includedir}/X11/Xaw3d
94405b
94405b
%changelog
94405b
* Tue Aug 10 2021 Mohan Boddu <mboddu@redhat.com> - 1.6.3-7
94405b
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
94405b
  Related: rhbz#1991688
94405b
94405b
* Thu Apr 15 2021 Mohan Boddu <mboddu@redhat.com> - 1.6.3-6
94405b
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
94405b
94405b
* Mon Jan 25 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.3-5
94405b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
94405b
94405b
* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.3-4
94405b
- Second attempt - Rebuilt for
94405b
  https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
94405b
94405b
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.3-3
94405b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
94405b
94405b
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.3-2
94405b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
94405b
94405b
* Sun Aug 18 2019 Hans de Goede <hdegoede@redhat.com> - 1.6.3-1
94405b
- Add source tarbal PGP signature verification
94405b
94405b
* Sun Aug 11 2019 Orion Poplawski <orion@nwra.com>
94405b
- Update to 1.6.3
94405b
94405b
* Wed Jul 24 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.2-16
94405b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
94405b
94405b
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.2-15
94405b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
94405b
94405b
* Thu Jul 12 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.2-14
94405b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
94405b
94405b
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.2-13
94405b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
94405b
94405b
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.2-12
94405b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
94405b
94405b
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.2-11
94405b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
94405b
94405b
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.2-10
94405b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
94405b
94405b
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.2-9
94405b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
94405b
94405b
* Tue Jun 16 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.6.2-8
94405b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
94405b
94405b
* Fri Aug 15 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.6.2-7
94405b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
94405b
94405b
* Fri Jun 06 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.6.2-6
94405b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
94405b
94405b
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.6.2-5
94405b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
94405b
94405b
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.6.2-4
94405b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
94405b
94405b
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.6.2-3
94405b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
94405b
94405b
* Wed May 2 2012 Orion Poplawski <orion@cora.nwra.com> - 1.6.2-2
94405b
- Drop static from -devel summary/description (bug #817935)
94405b
94405b
* Tue Apr 3 2012 Orion Poplawski <orion@cora.nwra.com> - 1.6.2-1
94405b
- Update to 1.6.2
94405b
- Drop patches applied upstream
94405b
- Enable multiplane-bitmaps and gray-stipples
94405b
94405b
* Sat Feb 25 2012 Orion Poplawski <orion@cora.nwra.com> - 1.6.1-2
94405b
- Rebase compat patch
94405b
94405b
* Sat Feb 25 2012 Orion Poplawski <orion@cora.nwra.com> - 1.6.1-1
94405b
- Update to 1.6.1
94405b
94405b
* Thu Jan 12 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.5E-21
94405b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
94405b
94405b
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.5E-20
94405b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
94405b
94405b
* Wed Dec 1 2010 Hans de Goede <hdegoede@redhat.com> - 1.5E-19
94405b
- Do not make missing font sets a fatal error (#658526)
94405b
94405b
* Tue Nov 9 2010 Hans de Goede <hdegoede@redhat.com> - 1.5E-18
94405b
- Drop Xaw3d-1.5E-lex.patch it was not applied for a reason (#587349)
94405b
94405b
* Mon Nov 8 2010 Hans de Goede <hdegoede@redhat.com> - 1.5E-17
94405b
- Also apply the Xaw3d-1.5E-secure, Xaw3d-1.5E-thumb and Xaw3d-1.5E-cast
94405b
  (replacing xaw3d.patch) patches from http://gitorious.org/xaw3d (#587349)
94405b
- Apply accidentally not applied Xaw3d-1.5E-lex.patch
94405b
94405b
* Mon Nov 8 2010 Orion Poplawski <orion@cora.nwra.com> - 1.5E-16
94405b
- Add patches from http://gitorious.org/xaw3d
94405b
94405b
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.5E-15
94405b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
94405b
94405b
* Sun Mar 15 2009 Hans de Goede <hdegoede@redhat.com> 1.5E-14
94405b
- Fix a bunch of (potentially harmfull) compiler warnings
94405b
94405b
* Mon Feb 23 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.5E-13
94405b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
94405b
94405b
* Tue Oct  6 2008 Hans de Goede <hdegoede@redhat.com> 1.5E-12
94405b
- Remove obsolete PreReq and Prefix stuff from specfile
94405b
- Fix BuildRoot to match the guidelines
94405b
- Require base package by full EVR from devel package
94405b
- Drop non relevant Patches and Sources
94405b
- Rebase the still relevant patches
94405b
- Actually apply the still relevant patches
94405b
- Add a patch from Debian fixing an infinite loop (rh436998)
94405b
- Add patches from Debian fixes various potential bufferoverflows
94405b
94405b
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 1.5E-11.1
94405b
- Autorebuild for GCC 4.3
94405b
94405b
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 1.5E-10.1
94405b
- rebuild
94405b
94405b
* Wed Jun 07 2006 Than Ngo <than@redhat.com> 1.5E-10 
94405b
- BR on bison ed flex #194184 
94405b
94405b
* Wed Jun  7 2006 Jeremy Katz <katzj@redhat.com> - 1.5E-9
94405b
- rebuild for -devel deps
94405b
94405b
* Tue Apr 25 2006 Adam Jackson <ajackson@redhat.com> 1.5E-8
94405b
- Rebuild for new imake build rules
94405b
94405b
* Tue Feb 28 2006 Than Ngo <than@redhat.com> 1.5E-7
94405b
- update Url  #183314
94405b
94405b
* Mon Feb 13 2006 Jesse Keating <jkeating@redhat.com> - 1.5E-6.2.2
94405b
- rebump for build order issues during double-long bump
94405b
94405b
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 1.5E-6.2.1
94405b
- bump again for double-long bug on ppc(64)
94405b
94405b
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 1.5E-6.2
94405b
- rebuilt for new gcc4.1 snapshot and glibc changes
94405b
94405b
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
94405b
- rebuilt
94405b
94405b
* Wed Nov 16 2005 Than Ngo <than@redhat.com> 1.5E-6
94405b
- fix for modular X
94405b
94405b
* Tue Nov 05 2005 Warren Togami <wtogami@redhat.com> 1.5E-5
94405b
- req individual X dependencies
94405b
- remove X11R6 references
94405b
94405b
* Thu Mar 03 2005 Than Ngo <than@redhat.com> 1.5E-4
94405b
- rebuilt
94405b
94405b
* Thu Jan 20 2005 Than Ngo <than@redhat.com> 1.5E-3
94405b
- bump release
94405b
94405b
* Thu Jan 20 2005 Than Ngo <than@redhat.com> 1.5E-2
94405b
- enable ARROW_SCROLLBARS, MULTIPLANE_PIXMAPS
94405b
94405b
* Tue Nov 30 2004 Than Ngo <than@redhat.com> 1.5E-1
94405b
- update to 1.5E, #130310
94405b
- fix compiler warning #110766
94405b
94405b
* Tue Nov 23 2004 Than Ngo <than@redhat.com> 1.5-25
94405b
- rebuilt
94405b
94405b
* Tue Nov 23 2004 Than Ngo <than@redhat.com> 1.5-24
94405b
- add patch to fix build problem with xorg-x11, #140475
94405b
94405b
* Mon Jul 26 2004 Than Ngo <than@redhat.com> 1.5-23
94405b
- added requires on XFree86-devel
94405b
94405b
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
94405b
- rebuilt
94405b
94405b
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
94405b
- rebuilt
94405b
94405b
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
94405b
- rebuilt
94405b
94405b
* Wed Nov 26 2003 Than Ngo <than@redhat.com> 1.5-20
94405b
- added missing Buildprereq: XFree86-devel (bug #110601, #109692, #110735)
94405b
- fixed arguments in scrollbar (bug #110766)
94405b
94405b
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
94405b
- rebuilt
94405b
94405b
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
94405b
- rebuilt
94405b
94405b
* Thu Nov  7 2002 han Ngo <than@redhat.com> 1.5-17
94405b
- fix some building problems
94405b
94405b
* Thu Sep  5 2002 Preston Brown <pbrown@redhat.com> 1.5-16
94405b
- -DARROW_SCROLLBAR for rms
94405b
94405b
* Thu Aug  8 2002 Than Ngo <than@redhat.com> 1.5-15
94405b
- Added patch file to fix i18n issue, ynakai@redhat.com
94405b
94405b
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
94405b
- automated rebuild
94405b
94405b
* Thu May 23 2002 Tim Powers <timp@redhat.com>
94405b
- automated rebuild
94405b
94405b
* Tue Feb 26 2002 Than Ngo <than@redhat.com> 1.5-12
94405b
- rebuild in new enviroment
94405b
94405b
* Wed Jan 09 2002 Tim Powers <timp@redhat.com>
94405b
- automated rebuild
94405b
94405b
* Sun Jun 24 2001 Elliot Lee <sopwith@redhat.com>
94405b
- Bump release + rebuild.
94405b
94405b
* Wed Feb 28 2001 Than Ngo <than@redhat.com>
94405b
- add requires Xaw3d = %%{version}
94405b
- add prereq /sbin/ldconfig
94405b
94405b
* Tue Oct 10 2000 Than Ngo <than@redhat.com>
94405b
- fix link which causes faulty update (Bug #17895)
94405b
94405b
* Mon Jul 24 2000 Bill Nottingham <notting@redhat.com>
94405b
- ia64 tweaks
94405b
94405b
* Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
94405b
- automatic rebuild
94405b
94405b
* Mon Jul 10 2000 Bernhard Rosenkraenzer <bero@redhat.de>
94405b
- Restore Xaw3d 1.5 - the addition of the backward compatibility library
94405b
  killed the current one.
94405b
- get rid of the CDEBUGFLAGS="" hack, the current gcc fixes it
94405b
94405b
* Mon Jul 03 2000 Than Ngo <than@redhat.de>
94405b
- fix Imakefile to static Xawd3d
94405b
94405b
* Sat Jun 17 2000 Than Ngo <than@redhat.de>
94405b
- add backward compatibility libXaw3d.so.6 (Bug# 12261)
94405b
94405b
* Mon May 15 2000 Bill Nottingham <notting@redhat.com>
94405b
- fix unaligned traps on ia64
94405b
94405b
* Mon May  8 2000 Bernhard Rosenkraenzer <bero@redhat.com>
94405b
- 1.5
94405b
94405b
* Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> 
94405b
- auto rebuild in the new build environment (release 21)
94405b
94405b
* Wed Feb 24 1999 Preston Brown <pbrown@redhat.com>
94405b
- Injected new description and group.
94405b
94405b
* Fri Dec 18 1998 Preston Brown <pbrown@redhat.com>
94405b
- bumped spec number for initial rh 6.0 build
94405b
94405b
* Fri Nov 06 1998 Preston Brown <pbrown@redhat.com>
94405b
- added security/update patch from debian (the X11R6.3 patch). Thanks guys. :)
94405b
94405b
* Wed Oct 14 1998 Cristian Gafton <gafton@redhat.com>
94405b
- handle the symlink with triggers instead of getting rid of it
94405b
94405b
* Mon Oct  5 1998 Jeff Johnson <jbj@redhat.com>
94405b
- remove backward compatible symlink.
94405b
94405b
* Wed May 06 1998 Cristian Gafton <gafton@redhat.com>
94405b
- fixed the bad symlink
94405b
- BuildRoot
94405b
94405b
* Mon Apr 27 1998 Prospector System <bugs@redhat.com>
94405b
- translations modified for de, fr, tr
94405b
94405b
* Tue Nov 04 1997 Erik Troan <ewt@redhat.com>
94405b
- don't lave an improper return code from %%pre
94405b
94405b
* Mon Nov 03 1997 Cristian Gafton <gafton@redhat.com>
94405b
- take care of the old location of the Xaw3d includes in case that one exist
94405b
- updated Prereq: field
94405b
94405b
* Mon Oct 26 1997 Cristian Gafton 
94405b
- fixed the -devel package for the right include files path
94405b
94405b
* Mon Oct 13 1997 Donnie Barnes <djb@redhat.com>
94405b
- minor spec file cleanups
94405b
94405b
* Wed Oct 01 1997 Erik Troan <ewt@redhat.com>
94405b
- i18n widec.h patch needs to be applied on all systems
94405b
94405b
* Sun Sep 14 1997 Erik Troan <ewt@redhat.com>
94405b
- changed axp check to alpha
94405b
94405b
* Mon Jun 16 1997 Erik Troan <ewt@redhat.com>
94405b
- built against glibc