ngompa / rpms / freetype

Forked from rpms/freetype 5 years ago
Clone
Behdad Esfahbod b75fcec
# Patented subpixel rendering disabled by default.
Behdad Esfahbod b75fcec
# Pass '--with subpixel_rendering' on rpmbuild command-line to enable.
Behdad Esfahbod 417715c
%{!?_with_subpixel_rendering: %{!?_without_subpixel_rendering: %define _without_subpixel_rendering --without-subpixel_rendering}}
cvsdist 39cb7c0
cvsdist 9a246d6
%{!?with_xfree86:%define with_xfree86 1}
cvsdist 9a246d6
besfahbo 65252aa
Summary: A free and portable font rendering engine
cvsdist bfbd766
Name: freetype
Behdad Esfahbod 231c0a6
Version: 2.3.12
Behdad Esfahbod 231c0a6
Release: 1%{?dist}
e33e30c
License: FTL or GPLv2+
cvsdist bfbd766
Group: System Environment/Libraries
cvsdist 34fa953
URL: http://www.freetype.org
Behdad Esfahbod 9247a93
Source:  http://download.savannah.gnu.org/releases/freetype/freetype-%{version}.tar.bz2
Behdad Esfahbod 9247a93
Source1: http://download.savannah.gnu.org/releases/freetype/freetype-doc-%{version}.tar.bz2
Behdad Esfahbod 9247a93
Source2: http://download.savannah.gnu.org/releases/freetype/ft2demos-%{version}.tar.bz2
cvsdist 34fa953
jvdias 0e7abc9
Patch20:  freetype-2.1.10-enable-ft2-bci.patch
besfahbo c1c64f8
Patch21:  freetype-2.3.0-enable-spr.patch
besfahbo cbf2c99
besfahbo cbf2c99
# Enable otvalid and gxvalid modules
besfahbo cbf2c99
Patch46:  freetype-2.2.1-enable-valid.patch
Behdad Esfahbod 9da9b9d
# Enable additional demos
Behdad Esfahbod 9da9b9d
Patch47:  freetype-2.3.11-more-demos.patch
cvsdist bfbd766
b1421e9
# Fix multilib conflicts
b1421e9
Patch88:  freetype-multilib.patch
b1421e9
besfahbo 43c78c9
Buildroot: %{_tmppath}/%{name}-%{version}-root-%(%{__id_u} -n)
cvsdist 7ce9981
besfahbo 2dc012a
BuildRequires: libX11-devel
besfahbo 2dc012a
Behdad Esfahbod 336d220
Provides: %{name}-bytecode
Behdad Esfahbod 336d220
%if %{?_with_subpixel_rendering:1}%{!?_with_subpixel_rendering:0}
Behdad Esfahbod 336d220
Provides: %{name}-subpixel
Behdad Esfahbod 336d220
%endif
Behdad Esfahbod 336d220
cvsdist bfbd766
%description
besfahbo cbf2c99
The FreeType engine is a free and portable font rendering
besfahbo cbf2c99
engine, developed to provide advanced font support for a variety of
cvsdist 34fa953
platforms and environments. FreeType is a library which can open and
cvsdist 34fa953
manages font files as well as efficiently load, hint and render
cvsdist bfbd766
individual glyphs. FreeType is not a font server or a complete
cvsdist bfbd766
text-rendering library.
cvsdist bfbd766
cvsdist 34fa953
cvsdist 34fa953
%package demos
besfahbo 8225273
Summary: A collection of FreeType demos
cvsdist 34fa953
Group: System Environment/Libraries
cvsdist 34fa953
Requires: %{name} = %{version}-%{release}
cvsdist 34fa953
cvsdist 34fa953
%description demos
besfahbo cbf2c99
The FreeType engine is a free and portable font rendering
besfahbo cbf2c99
engine, developed to provide advanced font support for a variety of
besfahbo cbf2c99
platforms and environments.  The demos package includes a set of useful
besfahbo cbf2c99
small utilities showing various capabilities of the FreeType library.
cvsdist 34fa953
cvsdist bfbd766
cvsdist bfbd766
%package devel
cvsdist 34fa953
Summary: FreeType development libraries and header files
cvsdist 56921a0
Group: Development/Libraries
cvsdist 56921a0
Requires: %{name} = %{version}-%{release}
cvsdist fef5e91
Requires: zlib-devel
ee7aedd
Requires: pkgconfig
cvsdist bfbd766
cvsdist bfbd766
%description devel
besfahbo cbf2c99
The freetype-devel package includes the static libraries and header files
besfahbo cbf2c99
for the FreeType font rendering engine.
cvsdist bfbd766
besfahbo cbf2c99
Install freetype-devel if you want to develop programs which will use
besfahbo cbf2c99
FreeType.
cvsdist bfbd766
cvsdist 34fa953
besfahbo cbf2c99
%prep
besfahbo cbf2c99
%setup -q -b 1 -a 2
cvsdist 39cb7c0
jvdias 0e7abc9
%patch20  -p1 -b .enable-ft2-bci
cvsdist 39cb7c0
Behdad Esfahbod 417715c
%if %{?_with_subpixel_rendering:1}%{!?_with_subpixel_rendering:0}
besfahbo c1c64f8
%patch21  -p1 -b .enable-spr
besfahbo c1c64f8
%endif
besfahbo c1c64f8
besfahbo cbf2c99
%patch46  -p1 -b .enable-valid
Behdad Esfahbod 231c0a6
Behdad Esfahbod 231c0a6
pushd ft2demos-%{version}
Behdad Esfahbod 9da9b9d
%patch47  -p1 -b .more-demos
Behdad Esfahbod 231c0a6
popd
Kristian Høgsberg d70a8f2
b1421e9
%patch88 -p1 -b .multilib
b1421e9
cvsdist bfbd766
%build
cvsdist 028235a
besfahbo 4ab012b
%configure --disable-static
5095c76
sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' builds/unix/libtool
5095c76
sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' builds/unix/libtool
besfahbo c1c64f8
make %{?_smp_mflags}
cvsdist 34fa953
cvsdist 9a246d6
%if %{with_xfree86}
besfahbo 4ab012b
# Build demos
Behdad Esfahbod 9247a93
pushd ft2demos-%{version}
Behdad Esfahbod 9247a93
make TOP_DIR=".."
Behdad Esfahbod 9247a93
popd
cvsdist 9a246d6
%endif
cvsdist bfbd766
Behdad Esfahbod 9247a93
# Convert FTL.txt to UTF-8
Behdad Esfahbod 9247a93
pushd docs
Behdad Esfahbod 3191def
iconv -f latin1 -t utf-8 < FTL.TXT > FTL.TXT.tmp && \
Behdad Esfahbod 3191def
touch -r FTL.TXT FTL.TXT.tmp && \
Behdad Esfahbod 3191def
mv FTL.TXT.tmp FTL.TXT
Behdad Esfahbod 9247a93
popd
Behdad Esfahbod 9247a93
Behdad Esfahbod 9247a93
cvsdist bfbd766
%install
cvsdist bfbd766
rm -rf $RPM_BUILD_ROOT
cvsdist 34fa953
cvsdist 34fa953
cvsdist 7ce9981
%makeinstall gnulocaledir=$RPM_BUILD_ROOT%{_datadir}/locale
cvsdist bfbd766
besfahbo 43c78c9
{
Behdad Esfahbod 9da9b9d
  for ftdemo in ftbench ftchkwd ftmemchk ftpatchk fttimer ftdump ftlint ftmemchk ftvalid ; do
besfahbo 43c78c9
      builds/unix/libtool --mode=install install -m 755 ft2demos-%{version}/bin/$ftdemo $RPM_BUILD_ROOT/%{_bindir}
besfahbo 43c78c9
  done
besfahbo 43c78c9
}
cvsdist 9a246d6
%if %{with_xfree86}
cvsdist 7ce9981
{
besfahbo 11dc18d
  for ftdemo in ftdiff ftgamma ftgrid ftmulti ftstring fttimer ftview ; do
besfahbo 3846b6e
      builds/unix/libtool --mode=install install -m 755 ft2demos-%{version}/bin/$ftdemo $RPM_BUILD_ROOT/%{_bindir}
cvsdist 7ce9981
  done
cvsdist 7ce9981
}
cvsdist 9a246d6
%endif
cvsdist c39fbb7
b1421e9
# fix multilib issues
e33e30c
%ifarch x86_64 s390x ia64 ppc64 alpha sparc64
b1421e9
%define wordsize 64
b1421e9
%else
b1421e9
%define wordsize 32
b1421e9
%endif
b1421e9
b1421e9
mv $RPM_BUILD_ROOT%{_includedir}/freetype2/freetype/config/ftconfig.h \
b1421e9
   $RPM_BUILD_ROOT%{_includedir}/freetype2/freetype/config/ftconfig-%{wordsize}.h
