2005-08-26 21:34:54 +00:00
|
|
|
Summary: X.Org X11 libXpm runtime library
|
2005-09-30 11:22:18 +00:00
|
|
|
Name: libXpm
|
2023-10-05 01:01:33 +00:00
|
|
|
Version: 3.5.17
|
2024-01-25 01:28:30 +00:00
|
|
|
Release: 3%{?dist}
|
2023-09-06 15:43:05 +00:00
|
|
|
License: MIT AND X11-distribute-modifications-variant
|
2005-08-26 21:34:54 +00:00
|
|
|
URL: http://www.x.org
|
|
|
|
|
2023-01-11 03:23:01 +00:00
|
|
|
Source0: https://www.x.org/pub/individual/lib/%{name}-%{version}.tar.xz
|
2006-06-09 11:42:15 +00:00
|
|
|
|
2013-03-07 05:01:41 +00:00
|
|
|
BuildRequires: xorg-x11-util-macros
|
2021-01-04 23:10:19 +00:00
|
|
|
BuildRequires: autoconf automake libtool make
|
2007-09-24 19:53:57 +00:00
|
|
|
BuildRequires: gettext
|
2009-10-13 15:59:33 +00:00
|
|
|
BuildRequires: pkgconfig(xext) pkgconfig(xt) pkgconfig(xau)
|
2023-01-17 21:15:55 +00:00
|
|
|
BuildRequires: ncompress gzip
|
2005-08-26 21:34:54 +00:00
|
|
|
|
|
|
|
%description
|
|
|
|
X.Org X11 libXpm runtime library
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
Summary: X.Org X11 libXpm development package
|
2006-06-09 11:42:15 +00:00
|
|
|
Requires: %{name} = %{version}-%{release}
|
|
|
|
|
2005-08-26 21:34:54 +00:00
|
|
|
%description devel
|
|
|
|
X.Org X11 libXpm development package
|
|
|
|
|
|
|
|
%prep
|
2005-09-30 11:22:18 +00:00
|
|
|
%setup -q
|
|
|
|
|
2005-08-26 21:34:54 +00:00
|
|
|
%build
|
2013-03-07 05:01:41 +00:00
|
|
|
autoreconf -v --install --force
|
2009-10-13 15:59:33 +00:00
|
|
|
%configure --disable-static
|
2008-01-14 09:32:18 +00:00
|
|
|
make %{?_smp_mflags}
|
2005-08-26 21:34:54 +00:00
|
|
|
|
|
|
|
%install
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
2006-06-06 05:13:15 +00:00
|
|
|
|
|
|
|
make install DESTDIR=$RPM_BUILD_ROOT
|
2005-08-26 21:34:54 +00:00
|
|
|
|
|
|
|
# We intentionally don't ship *.la files
|
|
|
|
rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
|
|
|
|
|
2018-06-29 21:27:59 +00:00
|
|
|
%ldconfig_post
|
|
|
|
%ldconfig_postun
|
2005-08-26 21:34:54 +00:00
|
|
|
|
|
|
|
%files
|
2012-03-08 15:09:21 +00:00
|
|
|
%doc AUTHORS COPYING ChangeLog
|
2005-08-26 21:34:54 +00:00
|
|
|
%{_libdir}/libXpm.so.4
|
|
|
|
%{_libdir}/libXpm.so.4.11.0
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
%{_bindir}/cxpm
|
|
|
|
%{_bindir}/sxpm
|
|
|
|
%{_includedir}/X11/xpm.h
|
|
|
|
%{_libdir}/libXpm.so
|
|
|
|
%{_libdir}/pkgconfig/xpm.pc
|
2005-10-27 09:51:44 +00:00
|
|
|
%{_mandir}/man1/*.1*
|
2023-01-11 03:23:01 +00:00
|
|
|
%{_mandir}/man3/*.3*
|
2005-08-26 21:34:54 +00:00
|
|
|
|
|
|
|
%changelog
|
2024-01-25 01:28:30 +00:00
|
|
|
* Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 3.5.17-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
2024-01-21 03:31:03 +00:00
|
|
|
* Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 3.5.17-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
2023-10-05 01:01:33 +00:00
|
|
|
* Thu Oct 05 2023 Peter Hutterer <peter.hutterer@redhat.com> - 3.5.17-1
|
|
|
|
- libXpm 3.5.17
|
|
|
|
|
2023-09-06 15:43:05 +00:00
|
|
|
* Wed Sep 06 2023 Benjamin Tissoires <benjamin.tissoires@redhat.com> - 3.5.15-5
|
|
|
|
- SPDX migration
|
|
|
|
|
2023-07-20 10:12:16 +00:00
|
|
|
* Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 3.5.15-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
|
|
|
|
2023-01-19 15:45:40 +00:00
|
|
|
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 3.5.15-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
|
|
|
|
2023-01-17 21:15:55 +00:00
|
|
|
* Wed Jan 18 2023 Peter Hutterer <peter.hutterer@redhat.com> - 3.5.15-2
|
|
|
|
- Add missing BuildRequires
|
|
|
|
|
2023-01-17 20:57:09 +00:00
|
|
|
* Wed Jan 18 2023 Peter Hutterer <peter.hutterer@redhat.com> - 3.5.15-1
|
|
|
|
- libXpm 3.5.15, fixes CVE-2022-46285, CVE-2022-44617, CVE-2022-4883
|
|
|
|
|
2023-01-11 03:23:01 +00:00
|
|
|
* Wed Jan 11 2023 Peter Hutterer <peter.hutterer@redhat.com> - 3.5.14-1
|
|
|
|
- libXpm 3.5.14
|
|
|
|
|
2022-07-21 17:14:27 +00:00
|
|
|
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 3.5.13-8
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
|
|
|
2022-01-20 15:41:37 +00:00
|
|
|
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 3.5.13-7
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
|
|
2021-07-22 10:53:40 +00:00
|
|
|
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3.5.13-6
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
|
2021-01-26 16:35:57 +00:00
|
|
|
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3.5.13-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|
2021-01-04 23:10:19 +00:00
|
|
|
* Tue Jan 05 2021 Peter Hutterer <peter.hutterer@redhat.com> 3.5.13-4
|
|
|
|
- Add make to BuildRequires
|
|
|
|
|
2020-07-28 04:10:38 +00:00
|
|
|
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.5.13-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
2020-01-29 08:29:33 +00:00
|
|
|
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.5.13-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
2019-12-13 04:57:56 +00:00
|
|
|
* Fri Dec 13 2019 Peter Hutterer <peter.hutterer@redhat.com> 3.5.13-1
|
|
|
|
- libXpm 3.5.13
|
|
|
|
|
2019-07-25 12:43:48 +00:00
|
|
|
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.5.12-10
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
2019-02-01 06:36:54 +00:00
|
|
|
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.5.12-9
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
|
2018-07-13 07:46:12 +00:00
|
|
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.5.12-8
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
|
2018-07-05 16:03:47 +00:00
|
|
|
* Thu Jul 05 2018 Adam Jackson <ajax@redhat.com> - 3.5.12-7
|
|
|
|
- Drop useless %%defattr
|
|
|
|
|
2018-06-29 21:27:59 +00:00
|
|
|
* Fri Jun 29 2018 Adam Jackson <ajax@redhat.com> - 3.5.12-6
|
|
|
|
- Use ldconfig scriptlet macros
|
|
|
|
|
2018-02-07 21:07:43 +00:00
|
|
|
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.5.12-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
|
2017-08-03 01:08:19 +00:00
|
|
|
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.5.12-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
|
|
|
|
2017-07-26 18:28:43 +00:00
|
|
|
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.5.12-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
|
|
2017-02-10 18:19:51 +00:00
|
|
|
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.5.12-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
|
|
2017-01-05 15:22:13 +00:00
|
|
|
* Thu Jan 05 2017 Benjamin Tissoires <benjamin.tissoires@redhat.com> 3.5.12-1
|
|
|
|
- libXpm 3.5.12
|
|
|
|
|
2016-02-04 02:51:20 +00:00
|
|
|
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 3.5.11-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
|
|
2015-06-17 14:11:04 +00:00
|
|
|
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.5.11-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
|
|
2014-08-17 02:08:01 +00:00
|
|
|
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.5.11-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
|
|
|
|
2014-06-07 02:30:16 +00:00
|
|
|
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.5.11-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
|
2014-02-12 17:33:21 +00:00
|
|
|
* Wed Feb 12 2014 Adam Jackson <ajax@redhat.com> 3.5.11-1
|
|
|
|
- libXpm 3.5.11
|
|
|
|
- Drop pre-F18 changelog
|
|
|
|
|
2013-08-03 04:42:40 +00:00
|
|
|
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.5.10-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
|
|
2013-03-07 05:01:41 +00:00
|
|
|
* Thu Mar 07 2013 Peter Hutterer <peter.hutterer@redhat.com> - 3.5.10-4
|
|
|
|
- autoreconf for aarch64
|
|
|
|
|
2013-02-14 03:58:10 +00:00
|
|
|
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.5.10-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
|
|
2012-07-19 19:09:34 +00:00
|
|
|
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.5.10-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
|
|
2012-03-08 15:09:21 +00:00
|
|
|
* Thu Mar 08 2012 Adam Jackson <ajax@redhat.com> 3.5.10-1
|
|
|
|
- libXpm 3.5.10
|