Blame SPECS/libXaw.spec

74d277
Summary: X Athena Widget Set
74d277
Name: libXaw
74d277
Version: 1.0.11
74d277
Release: 5%{?dist}
74d277
License: MIT
74d277
URL: http://www.x.org
74d277
Group: System Environment/Libraries
74d277
74d277
Source0: ftp://ftp.x.org/pub/individual/lib/%{name}-%{version}.tar.bz2
74d277
74d277
BuildRequires: autoconf automake libtool
74d277
BuildRequires: pkgconfig(xproto) pkgconfig(x11) pkgconfig(xt)
74d277
BuildRequires: pkgconfig(xmu) pkgconfig(xpm) pkgconfig(xext)
74d277
BuildRequires: xorg-x11-util-macros xmlto lynx
74d277
74d277
%description
74d277
Xaw is a widget set based on the X Toolkit Intrinsics (Xt) Library.
74d277
74d277
%package devel
74d277
Summary: Development files for %{name}
74d277
Group: Development/Libraries
74d277
Requires: %{name} = %{version}-%{release}
74d277
Requires: pkgconfig
74d277
Requires: pkgconfig(xproto) pkgconfig(xmu) pkgconfig(xt) pkgconfig(xpm)
74d277
74d277
%description devel
74d277
X.Org X11 libXaw development package
74d277
74d277
%prep
74d277
%setup -q
74d277
74d277
%build
74d277
autoreconf -v --install --force
74d277
export CFLAGS="$RPM_OPT_FLAGS -Os"
74d277
%configure \
74d277
	    --docdir=%{_docdir}/%{name}-%{version}-%{release} \
74d277
	    --disable-xaw8 --disable-static \
74d277
	    --disable-xaw6
