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
|
2019-12-13 04:57:56 +00:00
|
|
|
Version: 3.5.13
|
|
|
|
Release: 1%{?dist}
|
2008-01-14 09:32:18 +00:00
|
|
|
License: MIT
|
2005-08-26 21:34:54 +00:00
|
|
|
URL: http://www.x.org
|
|
|
|
|
2018-07-05 16:03:47 +00:00
|
|
|
Source0: https://www.x.org/pub/individual/lib/%{name}-%{version}.tar.bz2
|
2006-06-09 11:42:15 +00:00
|
|
|
|
2013-03-07 05:01:41 +00:00
|
|
|
BuildRequires: xorg-x11-util-macros
|
|
|
|
BuildRequires: autoconf automake libtool
|
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)
|
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
|
2006-06-06 05:13:15 +00:00
|
|
|
#%dir %{_mandir}/man1x
|
2005-10-27 09:51:44 +00:00
|
|
|
%{_mandir}/man1/*.1*
|
2005-12-15 05:42:41 +00:00
|
|
|
#%{_mandir}/man1/*.1x*
|
2005-08-26 21:34:54 +00:00
|
|
|
|
|
|
|
%changelog
|
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
|