| 1 | %define ver 0.4 |
|---|
| 2 | %define rel 0vl3 |
|---|
| 3 | %define name libunicode |
|---|
| 4 | |
|---|
| 5 | Summary: A unicode manipulation library |
|---|
| 6 | Summary(ja): UnicodeÁàºî¥é¥¤¥Ö¥é¥ê |
|---|
| 7 | Name: %name |
|---|
| 8 | Version: %ver |
|---|
| 9 | Release: %rel |
|---|
| 10 | Copyright: LGPL |
|---|
| 11 | Group: System Environment/Libraries |
|---|
| 12 | Source: http://www.pango.org/download/libunicode-%{version}.tar.gz |
|---|
| 13 | BuildRoot: %{_tmppath}/%{name}-%{PACKAGE_VERSION}-root |
|---|
| 14 | #Docdir: %{_prefix}/doc |
|---|
| 15 | |
|---|
| 16 | %description |
|---|
| 17 | A library to handle unicode strings |
|---|
| 18 | |
|---|
| 19 | %description -l ja |
|---|
| 20 | Unicodeʸ»úÎó¤ò°·¤¦¥é¥¤¥Ö¥é¥ê¤Ç¤¹¡£ |
|---|
| 21 | |
|---|
| 22 | %package devel |
|---|
| 23 | Summary: A unicode manipulation library |
|---|
| 24 | Summary(ja): UnicodeÁàºî¥é¥¤¥Ö¥é¥ê |
|---|
| 25 | Group: Development/Libraries |
|---|
| 26 | Requires: %{name} = %{ver} |
|---|
| 27 | |
|---|
| 28 | %description devel |
|---|
| 29 | The libunicode-devel package includes the static libraries and header files |
|---|
| 30 | for the libunicode package. |
|---|
| 31 | |
|---|
| 32 | Install libunicode-devel if you want to develop programs which will use |
|---|
| 33 | libunicode. |
|---|
| 34 | |
|---|
| 35 | %description devel -l ja |
|---|
| 36 | libunicode-devel¥Ñ¥Ã¥±¡¼¥¸¤Ïlibunicode¥Ñ¥Ã¥±¡¼¥¸¤Î¤¿¤á¤Î¥¹¥¿¥Æ¥£¥Ã¥¯ |
|---|
| 37 | ¥é¥¤¥Ö¥é¥ê¤ä¥Ø¥Ã¥À¥Õ¥¡¥¤¥ë¤ò´Þ¤ó¤Ç¤¤¤Þ¤¹¡£ |
|---|
| 38 | |
|---|
| 39 | libunicode¤ò»È¤Ã¤Æ¥×¥í¥°¥é¥à¤ò³«È¯¤·¤¿¤¤¤Ê¤é¡¢libunicode-devel¤ò |
|---|
| 40 | ¥¤¥ó¥¹¥È¡¼¥ë¤·¤Æ¤¯¤À¤µ¤¤¡£ |
|---|
| 41 | |
|---|
| 42 | %prep |
|---|
| 43 | %setup |
|---|
| 44 | |
|---|
| 45 | %build |
|---|
| 46 | %configure |
|---|
| 47 | make |
|---|
| 48 | |
|---|
| 49 | %install |
|---|
| 50 | %makeinstall |
|---|
| 51 | |
|---|
| 52 | %clean |
|---|
| 53 | rm -rf $RPM_BUILD_ROOT |
|---|
| 54 | |
|---|
| 55 | %post -p /sbin/ldconfig |
|---|
| 56 | |
|---|
| 57 | %postun -p /sbin/ldconfig |
|---|
| 58 | |
|---|
| 59 | %files |
|---|
| 60 | %defattr(-, root, root) |
|---|
| 61 | %doc README AUTHORS COPYING ChangeLog TODO |
|---|
| 62 | %{_libdir}/*.so.* |
|---|
| 63 | |
|---|
| 64 | %files devel |
|---|
| 65 | %defattr(-, root, root) |
|---|
| 66 | %{_bindir}/unicode-config |
|---|
| 67 | %{_includedir}/* |
|---|
| 68 | %{_libdir}/*.so |
|---|
| 69 | %{_libdir}/*.a |
|---|
| 70 | %{_libdir}/*.la |
|---|
| 71 | %{_libdir}/*.sh |
|---|
| 72 | |
|---|
| 73 | |
|---|
| 74 | %changelog |
|---|
| 75 | * Fri May 2 2003 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.4-0vl3 |
|---|
| 76 | - rebuild with new toolchains |
|---|
| 77 | - set Docdir default |
|---|
| 78 | - uses better macros |
|---|
| 79 | |
|---|
| 80 | * Tue Jan 9 2001 Akira TAGOH <tagoh@gnome.gr.jp> |
|---|
| 81 | - 0.4-0vl2 |
|---|
| 82 | - Added defattr |
|---|
| 83 | |
|---|
| 84 | * Sun Dec 17 2000 Akira TAGOH <tagoh@gnome.gr.jp> |
|---|
| 85 | - 0.4-0vl1 |
|---|
| 86 | - Rebuild for Vine |
|---|
| 87 | |
|---|
| 88 | * Fri Feb 11 2000 Owen Taylor <otaylor@redhat.com> |
|---|
| 89 | - Upgrade to 0.4 |
|---|
| 90 | - Correct License: to LGPL |
|---|
| 91 | - Remove man-compress/strip. New versions of RPM handle this. |
|---|
| 92 | - Switch to using DESTDIR |
|---|
| 93 | - Split off a -devel package |
|---|
| 94 | - Run ldconfig in %post and %postun |
|---|
| 95 | |
|---|
| 96 | * Fri Jan 21 2000 Chmouel Boudjnah <chmouel@mandrakesoft.com> 0.3-3mdk |
|---|
| 97 | - libtoolize --force. |
|---|
| 98 | |
|---|
| 99 | * Tue Nov 02 1999 Pablo Saratxaga <pablo@mandrakesoft.com> |
|---|
| 100 | - rebuild for new environmint |
|---|
| 101 | |
|---|
| 102 | * Thu Aug 05 1999 Pablo Saratxaga <pablo@mandrakesoft.com> |
|---|
| 103 | - first rpm version |
|---|