b1421e9
cat >$RPM_BUILD_ROOT%{_includedir}/freetype2/freetype/config/ftconfig.h <
b1421e9
#ifndef __FTCONFIG_H__MULTILIB
besfahbo 4ab012b
#define __FTCONFIG_H__MULTILIB
b1421e9
b1421e9
#include <bits/wordsize.h>
b1421e9
b1421e9
#if __WORDSIZE == 32
58e9d52
# include "ftconfig-32.h"
b1421e9
#elif __WORDSIZE == 64
58e9d52
# include "ftconfig-64.h"
b1421e9
#else
b1421e9
# error "unexpected value for __WORDSIZE macro"
b1421e9
#endif
b1421e9
b1421e9
#endif 
b1421e9
EOF
b1421e9
257cbd2
# Don't package static a or .la files
5d0d6a3
rm -f $RPM_BUILD_ROOT%{_libdir}/*.{a,la}
257cbd2
cvsdist bfbd766
%clean
cvsdist 56921a0
rm -rf $RPM_BUILD_ROOT
cvsdist bfbd766
cvsdist 34fa953
%triggerpostun -- freetype < 2.0.5-3
cvsdist 7ce9981
{
cvsdist 7ce9981
  # ttmkfdir updated - as of 2.0.5-3, on upgrades we need xfs to regenerate
cvsdist 7ce9981
  # things to get the iso10646-1 encoding listed.
87c1cd1
  for I in %{_datadir}/fonts/*/TrueType /usr/share/X11/fonts/TTF; do
cvsdist 7ce9981
      [ -d $I ] && [ -f $I/fonts.scale ] && [ -f $I/fonts.dir ] && touch $I/fonts.scale
cvsdist 7ce9981
  done
cvsdist 7ce9981
  exit 0
