]> git.pld-linux.org Git - packages/freetype.git/commitdiff
- updated to 2.2.1 (fixes some integer overflows) auto/th/freetype-2_2_1-1
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 21 May 2006 21:00:02 +0000 (21:00 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- NOTE: internal APIs no longer exported, some apps need fix
- killed X11R6 paths

Changed files:
    freetype.spec -> 1.120

freetype.spec

index 45cad37f4a271e84dc5941353da7c57530e81730..a922363c6ed97e5d83b557b630a289bc9fa60ae0 100644 (file)
@@ -13,22 +13,22 @@ Summary(pt_BR):     Biblioteca de renderiza
 Summary(ru):   òÁÓÔÅÒÉÚÁÔÏÒ ÛÒÉÆÔÏ× TrueType
 Summary(uk):   òÁÓÔÅÒÉÚÁÔÏÒ ÛÒÉÆԦנTrueType
 Name:          freetype
 Summary(ru):   òÁÓÔÅÒÉÚÁÔÏÒ ÛÒÉÆÔÏ× TrueType
 Summary(uk):   òÁÓÔÅÒÉÚÁÔÏÒ ÛÒÉÆԦנTrueType
 Name:          freetype
-Version:       2.1.10
-Release:       2
+Version:       2.2.1
+Release:       1
 Epoch:         1
 License:       GPL or FTL
 Group:         Libraries
 Source0:       http://savannah.nongnu.org/download/freetype/%{name}-%{version}.tar.bz2
 Epoch:         1
 License:       GPL or FTL
 Group:         Libraries
 Source0:       http://savannah.nongnu.org/download/freetype/%{name}-%{version}.tar.bz2
-# Source0-md5: a4012e7d1f6400df44a16743b11b8423
+# Source0-md5: 5b2f827082c544392a7701f7423f0781
 Source1:       http://savannah.nongnu.org/download/freetype/%{name}-doc-%{version}.tar.bz2
 Source1:       http://savannah.nongnu.org/download/freetype/%{name}-doc-%{version}.tar.bz2
-# Source1-md5: 10608a55ee9ee12e29ba3d705318e61d
+# Source1-md5: 27bcd2540702afe6753c9fd74670f617
 Source2:       http://savannah.nongnu.org/download/freetype/ft2demos-%{version}.tar.bz2
 Source2:       http://savannah.nongnu.org/download/freetype/ft2demos-%{version}.tar.bz2
-# Source2-md5: 4edaff5721fedcf1932e76935f3029b3
+# Source2-md5: 64f5fa4425cd8241b130c0be35ba6760
 URL:           http://www.freetype.org/
 URL:           http://www.freetype.org/
-%{?with_x11:BuildRequires:     xorg-lib-libX11-devel}
 BuildRequires: automake
 BuildRequires: automake
-BuildRequires: zlib-devel
 BuildRequires: python
 BuildRequires: python
+%{?with_x11:BuildRequires:     xorg-lib-libX11-devel}
+BuildRequires: zlib-devel
 Obsoletes:     freetype2
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 Obsoletes:     freetype2
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -178,12 +178,12 @@ CFLAGS="%{rpmcflags} %{?with_bytecode:-DTT_CONFIG_OPTION_BYTECODE_INTERPRETER}"
        CFG="--prefix=%{_prefix} --libdir=%{_libdir}"
 
 %{__make} \
        CFG="--prefix=%{_prefix} --libdir=%{_libdir}"
 
 %{__make} \
-       X11_LIB="/usr/X11R6/%{_lib}"
+       X11_LIB=
 
 %if %{with x11}
 %{__make} -C ft2demos-* \
        TOP_DIR="`pwd`" \
 
 %if %{with x11}
 %{__make} -C ft2demos-* \
        TOP_DIR="`pwd`" \
-       X11_LIB="/usr/X11R6/%{_lib}"
+       X11_LIB=
 %endif
 
 %{__make} refdoc
 %endif
 
 %{__make} refdoc
@@ -196,9 +196,7 @@ install -d $RPM_BUILD_ROOT%{_bindir}
        DESTDIR=$RPM_BUILD_ROOT
 
 %if %{with x11}
        DESTDIR=$RPM_BUILD_ROOT
 
 %if %{with x11}
-install ft2demos-*/bin/.libs/ft{multi,timer,view} $RPM_BUILD_ROOT%{_bindir}
-install ft2demos-*/bin/.libs/ft{dump,lint,memchk} $RPM_BUILD_ROOT%{_bindir}
-install ft2demos-*/bin/.libs/testname $RPM_BUILD_ROOT%{_bindir}/fttestname
+install ft2demos-*/bin/.libs/ft* $RPM_BUILD_ROOT%{_bindir}
 %endif
 
 %clean
 %endif
 
 %clean
@@ -209,12 +207,12 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
 
 %files
 %defattr(644,root,root,755)
-%doc docs/{CHANGES,FTL.TXT,PATENTS,LICENSE.TXT,TODO,modules.txt}
+%doc docs/{CHANGES,FTL.TXT,LICENSE.TXT,PATENTS,TODO,formats.txt,raster.txt}
 %attr(755,root,root) %{_libdir}/lib*.so.*.*
 
 %files devel
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_libdir}/lib*.so.*.*
 
 %files devel
 %defattr(644,root,root,755)
-%doc docs/{DEBUG,TRUETYPE} docs/reference
+%doc docs/DEBUG docs/reference
 %attr(755,root,root) %{_bindir}/freetype-config
 %attr(755,root,root) %{_libdir}/lib*.so
 %{_libdir}/lib*.la
 %attr(755,root,root) %{_bindir}/freetype-config
 %attr(755,root,root) %{_libdir}/lib*.so
 %{_libdir}/lib*.la
This page took 0.071929 seconds and 4 git commands to generate.