packages: fontforge/fontforge.spec, fontforge/fontforge-iconv-in-libc.patch...
arekm
arekm at pld-linux.org
Sun Oct 25 21:23:21 CET 2009
Author: arekm Date: Sun Oct 25 20:23:21 2009 GMT
Module: packages Tag: HEAD
---- Log message:
- up to 20090923
---- Files affected:
packages/fontforge:
fontforge.spec (1.12 -> 1.13) , fontforge-iconv-in-libc.patch (1.2 -> NONE) (REMOVED), fontforge-link.patch (1.1 -> NONE) (REMOVED)
---- Diffs:
================================================================
Index: packages/fontforge/fontforge.spec
diff -u packages/fontforge/fontforge.spec:1.12 packages/fontforge/fontforge.spec:1.13
--- packages/fontforge/fontforge.spec:1.12 Tue Feb 13 08:16:44 2007
+++ packages/fontforge/fontforge.spec Sun Oct 25 21:23:15 2009
@@ -2,15 +2,13 @@
Summary: An outline font editor
Summary(pl.UTF-8): Edytor fontów rysowanych
Name: fontforge
-Version: 20060822
+Version: 20090923
Release: 1
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
URL: http://fontforge.sourceforge.net/
BuildRequires: autoconf
BuildRequires: automake
@@ -49,9 +47,9 @@
%prep
%setup -q
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
+# hardcoded in code is +- same as hardcoded at compile time
+#%patch0 -p1
+#%patch2 -p1
%build
%{__libtoolize}
@@ -69,7 +67,6 @@
%makeinstall
-mv -f $RPM_BUILD_ROOT%{_datadir}/locale/{gr,el}
%find_lang FontForge
rm -rf $RPM_BUILD_ROOT%{_libdir}/{*.la,pkgconfig}
@@ -84,8 +81,11 @@
%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/*
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
@@ -94,6 +94,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.13 2009/10/25 20:23:15 arekm
+- up to 20090923
+
Revision 1.12 2007/02/13 07:16:44 glen
- tabs in preamble
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/fontforge/fontforge.spec?r1=1.12&r2=1.13&f=u
More information about the pld-cvs-commit
mailing list