summaryrefslogtreecommitdiff
path: root/Packaging
diff options
context:
space:
mode:
authorpfaedit <pfaedit>2004-03-02 15:21:14 +0000
committerpfaedit <pfaedit>2004-03-02 15:21:14 +0000
commit65fa68974db21b54e7c8b21cc558206147c3ca02 (patch)
treeab2ed8d499603dee09dbbace693dfde26b1cb251 /Packaging
parenta14656dbb5fe1dabc74f1ede9e1f1600a4a55fd2 (diff)
Initial add.
Diffstat (limited to 'Packaging')
-rw-r--r--Packaging/FontForge-doc.spec37
-rw-r--r--Packaging/FontForge.spec80
-rw-r--r--Packaging/FontForge.static.spec77
3 files changed, 194 insertions, 0 deletions
diff --git a/Packaging/FontForge-doc.spec b/Packaging/FontForge-doc.spec
new file mode 100644
index 00000000..b1235f25
--- /dev/null
+++ b/Packaging/FontForge-doc.spec
@@ -0,0 +1,37 @@
+Name: FontForge-doc
+Version: 020208
+Release: 1
+Summary: Docs for FontForge, a PostScript font editor
+Copyright: BSD
+Group: Documentation
+#Group: Applications/Publishing
+Icon: pfaicon.gif
+Source0: http://fontforge.sourceforge.net/fontforge_htdocs-%{version}.tgz
+Url: http://fontforge.sourceforge.net/
+Vendor: George Williams <gww@silcom.com>
+Prefix: /usr
+BuildRoot: /var/tmp/%{name}-%{version}
+
+%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.
+
+%prep
+%setup -T -c -a 0 -n fontforge
+
+%install
+mkdir -p ${RPM_BUILD_ROOT}%{_bindir}/../share/doc/fontforge
+cp *.{html,png,gif,gz,tgz,txt} ${RPM_BUILD_ROOT}%{_bindir}/../share/doc/fontforge
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(-,root,root)
+%{_bindir}/../share/doc/fontforge/
+
+%changelog
+* Fri Feb 8 2002 George Williams <gww@silcom.com>
+- made doc rpm
diff --git a/Packaging/FontForge.spec b/Packaging/FontForge.spec
new file mode 100644
index 00000000..d38b679f
--- /dev/null
+++ b/Packaging/FontForge.spec
@@ -0,0 +1,80 @@
+Name: fontforge
+Version: 040301
+Release: 1
+Summary: An outline font editor
+Copyright: BSD
+Group: Applications/Publishing
+Icon: pfaicon.gif
+Source0: http://fontforge.sourceforge.net/fontforge_full-%{version}.tgz
+Source1: fontforge.desktop
+Url: http://fontforge.sourceforge.net/
+Vendor: George Williams <gww@silcom.com>, Scott Pakin <pakin@uiuc.edu>
+Prefix: /usr/local
+BuildRoot: /var/tmp/%{name}-%{version}
+BuildPreReq: libpng-devel, libungif-devel, libuninameslist, libxml2
+
+%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), CID-keyed, SVG, CFF and
+multiple-master fonts.
+
+%prep
+%setup -T -b 0 -n fontforge
+
+%build
+%configure
+#configure --with-regular-link --with-freetype-bytecode=no
+make
+
+%install
+%makeinstall
+
+%post
+ldconfig
+
+%postun
+ldconfig
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(-,root,root)
+%{_bindir}/fontforge
+%{_bindir}/sfddiff
+%{_libdir}/libgunicode.*
+%{_libdir}/libgdraw.*
+%{_datadir}/fontforge
+%{_mandir}/man1/fontforge.1*
+%{_mandir}/man1/sfddiff.1*
+%doc LICENSE README
+
+%changelog
+* Wed Nov 27 2002 Scott Pakin <pakin@uiuc.edu>
+- Corrected inclusion of shared libraries and cleaned up some other things
+
+* Fri Nov 2 2001 George Williams <gww@silcom.com>
+- Went from three source packages down to just one which includes the others
+
+* Thu May 10 2001 George Williams <gww@silcom.com>
+- My first attempt at rpm, updated to 10 May sources
+
+* Tue May 01 2001 Scott Pakin <pakin@uiuc.edu>
+- Removed (unused) dynamic library files
+
+* Sun Apr 29 2001 Scott Pakin <pakin@uiuc.edu>
+- Upgraded from 220401 to 280401.
+
+* Tue Apr 24 2001 Scott Pakin <pakin@uiuc.edu>
+- Upgraded from 190401 to 220401.
+
+* Fri Apr 20 2001 Scott Pakin <pakin@uiuc.edu>
+- Upgraded from 020401 to 190401.
+
+* Tue Apr 10 2001 Scott Pakin <pakin@uiuc.edu>
+- Upgraded from 210301 to 020401.
+
+* Thu Mar 22 2001 Scott Pakin <pakin@uiuc.edu>
+- Initial release
diff --git a/Packaging/FontForge.static.spec b/Packaging/FontForge.static.spec
new file mode 100644
index 00000000..a7347dd3
--- /dev/null
+++ b/Packaging/FontForge.static.spec
@@ -0,0 +1,77 @@
+Name: fontforge
+Version: 030730
+Release: 1
+Summary: A PostScript font editor
+Copyright: BSD
+Group: Applications/Publishing
+Icon: pfaicon.gif
+Source0: http://fontforge.sourceforge.net/fontforge_full-%{version}.tgz
+Url: http://fontforge.sourceforge.net/
+Vendor: George Williams <gww@silcom.com>, Scott Pakin <pakin@uiuc.edu>
+Prefix: /usr
+BuildRoot: /var/tmp/%{name}-%{version}
+BuildPreReq: libpng-devel, libungif-devel, libxml2
+#BuildPreReq: libjpeg-devel, libtiff-devel, libpng-devel, libungif-devel, freetype, libxml2
+
+%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), CID-keyed and SVG fonts.
+
+%prep
+%setup -T -b 0 -n fontforge
+
+%build
+CFLAGS="$RPM_OPT_FLAGS"
+./configure
+make
+
+%install
+mkdir -p ${RPM_BUILD_ROOT}%{_bindir}
+mkdir -p ${RPM_BUILD_ROOT}%{_mandir}/man1
+mkdir -p ${RPM_BUILD_ROOT}%{_bindir}/../share/fontforge
+rm -rf ${RPM_BUILD_ROOT}%{_libdir}
+mkdir -p ${RPM_BUILD_ROOT}%{_libdir}
+%makeinstall
+
+#%post
+#ldconfig
+
+#%postun
+#ldconfig
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(-,root,root)
+%{_bindir}/fontforge
+%{_bindir}/../share/fontforge/
+%{_mandir}/man1/fontforge.1*
+%doc LICENSE README
+
+%changelog
+* Fri Nov 2 2001 George Williams <gww@silcom.com>
+- went from three source packages down to just one which includes the others
+
+* Thu May 10 2001 George Williams <gww@silcom.com>
+- My first attempt at rpm, updated to 10 May sources
+
+* Tue May 01 2001 Scott Pakin <pakin@uiuc.edu>
+- Removed (unused) dynamic library files
+
+* Sun Apr 29 2001 Scott Pakin <pakin@uiuc.edu>
+- Upgraded from 220401 to 280401.
+
+* Tue Apr 24 2001 Scott Pakin <pakin@uiuc.edu>
+- Upgraded from 190401 to 220401.
+
+* Fri Apr 20 2001 Scott Pakin <pakin@uiuc.edu>
+- Upgraded from 020401 to 190401.
+
+* Tue Apr 10 2001 Scott Pakin <pakin@uiuc.edu>
+- Upgraded from 210301 to 020401.
+
+* Thu Mar 22 2001 Scott Pakin <pakin@uiuc.edu>
+- Initial release