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
|
2016-03-25 09:43:22 +00:00
|
|
|
Release: 4%{?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-08-26 21:19:14 +00:00
|
|
|
Group: System Environment/Libraries
|
2005-11-13 01:03:31 +00:00
|
|
|
|
2006-06-28 10:39:47 +00:00
|
|
|
Source0: ftp://ftp.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}
|
2005-08-26 21:19:14 +00:00
|
|
|
Group: Development/Libraries
|
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
|
|
|
|
|
|
|
|
%clean
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
%post -p /sbin/ldconfig
|
|
|
|
%postun -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root,-)
|
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
|
2005-09-30 11:20:42 +00:00
|
|
|
%defattr(-,root,root,-)
|
2005-08-26 21:19:14 +00:00
|
|
|
%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
|
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
|