Blame SPECS/libXpm.spec

7ea206
Summary: X.Org X11 libXpm runtime library
7ea206
Name: libXpm
7ea206
Version: 3.5.12
7ea206
Release: 1%{?dist}
7ea206
License: MIT
7ea206
Group: System Environment/Libraries
7ea206
URL: http://www.x.org
7ea206
7ea206
Source0: ftp://ftp.x.org/pub/individual/lib/%{name}-%{version}.tar.bz2
7ea206
7ea206
BuildRequires: xorg-x11-util-macros
7ea206
BuildRequires: autoconf automake libtool
7ea206
BuildRequires: gettext
7ea206
BuildRequires: pkgconfig(xext) pkgconfig(xt) pkgconfig(xau)
7ea206
7ea206
%description
7ea206
X.Org X11 libXpm runtime library
7ea206
7ea206
%package devel
7ea206
Summary: X.Org X11 libXpm development package
7ea206
Group: Development/Libraries
7ea206
Requires: %{name} = %{version}-%{release}
7ea206
7ea206
%description devel
7ea206
X.Org X11 libXpm development package
7ea206
7ea206
%prep
7ea206
%setup -q
7ea206
7ea206
%build
7ea206
autoreconf -v --install --force
7ea206
%configure --disable-static
7ea206
make %{?_smp_mflags}
7ea206
7ea206
%install
7ea206
rm -rf $RPM_BUILD_ROOT
7ea206
7ea206
make install DESTDIR=$RPM_BUILD_ROOT
7ea206
7ea206
# We intentionally don't ship *.la files
7ea206
rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
7ea206
7ea206
%clean
7ea206
rm -rf $RPM_BUILD_ROOT
7ea206
7ea206
%post -p /sbin/ldconfig
7ea206
%postun -p /sbin/ldconfig
7ea206
7ea206
%files
7ea206
%defattr(-,root,root,-)
7ea206
%doc AUTHORS COPYING ChangeLog
7ea206
%{_libdir}/libXpm.so.4
7ea206
%{_libdir}/libXpm.so.4.11.0
7ea206
7ea206
%files devel
7ea206
%defattr(-,root,root,-)
7ea206
%{_bindir}/cxpm
7ea206
%{_bindir}/sxpm
7ea206
%{_includedir}/X11/xpm.h
7ea206
%{_libdir}/libXpm.so
7ea206
%{_libdir}/pkgconfig/xpm.pc
7ea206
#%dir %{_mandir}/man1x
7ea206
%{_mandir}/man1/*.1*
7ea206
#%{_mandir}/man1/*.1x*
7ea206
7ea206
%changelog
7ea206
* Mon Jan 23 2017 Benjamin Tissoires <benjamin.tissoires@redhat.com> 3.5.12-1
7ea206
- libXpm 3.5.12
7ea206
7ea206
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.5.11-3
7ea206
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
7ea206
7ea206
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.5.11-2
7ea206
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
7ea206
7ea206
* Wed Feb 12 2014 Adam Jackson <ajax@redhat.com> 3.5.11-1
7ea206
- libXpm 3.5.11
7ea206
- Drop pre-F18 changelog
7ea206
7ea206
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.5.10-5
7ea206
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
7ea206
7ea206
* Thu Mar 07 2013 Peter Hutterer <peter.hutterer@redhat.com> - 3.5.10-4
7ea206
- autoreconf for aarch64
7ea206
7ea206
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.5.10-3
7ea206
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
7ea206
7ea206
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.5.10-2
7ea206
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
7ea206
7ea206
* Thu Mar 08 2012 Adam Jackson <ajax@redhat.com> 3.5.10-1
7ea206
- libXpm 3.5.10
7ea206
7ea206
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.5.8-4
7ea206
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
7ea206
7ea206
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.5.8-3
7ea206
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
7ea206
7ea206
* Tue Oct 13 2009 Adam Jackson <ajax@redhat.com> 3.5.8-2
7ea206
- libXpm 3.5.8
7ea206
7ea206
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.5.7-7
7ea206
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
7ea206
7ea206
* Thu Jul 23 2009 Adam Jackson <ajax@redhat.com> 3.5.7-6
7ea206
- Un-require xorg-x11-filesystem
7ea206
- Remove useless %%dir
7ea206
7ea206
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.5.7-5
7ea206
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
7ea206
7ea206
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 3.5.7-4
7ea206
- Autorebuild for GCC 4.3
7ea206
7ea206
* Tue Jan 15 2008 parag <paragn@fedoraproject.org> 3.5.7-3
7ea206
- Merge-Review #226081
7ea206
- Removed XFree86-libs, xorg-x11-libs XFree86-devel, xorg-x11-devel as Obsoletes
7ea206
- Bump release and correct changelog
7ea206
7ea206
* Mon Jan 14 2008 parag <paragn@fedoraproject.org> 3.5.7-2
7ea206
- Merge-Review #226081
7ea206
- Removed BR:pkgconfig
7ea206
- Removed XFree86-libs, xorg-x11-libs XFree86-devel, xorg-x11-devel as Obsoletes
7ea206
- Removed zero-length README file
7ea206
7ea206
* Mon Sep 24 2007 Adam Jackson <ajax@redhat.com> 3.5.7-1
7ea206
- libXpm 3.5.7
7ea206
7ea206
* Tue Aug 21 2007 Adam Jackson <ajax@redhat.com> - 3.5.6-2
7ea206
- Rebuild for build id
7ea206
7ea206
* Sat Apr 21 2007 Matthias Clasen <mclasen@redhat.com> 3.5.6-2
7ea206
- Don't install INSTALL
7ea206
7ea206
* Mon Nov 20 2006 Adam Jackson <ajax@redhat.com> 3.5.6-1
7ea206
- Update to 3.5.6
7ea206
7ea206
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 3.5.5-3
7ea206
- rebuild
7ea206
7ea206
* Mon Jun 05 2006 Mike A. Harris <mharris@redhat.com> 3.5.5-2
7ea206
- Added "BuildRequires: pkgconfig" for (#193427)
7ea206
- Replace "makeinstall" with "make install DESTDIR=..."
7ea206
- Remove package ownership of mandir/libdir/etc.
7ea206
7ea206
* Thu Apr 26 2006 Adam Jackson <ajackson@redhat.com> 3.5.5-1
7ea206
- Update to 3.5.5
7ea206
7ea206
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> 3.5.4.2-2.2
7ea206
- bump again for double-long bug on ppc(64)
7ea206
7ea206
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> 3.5.4.2-2.1
7ea206
- rebuilt for new gcc4.1 snapshot and glibc changes
7ea206
7ea206
* Mon Jan 23 2006 Mike A. Harris <mharris@redhat.com> 3.5.4.2-2
7ea206
- Bumped and rebuilt
7ea206
7ea206
* Fri Dec 16 2005 Mike A. Harris <mharris@redhat.com> 3.5.4.2-1
7ea206
- Updated libXpm to version 3.5.4.2 from X11R7 RC4
7ea206
7ea206
* Tue Dec 13 2005 Mike A. Harris <mharris@redhat.com> 3.5.4.1-1
7ea206
- Updated libXpm to version 3.5.4.1 from X11R7 RC3
7ea206
- Added "Requires(pre): xorg-x11-filesystem >= 0.99.2-3", to ensure
7ea206
  that /usr/lib/X11 and /usr/include/X11 pre-exist.
7ea206
- Removed 'x' suffix from manpage directories to match RC3 upstream.
7ea206
- Added "Requires: libX11-devel" to devel subpackage as xpm.h includes various
7ea206
  X headers. (#174163)
7ea206
- Added missing build dep libXau-devel
7ea206
7ea206
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
7ea206
- rebuilt
7ea206
7ea206
* Fri Nov 11 2005 Mike A. Harris <mharris@redhat.com> 3.5.4-1
7ea206
- Updated libXpm to version 3.5.4 from X11R7 RC2
7ea206
- Changed 'Conflicts: XFree86-devel, xorg-x11-devel' to 'Obsoletes'
7ea206
- Changed 'Conflicts: XFree86-libs, xorg-x11-libs' to 'Obsoletes'
7ea206
7ea206
* Mon Oct 24 2005 Mike A. Harris <mharris@redhat.com> 3.5.3-1
7ea206
- Updated libXpm to version 3.5.3 from X11R7 RC1
7ea206
- Added manpages for sxpm, cxpm
7ea206
7ea206
* Thu Sep 29 2005 Mike A. Harris <mharris@redhat.com> 3.5.2-5
7ea206
- Renamed package to remove xorg-x11 from the name due to unanimous decision
7ea206
  between developers.
7ea206
- Use Fedora Extras style BuildRoot tag.
7ea206
- Disable static library creation by default.
7ea206
- Add missing defattr to devel subpackage
7ea206
- Add missing documentation files to doc macro
7ea206
- Fix BuildRequires to use new style X library package names
7ea206
7ea206
* Sun Sep 4 2005 Mike A. Harris <mharris@redhat.com> 3.5.2-4
7ea206
- Although ./configure checks for libXt and libXext, and indicates
7ea206
  that they are missing, it continues to build anyway, and just does not
7ea206
  build sxpm if they are not present.  Therefore, libXt-devel and
7ea206
  libXext-devel are required build deps in order to get sxpm built.
7ea206
- Added missing defattr to devel subpackage.
7ea206
7ea206
* Wed Aug 24 2005 Mike A. Harris <mharris@redhat.com> 3.5.2-3
7ea206
- Changed all virtual BuildRequires to the "xorg-x11-" prefixed non-virtual
7ea206
  package names, as we want xorg-x11 libs to explicitly build against
7ea206
  X.Org supplied libs, rather than "any implementation", which is what the
7ea206
  virtual provides is intended for.
7ea206
7ea206
* Tue Aug 23 2005 Mike A. Harris <mharris@redhat.com> 3.5.2-2
7ea206
- Renamed package to prepend "xorg-x11" to the name for consistency with
7ea206
  the rest of the X11R7 packages.
7ea206
- Added "Requires: %%{name} = %%{version}-%%{release}" dependency to devel
7ea206
  subpackage to ensure the devel package matches the installed shared libs.
7ea206
- Added missing sxpm binary to devel subpackage
7ea206
- Added virtual "Provides: lib<name>" and "Provides: lib<name>-devel" to
7ea206
  allow applications to use implementation agnostic dependencies.
7ea206
- Added post/postun scripts which call ldconfig.
7ea206
- Added Conflicts with XFree86-libs and xorg-x11-libs to runtime package,
7ea206
  and Conflicts with XFree86-devel and xorg-x11-devel to devel package.
7ea206
7ea206
* Mon Aug 22 2005 Mike A. Harris <mharris@redhat.com> 3.5.2-1
7ea206
- Initial build.