source: projects/specs/trunk/f/fontforge/fontforge-vl.spec @ 1600

Revision 1600, 5.3 KB checked in by daisuke, 14 years ago (diff)

fontforge: update to 20100501

Line 
1%define origversion 20100501
2
3Summary: Outline and bitmap font editor
4Summary(ja): アウトライン・ビットマップフォントエディタ
5Name: fontforge
6Version: %{origversion}
7Release: 1%{?_dist_release}
8License: BSD
9Group: Applications/Publishing
10URL: http://fontforge.sourceforge.net/
11Source: fontforge_full-%{origversion}.tar.bz2
12Source10: %{name}.desktop
13Source20: %{name}.png
14Patch10: fontforge-browser.patch
15
16BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
17BuildRequires: xorg-x11-proto-devel
18BuildRequires: libXt-devel
19BuildRequires: freetype2-devel, libuninameslist-devel
20BuildRequires: libjpeg-devel, libpng-devel, libtiff-devel, libungif-devel
21BuildRequires: libxml2-devel
22BuildRequires: desktop-file-utils
23BuildRequires: python-devel
24BuildRequires:  pango-devel
25BuildRequires:  cairo-devel
26Obsoletes: pfaedit
27Obsoletes: fontforge-devel <= 20050310
28
29Requires: xdg-utils
30
31Vendor: Project Vine
32Distribution: Vine Linux
33
34%description
35FontForge (former PfaEdit) is a font editor for outline and bitmap
36fonts. It supports a range of font formats, including PostScript
37(ASCII and binary Type 1, some Type 3 and Type 0), TrueType, OpenType
38(Type2) and CID-keyed fonts.
39
40%prep
41%setup -q -n %{name}-%{origversion}
42%patch10 -p1 -b .browser
43
44%{__cp} %{SOURCE10} %{name}.desktop
45
46%build
47%configure --with-freetype-bytecode=no -with-regular-link
48%{__make} %{?_smp_mflags}
49
50%install
51%{__rm} -rf %{buildroot}
52%makeinstall
53
54%{__install} -d -m0755 %{buildroot}%{_datadir}/applications/
55desktop-file-install \
56        --vendor "" \
57        --dir %{buildroot}%{_datadir}/applications \
58        fontforge.desktop
59
60%{__install} -d -m0755 %{buildroot}%{_datadir}/pixmaps/
61%{__install} -m644 %{SOURCE20} %{buildroot}%{_datadir}/pixmaps/
62
63%find_lang FontForge
64
65%{__rm} -f %{buildroot}%{_libdir}/*.la
66
67%clean
68%{__rm} -rf %{buildroot}
69
70%post
71/sbin/ldconfig 2>/dev/null
72update-desktop-database %{_datadir}/applications &>/dev/null || :
73
74%postun
75/sbin/ldconfig 2>/dev/null
76update-desktop-database %{_datadir}/applications &>/dev/null || :
77
78%files -f FontForge.lang
79%defattr(-, root, root, 0755)
80%doc AUTHORS LICENSE README-unix
81%{_bindir}/*
82%{_libdir}/lib*.so.*
83%{_libdir}/lib*.so
84%{_libdir}/pkgconfig/fontforge.pc
85%dir %{_includedir}/fontforge
86%{_includedir}/fontforge/*
87%{_datadir}/applications/fontforge.desktop
88%{_datadir}/pixmaps/fontforge.png
89%{_datadir}/fontforge
90%{_mandir}/man1/fontforge.1*
91%{_mandir}/man1/fontimage.1*
92%{_mandir}/man1/fontlint.1*
93%{_mandir}/man1/sfddiff.1*
94
95%changelog
96* Wed Aug 18 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 20100501-1
97- new upstream release
98
99* Fri Feb 05 2010 Shu KONNO <owa@bg.wakwak.com> 20090923-2
100- rebuilt with python-2.6.4-3
101
102* Sat Nov 21 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 20090923-1
103- new upstream release
104- add BR: pango-devel, cairo-devel
105
106* Wed Apr 22 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 20090408-1
107- new upstream release
108
109* Mon Nov 17 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 20081115-1
110- new upstream release
111
112* Thu Jul 10 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 20080429-2
113- rebuild with python2.5
114
115* Sun Jun 01 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 20080429-1
116- new upstream release
117- build with xorg-x11-7.3
118- add Requires: xdg-utils
119
120* Mon May 19 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 20070723-1
121- rebuild with xorg-x11-7.3
122
123* Mon Jul 30 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 20070723-0vl1
124- new upstream release
125
126* Sat May 05 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 20070501-0vl1
127- new upstream release
128
129* Wed Sep 13 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 20060822-0vl1
130- new upstream release
131- add -q option to %%setup
132
133* Sun Jul 09 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 20060703-0vl1
134- new upstream release
135
136* Mon Oct 10 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 20050502-0vl1
137- new upstream release
138- update Summaries and descriptions, URL...
139- add fontforge icons and desktop file
140- add Patch10 to prefer htmlview or firefox for default browser
141
142* Sat Mar 12 2005 Jun NISHII <jun@vinelinux.org>
143- move to fontforge
144
145* Fri Jul 19 2002 Ryoichi Ichiyama <ir@bellbind.net>
146- Updated to 2002/07/15.
147
148* Fri Apr 19 2002 Ryoichi Ichiyama <ir@bellbind.net>
149- Updated to 2002/04/16.
150
151* Sun Mar 3 2002 Ryoichi Ichiyama <ir@bellbind.net>
152- Updated to 2002/03/02.
153
154* Mon Feb 18 2002 Ryoichi Ichiyama <ir@bellbind.net>
155- Updated to 2002/02/16.
156
157* Sat Feb 16 2002 Ryoichi Ichiyama <ir@bellbind.net>
158- Updated to 2002/02/14.
159
160* Thu Feb 14 2002 Ryoichi Ichiyama <ir@bellbind.net>
161- Updated to 2002/02/12.
162
163* Mon Feb 10 2002 Ryoichi Ichiyama <ir@bellbind.net>
164- Updated to 2002/02/09.
165
166* Sat Feb 9 2002 Ryoichi Ichiyama <ir@bellbind.net>
167- Change SPEC file to VineLinux Style
168- Updated to 2002/02/05.
169
170* Fri Nov  2 2001 George Williams <gww@silcom.com>
171- went from three source packages down to just one which includes the others
172
173* Thu May 10 2001 George Williams <gww@silcom.com>
174- My first attempt at rpm, updated to 10 May sources
175
176* Tue May 01 2001 Scott Pakin <pakin@uiuc.edu>
177- Removed (unused) dynamic library files
178
179* Sun Apr 29 2001 Scott Pakin <pakin@uiuc.edu>
180- Upgraded from 220401 to 280401.
181
182* Tue Apr 24 2001 Scott Pakin <pakin@uiuc.edu>
183- Upgraded from 190401 to 220401.
184
185* Fri Apr 20 2001 Scott Pakin <pakin@uiuc.edu>
186- Upgraded from 020401 to 190401.
187
188* Tue Apr 10 2001 Scott Pakin <pakin@uiuc.edu>
189- Upgraded from 210301 to 020401.
190
191* Thu Mar 22 2001 Scott Pakin <pakin@uiuc.edu>
192- Initial release
Note: See TracBrowser for help on using the repository browser.