newer cvs snapshot
This commit is contained in:
parent
794d1d5f44
commit
a1b33ae024
@ -1,2 +1,4 @@
|
|||||||
fontconfig-2.3.93.tar.gz
|
fontconfig-2.3.93.tar.gz
|
||||||
fontconfig-2.3.93.cvs20060124.tar.gz
|
fontconfig-2.3.93.cvs20060124.tar.gz
|
||||||
|
fontconfig-2.3.93.cvs20060129.tar.gz
|
||||||
|
fontconfig-2.3.93.cvs20060131.tar.gz
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Summary: Font configuration and customization library
|
Summary: Font configuration and customization library
|
||||||
Name: fontconfig
|
Name: fontconfig
|
||||||
Version: 2.3.93.cvs20060124
|
Version: 2.3.93.cvs20060131
|
||||||
Release: 1
|
Release: 1
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
@ -13,10 +13,6 @@ Source1: 40-blacklist-fonts.conf
|
|||||||
Source2: 50-no-hint-fonts.conf
|
Source2: 50-no-hint-fonts.conf
|
||||||
|
|
||||||
Patch1: fontconfig-2.3.93-defaultconfig.patch
|
Patch1: fontconfig-2.3.93-defaultconfig.patch
|
||||||
# fix globar dir handling (Mike Fabian)
|
|
||||||
Patch2: fontconfig-2.3.93-globaldir.patch
|
|
||||||
# normalize path in fc-cache (Mike Fabian)
|
|
||||||
Patch4: fontconfig-2.3.93-normalize.patch
|
|
||||||
|
|
||||||
BuildRequires: freetype-devel >= %{freetype_version}
|
BuildRequires: freetype-devel >= %{freetype_version}
|
||||||
BuildRequires: expat-devel
|
BuildRequires: expat-devel
|
||||||
@ -53,8 +49,6 @@ will use fontconfig.
|
|||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%patch1 -p1 -b .defaultconfig
|
%patch1 -p1 -b .defaultconfig
|
||||||
%patch2 -p1 -b .globaldir
|
|
||||||
%patch4 -p1 -b .normalize
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --with-add-fonts=/usr/share/X11/fonts/Type1,/usr/share/X11/fonts/OTF
|
%configure --with-add-fonts=/usr/share/X11/fonts/Type1,/usr/share/X11/fonts/OTF
|
||||||
@ -67,6 +61,7 @@ mkdir -p $ELINKS_CONFDIR
|
|||||||
echo "set protocol.file.allow_special_files = 1" > $ELINKS_CONFDIR/elinks.conf
|
echo "set protocol.file.allow_special_files = 1" > $ELINKS_CONFDIR/elinks.conf
|
||||||
|
|
||||||
make
|
make
|
||||||
|
make check
|
||||||
|
|
||||||
%install
|
%install
|
||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
@ -87,7 +82,7 @@ mkdir -p $RPM_BUILD_ROOT%{_datadir}/fonts
|
|||||||
|
|
||||||
# Remove unpackaged files
|
# Remove unpackaged files
|
||||||
rm $RPM_BUILD_ROOT%{_libdir}/*.la
|
rm $RPM_BUILD_ROOT%{_libdir}/*.la
|
||||||
rm $RPM_BUILD_ROOT%{_localstatedir}/cache/fontconfig/stamp
|
rm $RPM_BUILD_ROOT%{_libdir}/*.a
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
@ -133,12 +128,14 @@ fi
|
|||||||
%defattr(-, root, root)
|
%defattr(-, root, root)
|
||||||
%doc fontconfig-devel.txt fontconfig-devel
|
%doc fontconfig-devel.txt fontconfig-devel
|
||||||
%{_libdir}/libfontconfig.so
|
%{_libdir}/libfontconfig.so
|
||||||
%{_libdir}/libfontconfig.a
|
|
||||||
%{_libdir}/pkgconfig
|
%{_libdir}/pkgconfig
|
||||||
%{_includedir}/fontconfig
|
%{_includedir}/fontconfig
|
||||||
%{_mandir}/man3/*
|
%{_mandir}/man3/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jan 31 2006 Matthias Clasen <mclasen@redhat.com> - 2.3.93.cvs20060131-1
|
||||||
|
- Newer cvs snapshot
|
||||||
|
|
||||||
* Tue Jan 24 2006 Matthias Clasen <mclasen@redhat.com> - 2.3.93.cvs20060124-1
|
* Tue Jan 24 2006 Matthias Clasen <mclasen@redhat.com> - 2.3.93.cvs20060124-1
|
||||||
- Newer cvs snapshot
|
- Newer cvs snapshot
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user