Blame SPECS/libXpm.spec

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