180 строки
6.1 KiB
Plaintext
180 строки
6.1 KiB
Plaintext
%{!?_pkgdocdir: %global _pkgdocdir %{_docdir}/%{name}-%{version}}
|
|
|
|
Summary: X Athena Widget Set
|
|
Name: libXaw
|
|
Version: 1.0.15
|
|
Release: 1%{?dist}
|
|
License: MIT
|
|
Vendor: Microsoft Corporation
|
|
Distribution: Azure Linux
|
|
URL: https://www.x.org
|
|
Source0: https://www.x.org/archive/individual/lib/%{name}-%{version}.tar.gz
|
|
|
|
BuildRequires: autoconf
|
|
BuildRequires: automake
|
|
BuildRequires: libtool
|
|
BuildRequires: pkg-config
|
|
BuildRequires: xorg-x11-util-macros
|
|
BuildRequires: pkgconfig(x11)
|
|
BuildRequires: pkgconfig(xext)
|
|
BuildRequires: pkgconfig(xmu)
|
|
BuildRequires: pkgconfig(xpm)
|
|
BuildRequires: pkgconfig(xproto)
|
|
BuildRequires: pkgconfig(xt)
|
|
|
|
%description
|
|
Xaw is a widget set based on the X Toolkit Intrinsics (Xt) Library.
|
|
|
|
%package devel
|
|
Summary: Development files for %{name}
|
|
|
|
Requires: %{name} = %{version}-%{release}
|
|
Requires: pkg-config
|
|
Requires: pkgconfig(xmu)
|
|
Requires: pkgconfig(xpm)
|
|
Requires: pkgconfig(xproto)
|
|
Requires: pkgconfig(xt)
|
|
|
|
%description devel
|
|
X.Org X11 libXaw development package
|
|
|
|
%prep
|
|
%setup -q
|
|
|
|
%build
|
|
autoreconf -v --install --force
|
|
export CFLAGS="%{optflags} -Os"
|
|
%configure \
|
|
--docdir=%{_pkgdocdir} \
|
|
--disable-xaw8 \
|
|
--disable-static \
|
|
--disable-xaw6 \
|
|
--without-fop \
|
|
--without-xmlto
|
|
make %{?_smp_mflags}
|
|
|
|
%install
|
|
make install DESTDIR=%{buildroot} INSTALL="install -p"
|
|
install -pm 644 COPYING README.md ChangeLog %{buildroot}/%{_pkgdocdir}
|
|
find %{buildroot} -type f -name "*.la" -delete -print
|
|
|
|
%post -p /sbin/ldconfig
|
|
%postun -p /sbin/ldconfig
|
|
|
|
%files
|
|
%license COPYING
|
|
%doc ChangeLog README.md
|
|
%dir %{_pkgdocdir}
|
|
%{_pkgdocdir}/ChangeLog
|
|
%{_pkgdocdir}/COPYING
|
|
%{_pkgdocdir}/README.md
|
|
%{_libdir}/libXaw.so.7
|
|
%{_libdir}/libXaw7.so.7
|
|
%{_libdir}/libXaw7.so.7.0.0
|
|
|
|
%files devel
|
|
%dir %{_includedir}/X11/Xaw
|
|
%{_includedir}/X11/Xaw/*.h
|
|
# FIXME: Is this C file really supposed to be here?
|
|
%{_includedir}/X11/Xaw/Template.c
|
|
%{_libdir}/libXaw.so
|
|
%{_libdir}/libXaw7.so
|
|
%{_libdir}/pkgconfig/xaw7.pc
|
|
%{_mandir}/man3/*.3*
|
|
%{_pkgdocdir}/*.xml
|
|
|
|
%changelog
|
|
* Fri Jan 12 2024 Alberto Perez <aperezguevar@microsoft.com> 1.0.15-1
|
|
- Upgrade libXaw package to ver 1.0.15
|
|
|
|
* Fri Apr 22 2022 Olivia Crain <oliviacrain@microsoft.com> - 1.0.13-17
|
|
- Remove explicit pkgconfig provides that are now automatically generated by RPM
|
|
|
|
* Sun Jan 17 2021 Pawel Winogrodzki <pawelwi@microsoft.com> - 1.0.13-16
|
|
- Initial CBL-Mariner import from Fedora 33 (license: MIT).
|
|
- License verified.
|
|
- Added explicit "Provides" for "pkgconfig(*)".
|
|
- Removed 'lynx' and 'xmlto' build-time requirement.
|
|
- Replaced ldconfig scriptlets with explicit calls to ldconfig.
|
|
- Using %%{_pkgdocdir} only for generated docs.
|
|
|
|
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.13-15
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.13-14
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.13-13
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.13-12
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.13-11
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
* Thu Jul 05 2018 Adam Jackson <ajax@redhat.com> - 1.0.13-10
|
|
- Drop useless %%defattr
|
|
|
|
* Fri Jun 29 2018 Adam Jackson <ajax@redhat.com> - 1.0.13-9
|
|
- Use ldconfig scriptlet macros
|
|
|
|
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.13-8
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
* 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
|
|
|
|
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.13-6
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
|
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.13-5
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
|
* Fri Mar 25 2016 Benjamin Tissoires <benjamin.tissoires@redhat.com> 1.0.13-4
|
|
- Force disable documentation generation
|
|
|
|
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.13-3
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
|
* 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
|
|
|
|
* Fri May 01 2015 Adam Jackson <ajax@redhat.com> 1.0.13-1
|
|
- libXaw 1.0.13
|
|
|
|
* 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
|
|
|
|
* 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
|
|
|
|
* Wed Apr 16 2014 Jaromir Capik <jcapik@redhat.com> - 1.0.12-2
|
|
- Fixing format-security flaws (#1037174)
|
|
|
|
* Wed Feb 12 2014 Adam Jackson <ajax@redhat.com> 1.0.12-1
|
|
- libXaw 1.0.12
|
|
- Drop pre-F18 changelog
|
|
|
|
* 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.
|
|
|
|
* 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
|
|
|
|
* Thu Mar 07 2013 Peter Hutterer <peter.hutterer@redhat.com> 1.0.11-5
|
|
- Drop ed from BR, see upstream 0b6058db1ce
|
|
|
|
* Thu Mar 07 2013 Peter Hutterer <peter.hutterer@redhat.com> - 1.0.11-4
|
|
- autoreconf for aarch64
|
|
|
|
* 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
|
|
|
|
* 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
|
|
|
|
* Mon Jun 04 2012 Adam Jackson <ajax@redhat.com> 1.0.11-1
|
|
- libXaw 1.0.11
|