gdbm-vl.spec 9.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264
  1. %define build_compat32 %{?_with_compat32:1}%{!?_with_compat32:0}
  2. %{expand: %%global _includedir %{_includedir}/gdbm}
  3. Summary: A GNU set of database routines which use extensible hashing.
  4. Summary(ja): 拡張可能なハッシングを利用した GNU データベースルーチン
  5. Name: gdbm
  6. Version: 1.8.0
  7. Release: 23%{?_dist_release}
  8. Source: ftp://ftp.gnu.org/gnu/gdbm-%{version}.tar.gz
  9. Patch0: gdbm-1.8.0-jbj.patch
  10. Patch1: gdbm-1.8.0-fhs.patch
  11. Patch2: gdbm-1.8.0-cflags.patch
  12. Patch3: gdbm-1.8.0-64offset.patch
  13. Patch4: gdbm-1.8.0-config.sub.patch
  14. License: GPL
  15. Group: System Environment/Libraries
  16. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  17. BuildRequires: libtool
  18. %description
  19. Gdbm is a GNU database indexing library, including routines which use
  20. extensible hashing. Gdbm works in a similar way to standard UNIX dbm
  21. routines. Gdbm is useful for developers who write C applications and
  22. need access to a simple and efficient database or who are building C
  23. applications which will use such a database.
  24. If you're a C developer and your programs need access to simple
  25. database routines, you should install gdbm. You'll also need to
  26. install gdbm-devel.
  27. %description -l ja
  28. gdbm は,拡張可能なハッシングを利用したルーチンが含まれた
  29. GNU データベースインデックスライブラリです.gdbm は標準的な
  30. UNIX の dbm ルーチンと同様に機能します.C アプリケーションを
  31. 開発する際に簡単で効率的なデータベースへのアクセスが必要になった時,
  32. この gdbm は非常に便利です.
  33. あなたが C プログラマで,プログラムに簡単なデータベースルーチンへの
  34. アクセスが必要になった場合,gdbm を是非インストールして下さい.
  35. その際 gdbm-devel パッケージも同時にインストールする必要があります.
  36. %package -n compat32-%{name}
  37. Summary: A GNU set of database routines which use extensible hashing.
  38. Summary(ja): 拡張可能なハッシングを利用した GNU データベースルーチン
  39. Group: System Environment/Libraries
  40. Requires: gdbm = %{version}
  41. %description -n compat32-%{name}
  42. Gdbm is a GNU database indexing library, including routines which use
  43. extensible hashing. Gdbm works in a similar way to standard UNIX dbm
  44. routines. Gdbm is useful for developers who write C applications and
  45. need access to a simple and efficient database or who are building C
  46. applications which will use such a database.
  47. If you're a C developer and your programs need access to simple
  48. database routines, you should install gdbm. You'll also need to
  49. install gdbm-devel.
  50. %description -n compat32-%{name} -l ja
  51. gdbm は,拡張可能なハッシングを利用したルーチンが含まれた
  52. GNU データベースインデックスライブラリです.gdbm は標準的な
  53. UNIX の dbm ルーチンと同様に機能します.C アプリケーションを
  54. 開発する際に簡単で効率的なデータベースへのアクセスが必要になった時,
  55. この gdbm は非常に便利です.
  56. あなたが C プログラマで,プログラムに簡単なデータベースルーチンへの
  57. アクセスが必要になった場合,gdbm を是非インストールして下さい.
  58. その際 gdbm-devel パッケージも同時にインストールする必要があります.
  59. %package devel
  60. Summary: Development libraries and header files for the gdbm library.
  61. Summary(ja): gdbm ライブラリ用の開発ライブラリとヘッダファイル
  62. Group: Development/Libraries
  63. Requires: gdbm = %{version}
  64. Prereq: /sbin/install-info
  65. %description devel
  66. Gdbm-devel contains the development libraries and header files for
  67. gdbm, the GNU database system. These libraries and header files are
  68. necessary if you plan to do development using the gdbm database.
  69. Install gdbm-devel if you are developing C programs which will use the
  70. gdbm database library. You'll also need to install the gdbm package.
  71. %description devel -l ja
  72. gdbm-devel パッケージには,GNU データベースシステムである gdbm 用の
  73. 開発ライブラリとヘッダファイルが納められています.これらのライブラリと
  74. ヘッダファイルは,gdbm データベースを使ったプログラムを開発する際に
  75. 必要となるものです.
  76. gdbm データベースライブラリを使う C プログラムを開発する場合は
  77. この gdbm-devel パッケージをインストールして下さい.同時に
  78. gdbm パッケージもインストールする必要があります.
  79. %package -n compat32-%{name}-devel
  80. Summary: Development libraries and header files for the gdbm library.
  81. Summary(ja): gdbm ライブラリ用の開発ライブラリとヘッダファイル
  82. Group: Development/Libraries
  83. Requires: gdbm = %{version}
  84. Requires: gdbm-devel = %{version}
  85. %description -n compat32-%{name}-devel
  86. Gdbm-devel contains the development libraries and header files for
  87. gdbm, the GNU database system. These libraries and header files are
  88. necessary if you plan to do development using the gdbm database.
  89. Install gdbm-devel if you are developing C programs which will use the
  90. gdbm database library. You'll also need to install the gdbm package.
  91. %description -n compat32-%{name}-devel -l ja
  92. gdbm-devel パッケージには,GNU データベースシステムである gdbm 用の
  93. 開発ライブラリとヘッダファイルが納められています.これらのライブラリと
  94. ヘッダファイルは,gdbm データベースを使ったプログラムを開発する際に
  95. 必要となるものです.
  96. gdbm データベースライブラリを使う C プログラムを開発する場合は
  97. この gdbm-devel パッケージをインストールして下さい.同時に
  98. gdbm パッケージもインストールする必要があります.
  99. %prep
  100. %setup -q
  101. %patch0 -p 1 -b .jbj
  102. %patch1 -p 1 -b .fhs
  103. %patch2 -p 1 -b .cflags
  104. %patch3 -p1 -b .offset
  105. %patch4 -p0 -b .config.sub
  106. %build
  107. libtoolize --force --copy
  108. aclocal
  109. autoheader
  110. autoconf
  111. %configure
  112. # We need to override libdir, which for whatever reason is set to $(prefix)/lib
  113. # instead of the value passed to configure above.
  114. make libdir=%{_libdir}
  115. %install
  116. rm -rf ${RPM_BUILD_ROOT}
  117. %makeinstall install-compat
  118. { cd ${RPM_BUILD_ROOT}
  119. ln -sf gdbm/gdbm.h .%{_oldincludedir}/gdbm.h
  120. ln -sf libgdbm.so.2.0.0 .%{_libdir}/libgdbm.so
  121. gzip -9nf .%{_infodir}/gdbm*
  122. rm -f .%{_infodir}/dir
  123. }
  124. %post -p /sbin/ldconfig
  125. %postun -p /sbin/ldconfig
  126. %post -n compat32-%{name} -p /sbin/ldconfig
  127. %postun -n compat32-%{name} -p /sbin/ldconfig
  128. %post devel
  129. /sbin/install-info %{_infodir}/gdbm.info.gz %{_infodir}/dir --entry="* gdbm: (gdbm). The GNU Database."
  130. %preun devel
  131. if [ $1 = 0 ]; then
  132. /sbin/install-info --delete %{_infodir}/gdbm.info.gz %{_infodir}/dir --entry="* gdbm: (gdbm). The GNU Database."
  133. fi
  134. %files
  135. %defattr(-,root,root)
  136. %doc COPYING NEWS README
  137. %{_libdir}/libgdbm.so.*
  138. %files devel
  139. %defattr(-,root,root)
  140. %{_libdir}/libgdbm.so
  141. %{_libdir}/libgdbm.la
  142. %{_libdir}/libgdbm.a
  143. %{_oldincludedir}/gdbm.h
  144. %{_includedir}
  145. %{_infodir}/*.info*
  146. %{_mandir}/man3/*
  147. %if %{build_compat32}
  148. %files -n compat32-%{name}
  149. %defattr(-,root,root)
  150. %{_libdir}/libgdbm.so.*
  151. %files -n compat32-%{name}-devel
  152. %defattr(-,root,root)
  153. %{_libdir}/libgdbm.so
  154. %{_libdir}/libgdbm.la
  155. %{_libdir}/libgdbm.a
  156. %endif
  157. %clean
  158. rm -rf ${RPM_BUILD_ROOT}
  159. %changelog
  160. * Sun Apr 17 2011 Shu KONNO <owa@bg.wakwak.com> 1.8.0-23
  161. - rebuilt with rpm-4.8.1-3
  162. * Thu Feb 11 2010 Shu KONNO <owa@bg.wakwak.com> 1.8.0-22
  163. - added patch4: gdbm-1.8.0-config.sub.patch (for x86_64)
  164. * Fri Feb 5 2010 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 1.8.0-21
  165. - rebuilt with new toolchain
  166. - fix Patch1
  167. * Fri Aug 15 2008 Shu KONNO <owa@bg.wakwak.com> 1.8.0-20vl5
  168. - applied new versioning policy, spec in utf-8
  169. * Thu Feb 9 2006 NAKAMURA Kenta <kenta@c.csce.kyushu-u.ac.jp> 1.8.0-20vl3
  170. - added compat32-* packages for x86_64 architecture support
  171. * Wed Jan 11 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.8.0-20vl2
  172. - added BuildRequires: libtool
  173. * Sun Apr 14 2003 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.8.0-20vl1
  174. - rebuild with new toolchain
  175. - based on Rawhide 1.8.0-20
  176. * Sat Jul 14 2001 <sagami@vinelinux.org>
  177. - 1.8.0-10vl1
  178. - follow up with 1.8.0-10 which has a fix to build against new libtool
  179. * Sun Feb 11 2001 MATSUBAYASHI 'Shaolin' Kohji <shaolin@rhythmaning.org>
  180. - 1.8.0-5vl1
  181. - based on 1.8.0-5 from Rawhide
  182. - added Japanese summary and description
  183. * Thu Jul 13 2000 Prospector <bugzilla@redhat.com>
  184. - automatic rebuild
  185. * Mon Jun 5 2000 Jeff Johnson <jbj@redhat.com>
  186. - FHS packaging.
  187. * Mon Feb 7 2000 Bill Nottingham <notting@redhat.com>
  188. - handle compressed manpages
  189. * Tue Aug 10 1999 Jeff Johnson <jbj@redhat.com>
  190. - make sure created database header is initialized (#4457).
  191. * Tue Jun 1 1999 Jeff Johnson <jbj@redhat.com>
  192. - update to 1.8.0.
  193. - repackage to include /usr/include/gdbm/*dbm.h compatibility includes.
  194. * Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com>
  195. - auto rebuild in the new build environment (release 19)
  196. * Thu Dec 17 1998 Cristian Gafton <gafton@redhat.com>
  197. - build against glibc 2.1
  198. * Thu May 07 1998 Prospector System <bugs@redhat.com>
  199. - translations modified for de, fr, tr
  200. * Thu Apr 30 1998 Cristian Gafton <gafton@redhat.com>
  201. - gdbm-devel moved to Development/Libraries
  202. * Wed Apr 08 1998 Cristian Gafton <gafton@redhat.com>
  203. - buildroot and built for Manhattan
  204. * Tue Oct 14 1997 Donnie Barnes <djb@redhat.com>
  205. - spec file cleanups
  206. * Thu Jun 12 1997 Erik Troan <ewt@redhat.com>
  207. - built against glibc