| 1 | # Note that this is NOT a relocatable package |
|---|
| 2 | Summary: Color font rendering library for X11R6. |
|---|
| 3 | Summary(ja): X11R6 ÍÑ¥«¥é¡¼¥Õ¥©¥ó¥È¥ì¥ó¥À¥ê¥ó¥°¥é¥¤¥Ö¥é¥ê |
|---|
| 4 | Name: fnlib |
|---|
| 5 | Version: 0.5 |
|---|
| 6 | Release: 4vl2 |
|---|
| 7 | Copyright: LGPL |
|---|
| 8 | Group: System Environment/Libraries |
|---|
| 9 | Source: ftp://www.rasterman.com/pub/enlightenment/libs/fnlib/fnlib-%{version}.tar.gz |
|---|
| 10 | Obsoletes: Fnlib |
|---|
| 11 | BuildRoot: %{_tmppath}/%{name}-%{version}-root |
|---|
| 12 | URL: http://www.rasterman.com/ |
|---|
| 13 | Requires: imlib >= 1.8.0 |
|---|
| 14 | BuildPrereq: libpng-devel >= 2:1.2.5 |
|---|
| 15 | BuildPreReq: imlib-devel >= 1.8.0 |
|---|
| 16 | |
|---|
| 17 | |
|---|
| 18 | %description |
|---|
| 19 | Fnlib is a library that provides full, scalable 24-bit color font |
|---|
| 20 | rendering abilities for X. |
|---|
| 21 | |
|---|
| 22 | %description -l ja |
|---|
| 23 | fnlib ¤Ï X ¤Ë¥¹¥±¡¼¥é¥Ö¥ë¤Ê 24bit ¥«¥é¡¼¥Õ¥©¥ó¥ÈÉÁ²èµ¡Ç½¤òÄ󶡤¹¤ë |
|---|
| 24 | ¥é¥¤¥Ö¥é¥ê¤Ç¤¹¡¥ |
|---|
| 25 | |
|---|
| 26 | |
|---|
| 27 | %package devel |
|---|
| 28 | Summary: Headers, static libraries and documentation for Fnlib. |
|---|
| 29 | Summary(ja): fnlib ÍѥإåÀ¡¤¥¹¥¿¥Æ¥£¥Ã¥¯¥é¥¤¥Ö¥é¥ê¤È¥É¥¥å¥á¥ó¥È |
|---|
| 30 | Group: Development/Libraries |
|---|
| 31 | Requires: fnlib = %{version} |
|---|
| 32 | Obsoletes: Fnlib |
|---|
| 33 | |
|---|
| 34 | |
|---|
| 35 | %description devel |
|---|
| 36 | Headers, static libraries and documentation for Fnlib. |
|---|
| 37 | |
|---|
| 38 | %description devel -l ja |
|---|
| 39 | fnlib ÍѥإåÀ¡¤¥¹¥¿¥Æ¥£¥Ã¥¯¥é¥¤¥Ö¥é¥ê¤È¥É¥¥å¥á¥ó¥È¤Ç¤¹¡¥ |
|---|
| 40 | |
|---|
| 41 | |
|---|
| 42 | %prep |
|---|
| 43 | %setup |
|---|
| 44 | |
|---|
| 45 | |
|---|
| 46 | %build |
|---|
| 47 | %configure --sysconfdir=/etc |
|---|
| 48 | make |
|---|
| 49 | |
|---|
| 50 | |
|---|
| 51 | %install |
|---|
| 52 | rm -rf $RPM_BUILD_ROOT |
|---|
| 53 | |
|---|
| 54 | %makeinstall fontdatadir=$RPM_BUILD_ROOT%{_prefix}/share/fnlib_fonts sysconfdir=$RPM_BUILD_ROOT/etc |
|---|
| 55 | |
|---|
| 56 | |
|---|
| 57 | %clean |
|---|
| 58 | rm -rf $RPM_BUILD_ROOT |
|---|
| 59 | |
|---|
| 60 | |
|---|
| 61 | %post -p /sbin/ldconfig |
|---|
| 62 | |
|---|
| 63 | |
|---|
| 64 | %postun -p /sbin/ldconfig |
|---|
| 65 | |
|---|
| 66 | |
|---|
| 67 | %files |
|---|
| 68 | %defattr(-, root, root) |
|---|
| 69 | |
|---|
| 70 | %doc README |
|---|
| 71 | |
|---|
| 72 | %config /etc/fnrc |
|---|
| 73 | %{_libdir}/lib*.so.* |
|---|
| 74 | %{_datadir}/fnlib_fonts/* |
|---|
| 75 | |
|---|
| 76 | |
|---|
| 77 | %files devel |
|---|
| 78 | %defattr(-, root, root) |
|---|
| 79 | |
|---|
| 80 | %doc doc/index.html |
|---|
| 81 | %doc doc/fontinfo.README |
|---|
| 82 | |
|---|
| 83 | %{_libdir}/lib*.so |
|---|
| 84 | %{_libdir}/*a |
|---|
| 85 | %{_includedir}/* |
|---|
| 86 | |
|---|
| 87 | |
|---|
| 88 | %changelog |
|---|
| 89 | * Thu Apr 17 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 0.50-4vl2 |
|---|
| 90 | - rebuild with libpng-devel-1.2.5-0vl1 |
|---|
| 91 | - add BuildPrereq: libpng-devel >= 2:1.2.5 |
|---|
| 92 | |
|---|
| 93 | * Mon May 21 2001 MATSUBAYASHI 'Shaolin' Kohji <shaolin@vinelinux.org> |
|---|
| 94 | - 0.50-4vl1 |
|---|
| 95 | - rebuilt for Vine Linux |
|---|
| 96 | - added Japanese summary and description |
|---|
| 97 | - use better macros |
|---|
| 98 | - added BuildPreReq: imlib-devel |
|---|
| 99 | |
|---|
| 100 | * Wed Jul 12 2000 Prospector <bugzilla@redhat.com> |
|---|
| 101 | - automatic rebuild |
|---|
| 102 | |
|---|
| 103 | * Thu Jun 29 2000 David Mason <dcm@redhat.com> |
|---|
| 104 | - update spec file to new RPM guidelines |
|---|
| 105 | |
|---|
| 106 | * Fri Feb 12 1999 Michael Fulbright <drmike@redhat.com> |
|---|
| 107 | - built against imlib 1.9.3 |
|---|
| 108 | |
|---|
| 109 | |
|---|
| 110 | * Thu Jan 21 1999 The Rasterman <raster@redhat.com> |
|---|
| 111 | - added spec file to CVS |
|---|