2013-11-09 18:42:05 +00:00
|
|
|
%{!?_pkgdocdir: %global _pkgdocdir %{_docdir}/%{name}-%{version}}
|
|
|
|
|
2009-08-13 05:32:08 +00:00
|
|
|
Summary: X Athena Widget Set
|
2005-09-30 11:20:42 +00:00
|
|
|
Name: libXaw
|
2015-05-01 14:03:54 +00:00
|
|
|
Version: 1.0.13
|
2020-01-29 08:26:35 +00:00
|
|
|
Release: 14%{?dist}
|
2008-07-15 17:26:50 +00:00
|
|
|
License: MIT
|
2006-06-28 10:39:47 +00:00
|
|
|
URL: http://www.x.org
|
2005-11-13 01:03:31 +00:00
|
|
|
|
2018-07-05 15:20:04 +00:00
|
|
|
Source0: https://www.x.org/pub/individual/lib/%{name}-%{version}.tar.bz2
|
2005-08-26 21:19:14 +00:00
|
|
|
|
2013-03-07 04:56:33 +00:00
|
|
|
BuildRequires: autoconf automake libtool
|
2009-06-11 18:30:59 +00:00
|
|
|
BuildRequires: pkgconfig(xproto) pkgconfig(x11) pkgconfig(xt)
|
|
|
|
BuildRequires: pkgconfig(xmu) pkgconfig(xpm) pkgconfig(xext)
|
2011-01-13 15:27:35 +00:00
|
|
|
BuildRequires: xorg-x11-util-macros xmlto lynx
|
2005-08-26 21:19:14 +00:00
|
|
|
|
|
|
|
%description
|
2009-08-13 05:32:08 +00:00
|
|
|
Xaw is a widget set based on the X Toolkit Intrinsics (Xt) Library.
|
2005-08-26 21:19:14 +00:00
|
|
|
|
|
|
|
%package devel
|
2009-08-13 05:32:08 +00:00
|
|
|
Summary: Development files for %{name}
|
2006-06-07 17:46:00 +00:00
|
|
|
Requires: %{name} = %{version}-%{release}
|
2009-08-13 05:32:08 +00:00
|
|
|
Requires: pkgconfig
|
2009-06-11 18:30:59 +00:00
|
|
|
Requires: pkgconfig(xproto) pkgconfig(xmu) pkgconfig(xt) pkgconfig(xpm)
|
2005-08-26 21:19:14 +00:00
|
|
|
|
|
|
|
%description devel
|
|
|
|
X.Org X11 libXaw development package
|
|
|
|
|
|
|
|
%prep
|
2005-09-30 11:20:42 +00:00
|
|
|
%setup -q
|
|
|
|
|
2005-08-26 21:19:14 +00:00
|
|
|
%build
|
2013-03-07 04:56:33 +00:00
|
|
|
autoreconf -v --install --force
|
2009-06-11 18:30:59 +00:00
|
|
|
export CFLAGS="$RPM_OPT_FLAGS -Os"
|
2009-10-19 22:09:17 +00:00
|
|
|
%configure \
|
2013-11-09 18:42:05 +00:00
|
|
|
--docdir=%{_pkgdocdir} \
|
2009-10-19 22:09:17 +00:00
|
|
|
--disable-xaw8 --disable-static \
|
2016-03-25 09:43:22 +00:00
|
|
|
--disable-xaw6 \
|
|
|
|
--without-fop --without-xmlto
|
2005-11-13 01:03:31 +00:00
|
|
|
make %{?_smp_mflags}
|
2005-08-26 21:19:14 +00:00
|
|
|
|
|
|
|
%install
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
2005-09-30 11:20:42 +00:00
|
|
|
|
2009-08-13 05:32:08 +00:00
|
|
|
make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
|
2013-11-09 18:42:05 +00:00
|
|
|
install -pm 644 COPYING README ChangeLog $RPM_BUILD_ROOT%{_pkgdocdir}
|
2005-08-26 21:19:14 +00:00
|
|
|
rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
|
|
|
|
|
2018-06-29 21:18:38 +00:00
|
|
|
%ldconfig_post
|
|
|
|
%ldconfig_postun
|
2005-08-26 21:19:14 +00:00
|
|
|
|
|
|
|
%files
|
2013-11-09 18:42:05 +00:00
|
|
|
%dir %{_pkgdocdir}
|
|
|
|
%{_pkgdocdir}/ChangeLog
|
|
|
|
%{_pkgdocdir}/COPYING
|
|
|
|
%{_pkgdocdir}/README
|
2005-11-11 20:33:53 +00:00
|
|
|
%{_libdir}/libXaw.so.7
|
2005-08-26 21:19:14 +00:00
|
|
|
%{_libdir}/libXaw7.so.7
|
|
|
|
%{_libdir}/libXaw7.so.7.0.0
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
%dir %{_includedir}/X11/Xaw
|
2005-11-13 01:03:31 +00:00
|
|
|
%{_includedir}/X11/Xaw/*.h
|
2005-10-27 09:31:12 +00:00
|
|
|
# FIXME: Is this C file really supposed to be here?
|
|
|
|
%{_includedir}/X11/Xaw/Template.c
|
2005-08-26 21:19:14 +00:00
|
|
|
%{_libdir}/libXaw.so
|
|
|
|
%{_libdir}/libXaw7.so
|
|
|
|
%{_libdir}/pkgconfig/xaw7.pc
|
2007-09-24 19:46:25 +00:00
|
|
|
%{_mandir}/man3/*.3*
|
2013-11-09 18:42:05 +00:00
|
|
|
%{_pkgdocdir}/*.xml
|
|
|
|
#{_pkgdocdir}/%{name}.html
|
|
|
|
#{_pkgdocdir}/%{name}.txt
|
2005-08-26 21:19:14 +00:00
|
|
|
|
|
|
|
%changelog
|
2020-01-29 08:26:35 +00:00
|
|
|
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.13-14
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
2019-07-25 12:41:23 +00:00
|
|
|
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.13-13
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
2019-02-01 06:34:28 +00:00
|
|
|
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.13-12
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
|
2018-07-13 07:44:36 +00:00
|
|
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.13-11
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
|
2018-07-05 15:20:04 +00:00
|
|
|
* Thu Jul 05 2018 Adam Jackson <ajax@redhat.com> - 1.0.13-10
|
|
|
|
- Drop useless %%defattr
|
|
|
|
|
2018-06-29 21:18:38 +00:00
|
|
|
* Fri Jun 29 2018 Adam Jackson <ajax@redhat.com> - 1.0.13-9
|
|
|
|
- Use ldconfig scriptlet macros
|
|
|
|
|
2018-02-07 21:05:06 +00:00
|
|
|
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.13-8
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
|
2017-08-03 01:06:32 +00:00
|
|
|
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.13-7
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
|
|
|
|
2017-07-26 18:26:37 +00:00
|
|
|
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.13-6
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
|
|
2017-02-10 18:17:58 +00:00
|
|
|
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.13-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
|
|
2016-03-25 09:43:22 +00:00
|
|
|
* Fri Mar 25 2016 Benjamin Tissoires <benjamin.tissoires@redhat.com> 1.0.13-4
|
|
|
|
- Force disable documentation generation
|
|
|
|
|
2016-02-04 02:49:34 +00:00
|
|
|
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.13-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
|
|
2015-06-17 14:08:38 +00:00
|
|
|
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.13-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
|
|
2015-05-01 14:03:54 +00:00
|
|
|
* Fri May 01 2015 Adam Jackson <ajax@redhat.com> 1.0.13-1
|
|
|
|
- libXaw 1.0.13
|
|
|
|
|
2014-08-17 02:00:48 +00:00
|
|
|
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.12-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
|
|
|
|
2014-06-07 02:25:00 +00:00
|
|
|
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.12-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
|
2014-04-16 16:12:10 +00:00
|
|
|
* Wed Apr 16 2014 Jaromir Capik <jcapik@redhat.com> - 1.0.12-2
|
|
|
|
- Fixing format-security flaws (#1037174)
|
|
|
|
|
2014-02-12 17:34:21 +00:00
|
|
|
* Wed Feb 12 2014 Adam Jackson <ajax@redhat.com> 1.0.12-1
|
|
|
|
- libXaw 1.0.12
|
|
|
|
- Drop pre-F18 changelog
|
|
|
|
|
2013-11-09 18:42:05 +00:00
|
|
|
* Sat Nov 9 2013 Ville Skyttä <ville.skytta@iki.fi> - 1.0.11-7
|
|
|
|
- Install docs to %%{_pkgdocdir} where available (#993836).
|
|
|
|
- Fix bogus date in %%changelog.
|
|
|
|
|
2013-08-03 04:37:51 +00:00
|
|
|
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.11-6
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
|
|
2013-03-07 05:29:38 +00:00
|
|
|
* Thu Mar 07 2013 Peter Hutterer <peter.hutterer@redhat.com> 1.0.11-5
|
|
|
|
- Drop ed from BR, see upstream 0b6058db1ce
|
|
|
|
|
2013-03-07 04:56:33 +00:00
|
|
|
* Thu Mar 07 2013 Peter Hutterer <peter.hutterer@redhat.com> - 1.0.11-4
|
|
|
|
- autoreconf for aarch64
|
|
|
|
|
2013-02-14 03:55:29 +00:00
|
|
|
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.11-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
|
|
2012-07-19 19:05:44 +00:00
|
|
|
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.11-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
|
|
2012-06-04 14:43:13 +00:00
|
|
|
* Mon Jun 04 2012 Adam Jackson <ajax@redhat.com> 1.0.11-1
|
|
|
|
- libXaw 1.0.11
|