]> git.pld-linux.org Git - packages/fontforge.git/commitdiff
- new, based on pfaedit.spec auto/ac/fontforge-20040404-1
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 11 Apr 2004 00:30:19 +0000 (00:30 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    fontforge.spec -> 1.1

fontforge.spec [new file with mode: 0644]

diff --git a/fontforge.spec b/fontforge.spec
new file mode 100644 (file)
index 0000000..c5da39d
--- /dev/null
@@ -0,0 +1,82 @@
+Summary:       An outline font editor
+Summary(pl):   Edytor fontów rysowanych
+Name:          fontforge
+Version:       20040404
+Release:       1
+License:       BSD
+Group:         X11/Applications/Publishing
+Source0:       http://fontforge.sourceforge.net/%{name}_full-%{version}.tgz
+# Source0-md5: f2fb9c9b6ad494ecce59060c02e80435
+Patch0:                %{name}-sonames.patch
+URL:           http://fontforge.sourceforge.net/
+BuildRequires: XFree86-devel
+BuildRequires: autoconf
+BuildRequires: automake
+# needed at build time to not disable their support and for detecting SONAME
+BuildRequires: freetype-devel >= 2.0.0
+BuildRequires: libjpeg-devel
+BuildRequires: libpng-devel
+BuildRequires: libtiff-devel
+BuildRequires: libtool
+BuildRequires: libungif-devel
+BuildRequires: libuninameslist-devel
+Obsoletes:     pfaedit
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+FontForge allows you to edit outline and bitmap fonts. You can create
+new ones or modify old ones. It is also a font format converter and
+can convert among PostScript (ASCII & binary Type 1, some Type 3s,
+some Type 0s), TrueType, OpenType (Type2) and CID-keyed fonts.
+
+FontForge used to be called PfaEdit.
+
+%description -l pl
+FontForge pozwala na edycjê fontów rysowanych i bitmapowych. Mo¿na
+tworzyæ nowe lub modyfikowaæ istniej±ce. Jest to tak¿e konwerter
+miêdzy formatami fontów - potrafi obs³ugiwaæ fonty postscriptowe
+(ASCII i binarne Type 1, czê¶æ Type 3, czê¶æ Type 0), TrueType,
+OpenType (Type2) i fonty z kluczami CID.
+
+FontForge wcze¶niej nazywa³ siê PfaEdit.
+
+%prep
+%setup -q
+%patch0 -p1
+
+%build
+%{__libtoolize}
+%{__aclocal}
+%{__autoconf}
+%configure \
+       --with-freetype-bytecode \
+       --without-freetype-src
+
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%makeinstall
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post  -p /sbin/ldconfig
+%postun        -p /sbin/ldconfig
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS LICENSE README
+%attr(755,root,root) %{_bindir}/fontforge
+%attr(755,root,root) %{_bindir}/sfddiff
+%attr(755,root,root) %{_libdir}/lib*.so.*.*
+%dir %{_datadir}/fontforge
+%lang(de) %{_datadir}/fontforge/pfaedit-de.ui
+%{_datadir}/fontforge/pfaedit-en.ui
+%lang(es) %{_datadir}/fontforge/pfaedit-es.ui
+%lang(fr) %{_datadir}/fontforge/pfaedit-fr.ui
+%lang(it) %{_datadir}/fontforge/pfaedit-it.ui
+%lang(ja) %{_datadir}/fontforge/pfaedit-ja.ui
+%lang(ru) %{_datadir}/fontforge/pfaedit-ru.ui
+%{_mandir}/man1/*
This page took 0.109296 seconds and 4 git commands to generate.