74d277
make %{?_smp_mflags}
74d277
74d277
%install
74d277
rm -rf $RPM_BUILD_ROOT
74d277
74d277
make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
74d277
rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
74d277
74d277
%clean
74d277
rm -rf $RPM_BUILD_ROOT
74d277
74d277
%post -p /sbin/ldconfig
74d277
%postun -p /sbin/ldconfig
74d277
74d277
%files
74d277
%defattr(-,root,root,-)
74d277
%doc COPYING README ChangeLog
74d277
%{_libdir}/libXaw.so.7
74d277
%{_libdir}/libXaw7.so.7
74d277
%{_libdir}/libXaw7.so.7.0.0
74d277
74d277
%files devel
74d277
%defattr(-,root,root,-)
74d277
%dir %{_includedir}/X11/Xaw
74d277
%doc COPYING
74d277
%{_includedir}/X11/Xaw/*.h
74d277
# FIXME:  Is this C file really supposed to be here?
74d277
%{_includedir}/X11/Xaw/Template.c
74d277
%{_libdir}/libXaw.so
74d277
%{_libdir}/libXaw7.so
74d277
%{_libdir}/pkgconfig/xaw7.pc
74d277
%{_mandir}/man3/*.3*
74d277
%dir %{_docdir}/%{name}-%{version}-%{release}
74d277
%{_docdir}/%{name}-%{version}-%{release}/*.xml
74d277
#{_docdir}/%{name}-%{version}-%{release}/%{name}.html
74d277
#{_docdir}/%{name}-%{version}-%{release}/%{name}.txt
74d277
74d277
%changelog
74d277
* Thu Mar 07 2013 Peter Hutterer <peter.hutterer@redhat.com> 1.0.11-5
74d277
- Drop ed from BR, see upstream 0b6058db1ce
74d277
74d277
* Thu Mar 07 2013 Peter Hutterer <peter.hutterer@redhat.com> - 1.0.11-4
74d277
- autoreconf for aarch64
74d277
74d277
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.11-3
74d277
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
74d277
74d277
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.11-2
74d277
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
74d277
74d277
* Mon Jun 04 2012 Adam Jackson <ajax@redhat.com> 1.0.11-1
74d277
- libXaw 1.0.11
74d277
74d277
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.9-3
74d277
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
74d277
74d277
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.9-2
74d277
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
74d277
74d277
* Thu Jan 13 2011 Adam Jackson <ajax@redhat.com> 1.0.9-1
74d277
- libXaw 1.0.9
74d277
- Remove with_compat, always disable xaw6.
74d277
74d277
* Mon Dec 06 2010 Adam Jackson <ajax@redhat.com> 1.0.8-2
74d277
- Add BR: lynx so xmlto can generate text doc, fixes FTBFS.
74d277
74d277
* Thu Oct 28 2010 Adam Jackson <ajax@redhat.com>
74d277
- Drop BuildRoot
74d277
74d277
* Tue Oct 26 2010 Peter Hutterer <peter.hutterer@redhat.com> 1.0.8-1
74d277
- libXaw 1.0.8
74d277
74d277
* Mon Oct 19 2009 Adam Jackson <ajax@redhat.com> 1.0.7-1
74d277
- libXaw 1.0.7
74d277
74d277
* Thu Aug 13 2009 Parag <paragn@fedoraproject.org> 1.0.6-4
74d277
- Merge-review cleanups #226064
74d277
- Updated summary, added Requires: pkgconfig
74d277
- removed zero length file AUTHORS 
74d277
74d277
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.6-3
74d277
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
74d277
74d277
* Thu Jul 23 2009 Adam Jackson <ajax@redhat.com> 1.0.6-2
74d277
- Un-require xorg-x11-filesystem
74d277
- Remove useless %%dir
74d277
74d277
* Thu Jul 02 2009 Adam Jackson <ajax@redhat.com> 1.0.6-1
74d277
- libXaw 1.0.6
74d277
74d277
* Thu Jun 11 2009 Adam Jackson <ajax@redhat.com> 1.0.4-5
74d277
- Hide libXaw6 behind with_compat, disable by default.
74d277
74d277
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.4-4
74d277
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
74d277
74d277
* Tue Jul 15 2008 Adam Jackson <ajax@redhat.com> 1.0.4-3
74d277
- Fix license tag.
74d277
74d277
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 1.0.4-2
74d277
- Autorebuild for GCC 4.3
74d277
74d277
* Mon Sep 24 2007 Adam Jackson <ajax@redhat.com> 1.0.4-1
74d277
- libXaw 1.0.4
74d277
74d277
* Thu Sep 06 2007 Adam Jackson <ajax@redhat.com> 1.0.2-10
74d277
- Move Xaw6 to a compat package, nothing in the distro needs it.
74d277
74d277
* Tue Aug 21 2007 Adam Jackson <ajax@redhat.com> - 1.0.2-9
74d277
- Rebuild for build id
74d277
74d277
* Sat Apr 21 2007 Matthias Clasen <mclasen@redhat.com> - 1.0.2-9
74d277
- Don't install INSTALL
74d277
74d277
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 1.0.2-8.1
74d277
- rebuild
74d277
74d277
* Fri Jul  7 2006 Adam Jackson <ajackson@redhat.com> 1.0.2-8
74d277
- Rebuild, brew doesn't pick up buildroot changes fast enough. 
74d277
74d277
* Wed Jun 28 2006 Adam Jackson <ajackson@redhat.com> 1.0.2-7
74d277
- Rebuild for libXt pkgconfig fixes.
74d277
74d277
* Thu Jun 22 2006 Mike A. Harris <mharris@redhat.com> 1.0.2-6
74d277
- Added "Requires: libXpm-devel" to devel subpackage to attempt to fix
74d277
  bug (#192040).
74d277
74d277
* Wed Jun 07 2006 Mike A. Harris <mharris@redhat.com> 1.0.2-5
74d277
- Remove package ownership of mandir/libdir/etc.
74d277
74d277
* Tue Jun 06 2006 Bill Nottingham <notting@redhat.com> 1.0.2-4
74d277
- Add "BuildRequires: ed" to fix library sonames
74d277
74d277
* Mon Jun 05 2006 Mike A. Harris <mharris@redhat.com> 1.0.2-3
74d277
- Added "Requires: xorg-x11-proto-devel" to devel package to try to fix
74d277
  indirect bug (#192040)
74d277
74d277
* Mon Jun 05 2006 Mike A. Harris <mharris@redhat.com> 1.0.2-2
74d277
- Added "BuildRequires: pkgconfig" for (#193423)
74d277
- Replace "makeinstall" with "make install DESTDIR=..."
74d277
- Added "BuildRequires: libXt-devel" for (#190169)
74d277
74d277
* Thu Apr 27 2006 Adam Jackson <ajackson@redhat.com> 1.0.2-1
74d277
- Update to 1.0.2
74d277
74d277
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 1.0.1-1.2
74d277
- bump again for double-long bug on ppc(64)
74d277
74d277
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 1.0.1-1.1
74d277
- rebuilt for new gcc4.1 snapshot and glibc changes
74d277
74d277
* Wed Jan 18 2006 Mike A. Harris <mharris@redhat.com> 1.0.1-1
74d277
- Updated libXaw to version 1.0.1 from X11R7.0
74d277
74d277
* Fri Dec 16 2005 Mike A. Harris <mharris@redhat.com> 1.0.0-1
74d277
- Updated libXaw to version 1.0.0 from X11R7 RC4
74d277
74d277
* Tue Dec 13 2005 Mike A. Harris <mharris@redhat.com> 0.99.3-1
74d277
- Updated libXaw to version 0.99.3 from X11R7 RC3
74d277
- Added "Requires(pre): xorg-x11-filesystem >= 0.99.2-3", to ensure
74d277
  that /usr/lib/X11 and /usr/include/X11 pre-exist.
74d277
- Removed 'x' suffix from manpage directories to match RC3 upstream.
74d277
74d277
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
74d277
- rebuilt
74d277
74d277
* Sat Nov 12 2005 Mike A. Harris <mharris@redhat.com> 0.99.2-2
74d277
- Added libXaw-0.99.2-bug-173027-libtool-sucks.patch to fix bug #173027,
74d277
  added 'autoconf' invocation prior to configure, and conditionalized it
74d277
  all with with_libtool_sucks_workaround macro.
74d277
- Added _smp_mflags to make invocation.
74d277
- Use *.h glob in file manifest instead of listing each header individually.
74d277
74d277
* Fri Nov 11 2005 Mike A. Harris <mharris@redhat.com> 0.99.2-1
74d277
- Updated libXaw to version 0.99.2 from X11R7 RC2
74d277
74d277
* Mon Oct 24 2005 Mike A. Harris <mharris@redhat.com> 0.99.1-1
74d277
- Updated libXaw to version 0.99.1 from X11R7 RC1
74d277
- Update file manifest to find manpages in "man3x"
74d277
- Added {_includedir}/X11/Xaw/Template.c to file manifest
74d277
74d277
* Thu Sep 29 2005 Mike A. Harris <mharris@redhat.com> 0.99.0-5
74d277
- Renamed package to remove xorg-x11 from the name due to unanimous decision
74d277
  between developers.
74d277
- Use Fedora Extras style BuildRoot tag.
74d277
- Disable static library creation by default.
74d277
- Add missing defattr to devel subpackage
74d277
- Add missing documentation files to doc macro
74d277
- Fix all "BuildRequires:" deps with s/xorg-x11-//g
74d277
74d277
* Wed Aug 25 2005 Mike A. Harris <mharris@redhat.com> 0.99.0-4
74d277
- Added dependency on xorg-x11-libXmu-devel to devel subpackage, as libXaw
74d277
  headers include libXmu headers directly which caused xkbutils to fail to
74d277
  build.
74d277
74d277
* Wed Aug 24 2005 Mike A. Harris <mharris@redhat.com> 0.99.0-3
74d277
- Changed all virtual BuildRequires to the "xorg-x11-" prefixed non-virtual
74d277
  package names, as we want xorg-x11 libs to explicitly build against
74d277
  X.Org supplied libs, rather than "any implementation", which is what the
74d277
  virtual provides is intended for.
74d277
74d277
* Tue Aug 23 2005 Mike A. Harris <mharris@redhat.com> 0.99.0-2
74d277
- Renamed package to prepend "xorg-x11" to the name for consistency with
74d277
  the rest of the X11R7 packages.
74d277
- Added "Requires: %%{name} = %%{version}-%%{release}" dependency to devel
74d277
  subpackage to ensure the devel package matches the installed shared libs.
74d277
- Added virtual "Provides: lib<name>" and "Provides: lib<name>-devel" to
74d277
  allow applications to use implementation agnostic dependencies.
74d277
- Added post/postun scripts which call ldconfig.
74d277
- Added Conflicts with XFree86-libs and xorg-x11-libs to runtime package,
74d277
  and Conflicts with XFree86-devel and xorg-x11-devel to devel package.
74d277
74d277
* Mon Aug 22 2005 Mike A. Harris <mharris@redhat.com> 0.99.0-1
74d277
- Initial build.