]> git.pld-linux.org Git - packages/fontforge.git/blobdiff - fontforge.spec
- fixed locale name for Mayalayam, rel. 2
[packages/fontforge.git] / fontforge.spec
index 9d9beba10e5d72f123c4371fef13ef2c15e727df..3d818503c03847143fe29cc20a2c798b58bd80e3 100644 (file)
@@ -1,15 +1,14 @@
 Summary:       An outline font editor
 Summary(pl.UTF-8):     Edytor fontów rysowanych
 Name:          fontforge
-Version:       20060822
-Release:       1
+Version:       20090923
+Release:       4
 License:       BSD
 Group:         X11/Applications/Publishing
 Source0:       http://dl.sourceforge.net/fontforge/%{name}_full-%{version}.tar.bz2
-# Source0-md5: 872a8013be82e322677f7c254101544d
+# Source0-md5: ea9d8dc38de79235fbe6add725b38ffe
 Patch0:                %{name}-sonames.patch
-Patch1:                %{name}-iconv-in-libc.patch
-Patch2:                %{name}-link.patch
+Patch1:                %{name}-libpng.patch
 URL:           http://fontforge.sourceforge.net/
 BuildRequires: autoconf
 BuildRequires: automake
@@ -23,6 +22,8 @@ BuildRequires:        libtiff-devel
 BuildRequires: libtool
 BuildRequires: libuninameslist-devel
 BuildRequires: libxml2-devel
+BuildRequires: python-devel
+BuildRequires: python-modules
 BuildRequires: xorg-lib-libX11-devel
 BuildRequires: xorg-lib-libXi-devel
 Requires:      iconv
@@ -48,17 +49,20 @@ FontForge wcześniej nazywał się PfaEdit.
 
 %prep
 %setup -q
-%patch0 -p1
+# hardcoded in code is +- same as hardcoded at compile time
+#%patch0 -p1
 %patch1 -p1
-%patch2 -p1
 
 %build
 %{__libtoolize}
 %{__aclocal}
 %{__autoconf}
 %configure \
+       --enable-type3 \
+       --enable-devicetables \
+       --enable-longdouble \
        --with-freetype-bytecode \
-       --with-multilayer \
+       --with-regular-link \
        --without-freetype-src
 
 %{__make}
@@ -68,7 +72,9 @@ rm -rf $RPM_BUILD_ROOT
 
 %makeinstall
 
-mv -f $RPM_BUILD_ROOT%{_datadir}/locale/{gr,el}
+# Malayalam is ml
+mv $RPM_BUILD_ROOT%{_datadir}/locale/m{a,}l
+
 %find_lang FontForge
 
 rm -rf $RPM_BUILD_ROOT%{_libdir}/{*.la,pkgconfig}
@@ -83,6 +89,9 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %doc AUTHORS LICENSE
 %attr(755,root,root) %{_bindir}/fontforge
+%attr(755,root,root) %{_bindir}/fontimage
+%attr(755,root,root) %{_bindir}/fontlint
 %attr(755,root,root) %{_bindir}/sfddiff
-%attr(755,root,root) %{_libdir}/lib*.so.*.*
+%attr(755,root,root) %{_libdir}/lib*.so.*
+%{_datadir}/fontforge
 %{_mandir}/man1/*
This page took 0.121927 seconds and 4 git commands to generate.