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
|
2014-02-12 17:33:21 +00:00
|
|
|
Version: 3.5.11
|
2014-08-17 02:08:01 +00:00
|
|
|
Release: 3%{?dist}
|
2008-01-14 09:32:18 +00:00
|
|
|
License: MIT
|
2005-08-26 21:34:54 +00:00
|
|
|
Group: System Environment/Libraries
|
|
|
|
URL: http://www.x.org
|
|
|
|
|
2006-06-28 10:44:04 +00:00
|
|
|
Source0: ftp://ftp.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
|
|
|
|
Group: Development/Libraries
|
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
|
|
|
|
|
|
|
|
%clean
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
%post -p /sbin/ldconfig
|
|
|
|
%postun -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root,-)
|
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
|
2005-09-04 10:18:54 +00:00
|
|
|
%defattr(-,root,root,-)
|
2005-08-26 21:34:54 +00:00
|
|
|
%{_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
|
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
|