cvsdist 7ce9981
}
cvsdist 34fa953
cvsdist bfbd766
%post -p /sbin/ldconfig
cvsdist bfbd766
cvsdist bfbd766
%postun -p /sbin/ldconfig
cvsdist bfbd766
besfahbo bf2fbc7
%files
cvsdist bfbd766
%defattr(-,root,root)
cvsdist bfbd766
%{_libdir}/libfreetype.so.*
Behdad Esfahbod 9247a93
%doc README
Behdad Esfahbod 9247a93
%doc docs/LICENSE.TXT docs/FTL.TXT docs/GPL.TXT
Behdad Esfahbod 9247a93
%doc docs/CHANGES docs/VERSION.DLL docs/formats.txt docs/ft2faq.html
cvsdist bfbd766
cvsdist 34fa953
%files demos
cvsdist 34fa953
%defattr(-,root,root)
besfahbo cbf2c99
%{_bindir}/ftbench
besfahbo cbf2c99
%{_bindir}/ftchkwd
Behdad Esfahbod 9da9b9d
%{_bindir}/ftmemchk
Behdad Esfahbod 9da9b9d
%{_bindir}/ftpatchk
Behdad Esfahbod 9da9b9d
%{_bindir}/fttimer
cvsdist 34fa953
%{_bindir}/ftdump
cvsdist 34fa953
%{_bindir}/ftlint
cvsdist 34fa953
%{_bindir}/ftmemchk
besfahbo cbf2c99
%{_bindir}/ftvalid
besfahbo cbf2c99
%if %{with_xfree86}
besfahbo 11dc18d
%{_bindir}/ftdiff
besfahbo cbf2c99
%{_bindir}/ftgamma
besfahbo 11dc18d
%{_bindir}/ftgrid
cvsdist 34fa953
%{_bindir}/ftmulti
cvsdist 34fa953
%{_bindir}/ftstring
cvsdist 34fa953
%{_bindir}/fttimer
cvsdist 34fa953
%{_bindir}/ftview
cvsdist 9a246d6
%endif
Behdad Esfahbod 9247a93
%doc ChangeLog README
cvsdist 34fa953
cvsdist bfbd766
%files devel
cvsdist bfbd766
%defattr(-,root,root)
cvsdist 7ce9981
%dir %{_includedir}/freetype2
cvsdist 7ce9981
%{_datadir}/aclocal/freetype2.m4
cvsdist bfbd766
%{_includedir}/freetype2/*
cvsdist 56921a0
%{_includedir}/*.h
cvsdist bfbd766
%{_libdir}/libfreetype.so
cvsdist bfbd766
%{_bindir}/freetype-config
557ed7e
%{_libdir}/pkgconfig/freetype2.pc
Behdad Esfahbod 9247a93
%doc docs/design
Behdad Esfahbod 9247a93
%doc docs/glyphs
Behdad Esfahbod 9247a93
%doc docs/reference
Behdad Esfahbod 9247a93
%doc docs/tutorial
cvsdist bfbd766
cvsdist bfbd766
%changelog
Behdad Esfahbod 231c0a6
* Thu Feb 23 2010 Behdad Esfahbod <behdad@redhat.com> 2.3.12-1
Behdad Esfahbod 231c0a6
- Update to 2.3.12
Behdad Esfahbod 231c0a6
- Drop mathlib patch
Behdad Esfahbod 231c0a6
Behdad Esfahbod b75fcec
* Thu Dec  3 2009 Behdad Esfahbod <behdad@redhat.com> 2.3.11-2
Behdad Esfahbod b75fcec
- Drop upstreamed patch.
Behdad Esfahbod b75fcec
- Enable patented bytecode interpretter now that the patents are expired.
Behdad Esfahbod b75fcec
Behdad Esfahbod 9da9b9d
* Thu Oct 22 2009 Behdad Esfahbod <behdad@redhat.com> 2.3.11-1
Behdad Esfahbod 9da9b9d
- Update to 2.3.11.
Behdad Esfahbod 9da9b9d
- Add freetype-2.3.11-more-demos.patch
Behdad Esfahbod 9da9b9d
- New demo programs ftmemchk, ftpatchk, and fttimer
Behdad Esfahbod 9da9b9d
Behdad Esfahbod d088175
* Thu Oct 08 2009 Behdad Esfahbod <behdad@redhat.com> 2.3.10-1
Behdad Esfahbod d088175
- Drop freetype-2.3.9-aliasing.patch
Behdad Esfahbod d088175
- Update to 2.3.10.
Behdad Esfahbod d088175
Behdad Esfahbod f4a7188
* Thu Jul 30 2009 Behdad Esfahbod <behdad@redhat.com> 2.3.9-6
Behdad Esfahbod f4a7188
- Add freetype-2.3.9-aliasing.patch
Behdad Esfahbod f4a7188
- Resolves: 513582
Behdad Esfahbod f4a7188
680c21c
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.3.9-5
680c21c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
680c21c
557ed7e
* Thu May  7 2009 Matthias Clasen <mclasen@redhat.com> 2.3.9-4
557ed7e
- Don't own /usr/lib/pkgconfig
557ed7e
Behdad Esfahbod 61ed3a0
* Wed Mar 27 2009 Behdad Esfahbod <besfahbo@redhat.com> 2.3.9-3
Behdad Esfahbod 61ed3a0
- Disable subpixel hinting by default.  Was turned on unintentionally.
Behdad Esfahbod 61ed3a0
Behdad Esfahbod 336d220
* Wed Mar 25 2009 Behdad Esfahbod <besfahbo@redhat.com> 2.3.9-2
Behdad Esfahbod 336d220
- Add Provides: freetype-bytecode and freetype-subpixel if built
Behdad Esfahbod 336d220
  with those options.
Behdad Esfahbod 336d220
- Resolves: #155210
Behdad Esfahbod 336d220
Behdad Esfahbod 4703545
* Thu Mar 13 2009 Behdad Esfahbod <besfahbo@redhat.com> 2.3.9-1
Behdad Esfahbod 4703545
- Update to 2.3.9.
Behdad Esfahbod 4703545
- Resolves #489928
Behdad Esfahbod 4703545
Behdad Esfahbod 3191def
* Thu Mar 09 2009 Behdad Esfahbod <besfahbo@redhat.com> 2.3.8-2.1
Behdad Esfahbod 3191def
- Preserve timestamp of FTL.TXT when converting to UTF-8.
Behdad Esfahbod 3191def
145ccfa
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.3.8-2
145ccfa
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
145ccfa
Behdad Esfahbod d0b86ca
* Thu Jan 15 2009 Behdad Esfahbod <besfahbo@redhat.com> 2.3.8-1
Behdad Esfahbod d0b86ca
- Update to 2.3.8
Behdad Esfahbod d0b86ca
- Remove freetype-autohinter-ligature.patch
Behdad Esfahbod d0b86ca
Behdad Esfahbod 9247a93
* Tue Dec 09 2008 Behdad Esfahbod <besfahbo@redhat.com> 2.3.7-3
Behdad Esfahbod 9247a93
- Add full source URL to Source lines.
Behdad Esfahbod 9247a93
- Add docs to main and devel package.
Behdad Esfahbod 9247a93
- rpmlint is happy now.
Behdad Esfahbod 9247a93
- Resolves: #225770
Behdad Esfahbod 9247a93
Behdad Esfahbod 82908e2
* Fri Dec 05 2008 Behdad Esfahbod <besfahbo@redhat.com> 2.3.7-2
Behdad Esfahbod 028eec1
- Add freetype-autohinter-ligature.patch
Behdad Esfahbod 028eec1
- Resolves: #368561
Behdad Esfahbod 028eec1
Behdad Esfahbod 6f207da
* Tue Aug 14 2008 Behdad Esfahbod <besfahbo@redhat.com> 2.3.7-1
Behdad Esfahbod 6f207da
- Update to 2.3.7
Behdad Esfahbod 6f207da
Behdad Esfahbod 1624014
* Tue Jun 10 2008 Behdad Esfahbod <besfahbo@redhat.com> 2.3.6-1
Behdad Esfahbod 1624014
- Update to 2.3.6
Behdad Esfahbod 1624014
e33e30c
* Wed May 21 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 2.3.5-5
e33e30c
- fix license tag
e33e30c
- add sparc64 to list of 64bit arches
e33e30c
005bf17
* Mon Feb 18 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 2.3.5-4
005bf17
- Autorebuild for GCC 4.3
005bf17
49ff657
* Thu Aug 23 2007 Adam Jackson <ajax@redhat.com> - 2.3.5-3
49ff657
- Rebuild for build ID
49ff657
Behdad Esfahbod 417715c
* Tue Jul 31 2007 Behdad Esfahbod <besfahbo@redhat.com> 2.3.5-2
Behdad Esfahbod 417715c
- Change spec file to permit enabling bytecode-interpreter and
Behdad Esfahbod 417715c
  subpixel-rendering without editing spec file.
Behdad Esfahbod 417715c
- Resolves: 249986
Behdad Esfahbod 417715c
Behdad Esfahbod d148773
* Wed Jul 25 2007 Behdad Esfahbod <besfahbo@redhat.com> 2.3.5-1
Behdad Esfahbod d148773
- Update to 2.3.5.
Behdad Esfahbod d148773
- Drop freetype-2.3.4-ttf-overflow.patch
Behdad Esfahbod d148773
5095c76
* Fri Jun 29 2007 Adam Jackson <ajax@redhat.com> 2.3.4-4
5095c76
- Fix builds/unix/libtool to not emit rpath into binaries. (#225770)
5095c76
Behdad Esfahbod 75bee4a
* Thu May 31 2007 Behdad Esfahbod <besfahbo@redhat.com> 2.3.4-3
Behdad Esfahbod 75bee4a
- Add freetype-2.3.4-ttf-overflow.patch
Behdad Esfahbod 75bee4a
besfahbo ddfc10c
* Thu Apr 12 2007 Behdad Esfahbod <besfahbo@redhat.com> 2.3.4-2
besfahbo ddfc10c
- Add alpha to 64-bit archs (#236166)
besfahbo ddfc10c
besfahbo d843b39
* Tue Apr 05 2007 Behdad Esfahbod <besfahbo@redhat.com> 2.3.4-1
besfahbo d843b39
- Update to 2.3.4.
besfahbo d843b39
besfahbo 11dc18d
* Thu Apr 05 2007 Behdad Esfahbod <besfahbo@redhat.com> 2.3.3-2
besfahbo 11dc18d
- Include new demos ftgrid and ftdiff in freetype-demos. (#235478)
besfahbo 11dc18d
besfahbo c3e22e2
* Thu Apr 05 2007 Behdad Esfahbod <besfahbo@redhat.com> 2.3.3-1
besfahbo c3e22e2
- Update to 2.3.3.
besfahbo c3e22e2
besfahbo 9391f68
* Fri Mar 09 2007 Behdad Esfahbod <besfahbo@redhat.com> 2.3.2-1
besfahbo 9391f68
- Update to 2.3.2.
besfahbo 9391f68
besfahbo a57ed24
* Fri Feb 02 2007 Behdad Esfahbod <besfahbo@redhat.com> 2.3.1-1
besfahbo a57ed24
- Update to 2.3.1.
besfahbo a57ed24
besfahbo c1c64f8
* Wed Jan 17 2007 Behdad Esfahbod <besfahbo@redhat.com> 2.3.0-2
besfahbo c1c64f8
- Add without_subpixel_rendering.
besfahbo c1c64f8
- Drop X11_PATH=/usr.  Not needed anymore.
besfahbo c1c64f8
besfahbo 4ab012b
* Wed Jan 17 2007 Behdad Esfahbod <besfahbo@redhat.com> 2.3.0-1
besfahbo 4ab012b
- Update to 2.3.0.
besfahbo 4ab012b
- Drop upstream patches.
besfahbo 4ab012b
- Drop -fno-strict-aliasing, it should just work.
besfahbo 4ab012b
- Fix typo in ftconfig.h generation.
besfahbo 4ab012b
besfahbo 43c78c9
* Tue Jan 09 2007 Behdad Esfahbod <besfahbo@redhat.com> 2.2.1-16
besfahbo 43c78c9
- Backport binary-search fixes from HEAD
besfahbo 43c78c9
- Add freetype-2.2.1-ttcmap.patch
besfahbo 43c78c9
- Resolves: #208734
besfahbo 43c78c9
besfahbo 43c78c9
- Fix rendering issue with some Asian fonts.
besfahbo 43c78c9
- Add freetype-2.2.1-fix-get-orientation.patch
besfahbo 43c78c9
- Resolves: #207261
besfahbo 43c78c9
besfahbo 43c78c9
- Copy non-X demos even if not compiling with_xfree86.
besfahbo 43c78c9
besfahbo 43c78c9
- Add freetype-2.2.1-zero-item-size.patch, to fix crasher.
besfahbo 43c78c9
- Resolves #214048
besfahbo 43c78c9
besfahbo 43c78c9
- Add X11_PATH=/usr to "make"s, to find modern X.
besfahbo 43c78c9
- Resolves #212199
besfahbo 43c78c9
besfahbo aa53a19
* Mon Sep 11 2006 Behdad Esfahbod <besfahbo@redhat.com> 2.2.1-10
besfahbo aa53a19
- Fix crasher https://bugs.freedesktop.org/show_bug.cgi?id=6841
besfahbo aa53a19
- Add freetype-2.2.1-memcpy-fix.patch
besfahbo aa53a19
besfahbo 2dc012a
* Thu Sep 07 2006 Behdad Esfahbod <besfahbo@redhat.com> 2.2.1-9
besfahbo 2dc012a
- Add BuildRequires: libX11-devel (#205355)
besfahbo 2dc012a
besfahbo 9b06cdd
* Tue Aug 29 2006 Behdad Esfahbod <besfahbo@redhat.com> 2.2.1-8
besfahbo 9b06cdd
- Add freetype-composite.patch and freetype-more-composite.patch
besfahbo 9b06cdd
  from upstream. (#131851)
besfahbo 9b06cdd
ee7aedd
* Mon Aug 28 2006 Matthias Clasen <mclasen@redhat.com> - 2.2.1-7
ee7aedd
- Require pkgconfig in the -devel package
ee7aedd
78947f8
* Fri Aug 18 2006 Jesse Keating <jkeating@redhat.com> - 2.2.1-6
78947f8
- pass --disable-static to %%configure. (#172628)
78947f8
257cbd2
* Thu Aug 17 2006 Jesse Keating <jkeating@redhat.com> - 2.2.1-5
257cbd2
- don't package static libs
257cbd2
ef3dae1
* Sun Aug 13 2006 Matthias Clasen <mclasen@redhat.com> - 2.2.1-4.fc6
ef3dae1
- fix a problem with the multilib patch (#202366)
ef3dae1
b1421e9
* Thu Jul 27 2006 Matthias Clasen  <mclasen@redhat.com> - 2.2.1-3
b1421e9
- fix multilib issues
b1421e9
cdedbec
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 2.2.1-2.1
cdedbec
- rebuild
cdedbec
besfahbo 3846b6e
* Fri Jul 07 2006 Behdad Esfahbod <besfahbo@redhat.com> 2.2.1-2
besfahbo 3846b6e
- Remove unused BuildRequires
besfahbo 3846b6e
besfahbo cbf2c99
* Fri Jul 07 2006 Behdad Esfahbod <besfahbo@redhat.com> 2.2.1-1
besfahbo cbf2c99
- Update to 2.2.1
besfahbo cbf2c99
- Remove FreeType 1, to move to extras
besfahbo cbf2c99
- Install new demos ftbench, ftchkwd, ftgamma, and ftvalid
besfahbo cbf2c99
- Enable modules gxvalid and otvalid
besfahbo cbf2c99
e4840bb
* Wed May 17 2006 Karsten Hopp <karsten@redhat.de> 2.1.10-6
e4840bb
- add buildrequires libICE-devel, libSM-devel
e4840bb
795c1dc
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 2.1.10-5.2.1
795c1dc
- bump again for double-long bug on ppc(64)
795c1dc
f77fefc
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 2.1.10-5.2
f77fefc
- rebuilt for new gcc4.1 snapshot and glibc changes
f77fefc
24d02df
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
24d02df
- rebuilt
24d02df
87c1cd1
* Fri Nov 18 2005 Bill Nottingham  <notting@redhat.com> 2.1.10-5
87c1cd1
- Remove references to obsolete /usr/X11R6 paths
87c1cd1
975cf61
* Tue Nov  1 2005 Matthias Clasen  <mclasen@redhat.com> 2.1.10-4
975cf61
- Switch requires to modular X
975cf61
2656b2d
* Fri Oct 21 2005 Matthias Clasen  <mclasen@redhat.com> 2.1.10-3
2656b2d
- BuildRequire gettext 
2656b2d
jvdias 0e7abc9
* Wed Oct 12 2005 Jason Vas Dias <jvdias@redhat.com> 2.1.10-2
jvdias 0e7abc9
- fix 'without_bytecode_interpreter 0' build: freetype-2.1.10-enable-ft2-bci.patch
jvdias 0e7abc9
e7dda18
* Fri Oct  7 2005 Matthias Clasen  <mclasen@redhat.com> 2.1.10-1
e7dda18
- Update to 2.1.10
e7dda18
- Add necessary fixes
e7dda18
Kristian Høgsberg d70a8f2
* Tue Aug 16 2005 Kristian Høgsberg <krh@redhat.com> 2.1.9-4
Kristian Høgsberg d70a8f2
- Fix freetype-config on 64 bit platforms.
Kristian Høgsberg d70a8f2
dbfa7a0
* Thu Jul 07 2005 Karsten Hopp <karsten@redhat.de> 2.1.9-3
dbfa7a0
- BuildRequires xorg-x11-devel
dbfa7a0
David Zeuthen 88db189
* Fri Mar  4 2005 David Zeuthen <davidz@redhat.com> - 2.1.9-2
David Zeuthen 88db189
- Rebuild
David Zeuthen 88db189
cvsdist cd6b663
* Wed Aug  4 2004 Owen Taylor <otaylor@redhat.com> - 2.1.9-1
cvsdist cd6b663
- Upgrade to 2.1.9
cvsdist cd6b663
- Since we are just using automake for aclocal, use it unversioned,
cvsdist cd6b663
  instead of specifying 1.4.
cvsdist cd6b663
cvsdist 0fa5756
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
cvsdist 0fa5756
- rebuilt
cvsdist 0fa5756
cvsdist fef5e91
* Mon Apr 19 2004 Owen Taylor <otaylor@redhat.com> 2.1.7-4
cvsdist fef5e91
- Add patch from freetype CVS to fix problem with eexec (#117743)
cvsdist fef5e91
- Add freetype-devel to buildrequires and -devel requires
cvsdist fef5e91
  (Maxim Dzumanenko, #111108)
cvsdist fef5e91
cvsdist 028235a
* Wed Mar 10 2004 Mike A. Harris <mharris@redhat.com> 2.1.7-3
cvsdist 028235a
- Added -fno-strict-aliasing to CFLAGS and CXXFLAGS to try to fix SEGV and
cvsdist 028235a
  SIGILL crashes in mkfontscale which have been traced into freetype and seem
cvsdist fef5e91
  to be caused by aliasing issues in freetype macros (#118021)
cvsdist 028235a
cvsdist 028235a
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com> 2.1.7-2.1
cvsdist 028235a
- rebuilt
cvsdist 028235a
cvsdist 028235a
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com> 2.1.7-2
cvsdist 028235a
- rebuilt
cvsdist 028235a
cvsdist a3f9724
* Fri Jan 23 2004 Owen Taylor <otaylor@redhat.com> 2.1.7-1
cvsdist a3f9724
- Upgrade to 2.1.7
cvsdist a3f9724
cvsdist 9a246d6
* Tue Sep 23 2003 Florian La Roche <Florian.LaRoche@redhat.de>
cvsdist 9a246d6
- allow compiling without the demos as that requires XFree86
cvsdist 9a246d6
  (this allows bootstrapping XFree86 on new archs)
cvsdist 9a246d6
cvsdist 9a246d6
* Fri Aug  8 2003 Elliot Lee <sopwith@redhat.com> 2.1.4-4.1
cvsdist 9a246d6
- Rebuilt
cvsdist 9a246d6
cvsdist 9a246d6
* Tue Jul  8 2003 Owen Taylor <otaylor@redhat.com> 2.1.4-4.0
cvsdist 9a246d6
- Bump for rebuild
cvsdist 9a246d6
cvsdist 9a246d6
* Wed Jun 25 2003 Owen Taylor <otaylor@redhat.com> 2.1.4-3
cvsdist 9a246d6
- Fix crash with non-format-0 hdmx tables (found by David Woodhouse)
cvsdist 9a246d6
cvsdist 9a246d6
* Mon Jun  9 2003 Owen Taylor <otaylor@redhat.com> 2.1.4-1
cvsdist 9a246d6
- Version 2.1.4
cvsdist 9a246d6
- Relibtoolize to get deplibs right for x86_64
cvsdist 9a246d6
- Use autoconf-2.5x for freetype-1.4 to fix libtool-1.5 compat problem (#91781)
cvsdist 9a246d6
- Relativize absolute symlinks to fix the -debuginfo package 
cvsdist 9a246d6
  (#83521, Mike Harris)
cvsdist 9a246d6
cvsdist 9a246d6
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
cvsdist 9a246d6
- rebuilt
cvsdist 9a246d6
cvsdist 9a246d6
* Thu May 22 2003 Jeremy Katz <katzj@redhat.com> 2.1.3-9
cvsdist 9a246d6
- fix build with gcc 3.3
cvsdist 9a246d6
cvsdist 9a246d6
* Tue Feb 25 2003 Owen Taylor <otaylor@redhat.com>
cvsdist 9a246d6
- Add a memleak fix for the gzip backend from Federic Crozat
cvsdist 9a246d6
cvsdist 9a246d6
* Thu Feb 13 2003 Elliot Lee <sopwith@redhat.com> 2.1.3-7
cvsdist 9a246d6
- Run libtoolize/aclocal/autoconf so that libtool knows to generate shared libraries 
cvsdist 9a246d6
  on ppc64.
cvsdist 9a246d6
- Use _smp_mflags (for freetype 2.x only)
cvsdist 9a246d6
cvsdist 7ce9981
* Tue Feb  4 2003 Owen Taylor <otaylor@redhat.com>
cvsdist 7ce9981
- Switch to using %%configure (should fix #82330)
cvsdist 7ce9981
cvsdist 7ce9981
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
cvsdist 7ce9981
- rebuilt
cvsdist 7ce9981
cvsdist 7ce9981
* Mon Jan  6 2003 Owen Taylor <otaylor@redhat.com> 2.1.3-4
cvsdist 7ce9981
- Make FreeType robust against corrupt fonts with recursive composite 
cvsdist 7ce9981
  glyphs (#74782, James Antill)
cvsdist 7ce9981
cvsdist 7ce9981
* Thu Jan  2 2003 Owen Taylor <otaylor@redhat.com> 2.1.3-3
cvsdist 7ce9981
- Add a patch to implement FT_LOAD_TARGET_LIGHT
cvsdist 7ce9981
- Fix up freetype-1.4-libtool.patch 
cvsdist 7ce9981
cvsdist 7ce9981
* Sat Dec 12 2002 Mike A. Harris <mharris@redhat.com> 2.1.3-2
cvsdist 7ce9981
- Update to freetype 2.1.3
cvsdist 7ce9981
- Removed ttmkfdir sources and patches, as they have been moved from the
cvsdist 7ce9981
  freetype packaging to XFree86 packaging, and now to the ttmkfdir package
cvsdist 7ce9981
- Removed patches that are now included in 2.1.3:
cvsdist 7ce9981
  freetype-2.1.1-primaryhints.patch, freetype-2.1.2-slighthint.patch,
cvsdist 7ce9981
  freetype-2.1.2-bluefuzz.patch, freetype-2.1.2-stdw.patch,
cvsdist 7ce9981
  freetype-2.1.2-transform.patch, freetype-2.1.2-autohint.patch,
cvsdist 7ce9981
  freetype-2.1.2-leftright.patch
cvsdist 7ce9981
- Conditionalized inclusion of freetype 1.4 library.
cvsdist 7ce9981
cvsdist 7ce9981
* Wed Dec 04 2002 Florian La Roche <Florian.LaRoche@redhat.de>
cvsdist 7ce9981
- disable perl, it is not used at all
cvsdist 7ce9981
cvsdist 7ce9981
* Tue Dec 03 2002 Elliot Lee <sopwith@redhat.com> 2.1.2-11
cvsdist 7ce9981
- Instead of removing unpackaged file, include it in the package.
cvsdist 7ce9981
cvsdist 7ce9981
* Sat Nov 30 2002 Mike A. Harris <mharris@redhat.com> 2.1.2-10
cvsdist 7ce9981
- Attempted to fix lib64 issue in freetype-demos build with X11_LINKLIBS
cvsdist 7ce9981
- Cleaned up various _foodir macros throughtout specfile
cvsdist 7ce9981
- Removed with_ttmkfdir build option as it is way obsolete
cvsdist 7ce9981
cvsdist 7ce9981
* Fri Nov 29 2002 Tim Powers <timp@redhat.com> 2.1.2-8
cvsdist 7ce9981
- remove unpackaged files from the buildroot
cvsdist 7ce9981
cvsdist 57cd59d
* Wed Aug 28 2002 Owen Taylor <otaylor@redhat.com>
cvsdist 57cd59d
- Fix a bug with PCF metrics
cvsdist 57cd59d
cvsdist 95de060
* Fri Aug  9 2002 Owen Taylor <otaylor@redhat.com>
cvsdist 95de060
- Backport autohinter improvements from CVS
cvsdist 95de060
cvsdist 39cb7c0
* Tue Jul 23 2002 Owen Taylor <otaylor@redhat.com>
cvsdist 39cb7c0
- Fix from CVS for transformations (#68964)
cvsdist 39cb7c0
cvsdist 39cb7c0
* Tue Jul  9 2002 Owen Taylor <otaylor@redhat.com>
cvsdist 39cb7c0
- Add another bugfix for the postscript hinter
cvsdist 39cb7c0
cvsdist 39cb7c0
* Mon Jul  8 2002 Owen Taylor <otaylor@redhat.com>
cvsdist 39cb7c0
- Add support for BlueFuzz private dict value, fixing rendering 
cvsdist 39cb7c0
  glitch for Luxi Mono.
cvsdist 39cb7c0
cvsdist 39cb7c0
* Wed Jul  3 2002 Owen Taylor <otaylor@redhat.com>
cvsdist 39cb7c0
- Add an experimental FT_Set_Hint_Flags() call
cvsdist 39cb7c0
cvsdist 39cb7c0
* Mon Jul  1 2002 Owen Taylor <otaylor@redhat.com>
cvsdist 39cb7c0
- Update to 2.1.2
cvsdist 39cb7c0
- Add a patch fixing freetype PS hinter bug
cvsdist 39cb7c0
cvsdist 39cb7c0
* Fri Jun 21 2002 Mike A. Harris <mharris@redhat.com> 2.1.1-2
cvsdist 39cb7c0
- Added ft rpm build time conditionalizations upon user requests
cvsdist 39cb7c0
cvsdist 39cb7c0
* Tue Jun 11 2002 Owen Taylor <otaylor@redhat.com> 2.1.1-1
cvsdist 39cb7c0
- Version 2.1.1
cvsdist 39cb7c0
cvsdist 39cb7c0
* Mon Jun 10 2002 Owen Taylor <otaylor@redhat.com>
cvsdist 39cb7c0
- Add a fix for PCF character maps
cvsdist 39cb7c0
cvsdist 39cb7c0
* Sun May 26 2002 Tim Powers <timp@redhat.com>
cvsdist 39cb7c0
- automated rebuild
cvsdist 39cb7c0
cvsdist 39cb7c0
* Fri May 17 2002 Mike A. Harris <mharris@redhat.com> 2.1.0-2
cvsdist 39cb7c0
- Updated freetype to version 2.1.0
cvsdist 39cb7c0
- Added libtool fix for freetype 1.4 (#64631)
cvsdist 39cb7c0
cvsdist ac8c664
* Wed Mar 27 2002 Nalin Dahyabhai <nalin@redhat.com> 2.0.9-2
cvsdist ac8c664
- use "libtool install" instead of "install" to install some binaries (#62005)
cvsdist ac8c664
cvsdist 34fa953
* Mon Mar 11 2002 Mike A. Harris <mharris@redhat.com> 2.0.9-1
cvsdist 34fa953
- Updated to freetype 2.0.9
cvsdist 34fa953
cvsdist 34fa953
* Sun Feb 24 2002 Mike A. Harris <mharris@redhat.com> 2.0.8-4
cvsdist 34fa953
- Added proper docs+demos source for 2.0.8.
cvsdist 34fa953
cvsdist 34fa953
* Sat Feb 23 2002 Mike A. Harris <mharris@redhat.com> 2.0.8-3
cvsdist 34fa953
- Added compat patch so 2.x works more like 1.x
cvsdist 34fa953
- Rebuilt with new build toolchain
cvsdist 34fa953
cvsdist 34fa953
* Fri Feb 22 2002 Mike A. Harris <mharris@redhat.com> 2.0.8-2
cvsdist 34fa953
- Updated to freetype 2.0.8, however docs and demos are stuck at 2.0.7
cvsdist 34fa953
  on the freetype website.  Munged specfile to deal with the problem by using
cvsdist 34fa953
  {oldversion} instead of version where appropriate.  <sigh>
cvsdist 34fa953
cvsdist 34fa953
* Sat Feb  2 2002 Tim Powers <timp@redhat.com> 2.0.6-3
cvsdist 34fa953
- bumping release so that we don't collide with another build of
cvsdist 34fa953
  freetype, make sure to change the release requirement in the XFree86
cvsdist 34fa953
  package
cvsdist 34fa953
cvsdist 34fa953
* Fri Feb  1 2002 Mike A. Harris <mharris@redhat.com> 2.0.6-2
cvsdist 34fa953
- Made ttmkfdir inclusion conditional, and set up a define to include
cvsdist 34fa953
  ttmkfdir in RHL 7.x builds, since ttmkfdir is now moving to the new
cvsdist 34fa953
  XFree86-font-utils package.
cvsdist 34fa953
cvsdist 34fa953
* Wed Jan 16 2002 Mike A. Harris <mharris@redhat.com> 2.0.6-1
cvsdist 34fa953
- Updated freetype to version 2.0.6
cvsdist 34fa953
cvsdist 34fa953
* Wed Jan 09 2002 Tim Powers <timp@redhat.com> 2.0.5-4
cvsdist 34fa953
- automated rebuild
cvsdist 34fa953
cvsdist 34fa953
* Fri Nov 30 2001 Elliot Lee <sopwith@redhat.com> 2.0.5-3
cvsdist 34fa953
- Fix bug #56901 (ttmkfdir needed to list Unicode encoding when generating
cvsdist 34fa953
  font list). (ttmkfdir-iso10646.patch)
cvsdist 34fa953
- Use _smp_mflags macro everywhere relevant. (freetype-pre1.4-make.patch)
cvsdist 34fa953
- Undo fix for #24253, assume compiler was fixed.
cvsdist 34fa953
cvsdist 34fa953
* Mon Nov 12 2001 Bernhard Rosenkraenzer <bero@redhat.com> 2.0.5-2
cvsdist 34fa953
- Fix build with gcc 3.1 (#56079)
cvsdist 34fa953
cvsdist 34fa953
* Sun Nov 11 2001 Mike A. Harris <mharris@redhat.com> 2.0.5-1
cvsdist 34fa953
- Updated freetype to version 2.0.5
cvsdist 34fa953
cvsdist 34fa953
* Sat Sep 22 2001 Mike A. Harris <mharris@redhat.com> 2.0.4-2
cvsdist 34fa953
- Added new subpackage freetype-demos, added demos to build
cvsdist 34fa953
- Disabled ftdump, ftlint in utils package favoring the newer utils in
cvsdist 34fa953
  demos package.
cvsdist 34fa953
cvsdist 34fa953
* Tue Sep 11 2001 Mike A. Harris <mharris@redhat.com> 2.0.4-1
cvsdist 34fa953
- Updated source to 2.0.4
cvsdist 34fa953
- Added freetype demo's back into src.rpm, but not building yet.
cvsdist 8739755
cvsdist c39fbb7
* Wed Aug 15 2001 Mike A. Harris <mharris@redhat.com> 2.0.3-7
cvsdist c39fbb7
- Changed package to use {findlang} macro to fix bug (#50676)
cvsdist c39fbb7
cvsdist 56921a0
* Sun Jul 15 2001 Mike A. Harris <mharris@redhat.com> 2.0.3-6
cvsdist 56921a0
- Changed freetype-devel to group Development/Libraries (#47625)
cvsdist 56921a0
cvsdist 56921a0
* Mon Jul  9 2001 Bernhard Rosenkraenzer <bero@redhat.com> 2.0.3-5
cvsdist 56921a0
- Fix up FT1 headers to please Qt 3.0.0 beta 2
cvsdist 56921a0
cvsdist 56921a0
* Sun Jun 24 2001 Bernhard Rosenkraenzer <bero@redhat.com> 2.0.3-4
cvsdist 56921a0
- Add ft2build.h to -devel package, since it's included by all other
cvsdist 56921a0
  freetype headers, the package is useless without it
cvsdist 56921a0
cvsdist 56921a0
* Thu Jun 21 2001 Nalin Dahyabhai <nalin@redhat.com> 2.0.3-3
cvsdist 56921a0
- Change "Requires: freetype = name/ver" to "freetype = version/release",
cvsdist 56921a0
  and move the requirements to the subpackages.
cvsdist 56921a0
cvsdist 56921a0
* Mon Jun 18 2001 Mike A. Harris <mharris@redhat.com> 2.0.3-2
cvsdist 56921a0
- Added "Requires: freetype = name/ver"
cvsdist 56921a0
cvsdist 56921a0
* Tue Jun 12 2001 Mike A. Harris <mharris@redhat.com> 2.0.3-1
cvsdist 56921a0
- Updated to Freetype 2.0.3, minor specfile tweaks.
cvsdist 56921a0
- Freetype2 docs are is in a separate tarball now. Integrated it.
cvsdist 56921a0
- Built in new environment.
cvsdist 56921a0
cvsdist 026311b
* Fri Apr 27 2001 Bill Nottingham <notting@redhat.com>
cvsdist 026311b
- rebuild for C++ exception handling on ia64
cvsdist 026311b
cvsdist bfbd766
* Sat Jan 20 2001 Bernhard Rosenkraenzer <bero@redhat.com>
cvsdist bfbd766
- Build ttmkfdir with -O0, workaround for Bug #24253
cvsdist bfbd766
cvsdist bfbd766
* Fri Jan 19 2001 Nalin Dahyabhai <nalin@redhat.com>
cvsdist bfbd766
- libtool is used to build libttf, so use libtool to link ttmkfdir with it
cvsdist bfbd766
- fixup a paths for a couple of missing docs
cvsdist bfbd766
cvsdist bfbd766
* Thu Jan 11 2001 Bernhard Rosenkraenzer <bero@redhat.com>
cvsdist bfbd766
- Update ttmkfdir
cvsdist bfbd766
cvsdist bfbd766
* Wed Dec 27 2000 Bernhard Rosenkraenzer <bero@redhat.com>
cvsdist bfbd766
- Update to 2.0.1 and 1.4
cvsdist bfbd766
- Mark locale files as such
cvsdist bfbd766
cvsdist bfbd766
* Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
cvsdist bfbd766
- automatic rebuild
cvsdist bfbd766
cvsdist bfbd766
* Mon Jun 12 2000 Preston Brown <pbrown@redhat.com>
cvsdist bfbd766
- move .la file to devel pkg
cvsdist bfbd766
- FHS paths
cvsdist bfbd766
cvsdist bfbd766
* Thu Feb 17 2000 Preston Brown <pbrown@redhat.com>
cvsdist bfbd766
- revert spaces patch, fix up some foundry names to match X ones
cvsdist bfbd766
cvsdist bfbd766
* Mon Feb 07 2000 Nalin Dahyabhai <nalin@redhat.com>
cvsdist bfbd766
- add defattr, ftmetric, ftsbit, ftstrtto per bug #9174
cvsdist bfbd766
cvsdist bfbd766
* Wed Feb 02 2000 Cristian Gafton <gafton@redhat.com>
cvsdist bfbd766
- fix description and summary
cvsdist bfbd766
cvsdist bfbd766
* Wed Jan 12 2000 Preston Brown <pbrown@redhat.com>
cvsdist bfbd766
- make ttmkfdir replace spaces in family names with underscores (#7613)
cvsdist bfbd766
cvsdist 56921a0
* Tue Jan 11 2000 Bernhard Rosenkraenzer <bero@redhat.com>
cvsdist bfbd766
- 1.3.1
cvsdist bfbd766
- handle RPM_OPT_FLAGS
cvsdist bfbd766
cvsdist bfbd766
* Wed Nov 10 1999 Preston Brown <pbrown@redhat.com>
cvsdist bfbd766
- fix a path for ttmkfdir Makefile
cvsdist bfbd766
cvsdist bfbd766
* Thu Aug 19 1999 Preston Brown <pbrown@redhat.com>
cvsdist bfbd766
- newer ttmkfdir that works better, moved ttmkfdir to /usr/bin from /usr/sbin
cvsdist bfbd766
- freetype utilities moved to subpkg, X dependency removed from main pkg
cvsdist bfbd766
- libttf.so symlink moved to devel pkg
cvsdist bfbd766
cvsdist bfbd766
* Mon Mar 22 1999 Preston Brown <pbrown@redhat.com>
cvsdist bfbd766
- strip binaries
cvsdist bfbd766
cvsdist bfbd766
* Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> 
cvsdist bfbd766
- auto rebuild in the new build environment (release 5)
cvsdist bfbd766
cvsdist bfbd766
* Thu Mar 18 1999 Cristian Gafton <gafton@redhat.com>
Behdad Esfahbod 9247a93
- fixed the doc file list
cvsdist bfbd766
cvsdist bfbd766
* Wed Feb 24 1999 Preston Brown <pbrown@redhat.com>
cvsdist bfbd766
- Injected new description and group.
cvsdist bfbd766
cvsdist bfbd766
* Mon Feb 15 1999 Preston Brown <pbrown@redhat.com>
cvsdist bfbd766
- added ttmkfdir
cvsdist bfbd766
cvsdist bfbd766
* Tue Feb 02 1999 Preston Brown <pbrown@redhat.com>
cvsdist bfbd766
- update to 1.2
cvsdist bfbd766
cvsdist bfbd766
* Thu Jan 07 1999 Cristian Gafton <gafton@redhat.com>
cvsdist bfbd766
- call libtoolize to sanitize config.sub and get ARM support
cvsdist bfbd766
- dispoze of the patch (not necessary anymore)
cvsdist bfbd766
cvsdist bfbd766
* Wed Oct 21 1998 Preston Brown <pbrown@redhat.com>
cvsdist bfbd766
- post/postun sections for ldconfig action.
cvsdist bfbd766
cvsdist bfbd766
* Tue Oct 20 1998 Preston Brown <pbrown@redhat.com>
cvsdist bfbd766
- initial RPM, includes normal and development packages.