Zope-TinyTablePlus-vl.spec 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127
  1. %define instdir /var/lib/zope/Products
  2. %define product TinyTablePlus
  3. Summary: TinyTablePlus is a product to manage a small amount of tabular data.
  4. Summary(ja): 小さな表データを操作するZopeプロダクト.
  5. Name: Zope-%{product}
  6. Version: 0.9
  7. Release: 1%{?_dist_release}
  8. License: Zope Public License (ZPL)
  9. URL: http://www.zope.org/Members/hathawsh/TinyTablePlus
  10. Packager: Shu KONNO (owa@bg.wakwak.com)
  11. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  12. BuildArch: noarch
  13. Prereq: Zope-zserver
  14. Requires: Zope-zserver >= 2.7.0
  15. Group: Development/Web Applications
  16. Source: TinyTablePlus-0.9.tgz
  17. Patch0: TinyTablePlus-0.9-About.dtml-charset.patch
  18. Patch1: TinyTablePlus-0.9-Add.dtml-charset.patch
  19. Patch2: TinyTablePlus-0.9-Advanced.dtml-charset.patch
  20. Patch3: TinyTablePlus-0.9-Edit.dtml-charset.patch
  21. Patch4: TinyTablePlus-0.9-View.dtml-charset.patch
  22. Patch5: TinyTablePlus-0.9-ImportExport.py-charset.patch
  23. Patch10: TinyTablePlus-0.9-TinyTablePlus.py-zope28.patch
  24. Patch20: TinyTablePlus-0.9-__init__.py-zope29.patch
  25. Patch21: TinyTablePlus-0.9-version.txt-zope29.patch
  26. %description
  27. TinyTablePlus is a product designed to manage a small amount of tabular
  28. data. It's intended to fill the gap between a Z Table or an Z SQL Methods
  29. accessed SQL table, which are overkill for many tasks, and folder token
  30. properties, which allow only a single "column". TinyTablePlus also makes
  31. it possible to look up an item within the list, or to return a subset of
  32. the list rows where columns equal particular values.
  33. %description -l ja
  34. TinyTablePlus は小さな表データを操作する為に設計されたプロダクトです.
  35. これは,大部分の仕事には仕様過剰な Z テーブルや, SQL テーブルにアクセス
  36. できる Z SQL メソッドなどと,ただ一つの項目だけ許可される属性フォルダの
  37. ギャップを埋めることを意図しています. また TinyTablePlus はリストの中
  38. から一つの項目を捜しだすことを可能にし,あるいは項目が特定の値を持つ行
  39. の集合を取りだすことも可能です.
  40. %prep
  41. %setup -q -c -n %{name}-%{version}
  42. %patch0 -p0
  43. %patch1 -p0
  44. %patch2 -p0
  45. %patch3 -p0
  46. %patch4 -p0
  47. %patch5 -p0
  48. %patch10 -p0
  49. %patch20 -p0
  50. %patch21 -p0
  51. %build
  52. touch lib/python/Products/%{product}/refresh.txt
  53. %install
  54. rm -rf $RPM_BUILD_ROOT
  55. mkdir -p $RPM_BUILD_ROOT%{instdir}
  56. cp -Rdp lib/python/Products/%{product} $RPM_BUILD_ROOT%{instdir}
  57. %clean
  58. rm -rf $RPM_BUILD_ROOT
  59. %files
  60. %defattr(-, zope, zope)
  61. %{instdir}/%{product}
  62. %changelog
  63. * Mon Jun 09 2008 Shu KONNO <owa@bg.wakwak.com> Zope-TinyTablePlus-0.9-1vl5
  64. - applied new versioning policy and spec in utf-8
  65. * Thu Aug 23 2007 Shu KONNO <owa@bg.wakwak.com> Zope-TinyTablePlus-0.9-0vl10
  66. - updated Patch3: TinyTablePlus-0.9-Edit.dtml-charset.patch
  67. - added Patch21: TinyTablePlus-0.9-version.txt-zope29.patch
  68. * Mon Apr 02 2007 Shu KONNO <owa@bg.wakwak.com> Zope-TinyTablePlus-0.9-0vl8
  69. - updated TinyTablePlus-0.9-__init__.py-zope29.patch
  70. * Fri Oct 13 2006 Shu KONNO <owa@bg.wakwak.com> Zope-TinyTablePlus-0.9-0vl7
  71. - dropt TinyTablePlus-0.9.patch
  72. - added TinyTablePlus-0.9-About.dtml-charset.patch
  73. - added TinyTablePlus-0.9-Add.dtml-charset.patch
  74. - added TinyTablePlus-0.9-Advanced.dtml-charset.patch
  75. - added TinyTablePlus-0.9-Edit.dtml-charset.patch
  76. - added TinyTablePlus-0.9-View.dtml-charset.patch
  77. - added TinyTablePlus-0.9-ImportExport.py-charset.patch
  78. - added TinyTablePlus-0.9-TinyTablePlus.py-zope28.patch
  79. - added TinyTablePlus-0.9-__init__.py-zope29.patch
  80. * Fri Apr 08 2005 Shu KONNO <owa@bg.wakwak.com> Zope-TinyTablePlus-0.9-0vl6
  81. - droped japanese.patch
  82. - added TinyTablePlus-0.9.patch for zope 2.8
  83. * Tue Jul 27 2004 Shu KONNO <owa@bg.wakwak.com> Zope-TinyTablePlus-0.9-0vl5
  84. - updated japanese.patch
  85. - added refresh.txt
  86. * Sat Apr 24 2004 Shu KONNO <owa@bg.wakwak.com> Zope-TinyTablePlus-0.9-0vl4
  87. - droped TinyTablePlus.patch
  88. - added japanese.patch
  89. - rebuild with python-2.3.3-0vl1
  90. * Sat Feb 28 2004 Shu KONNO <owa@bg.wakwak.com> Zope-TinyTablePlus-0.9-0vl3
  91. - removed TinyTablePlus-0.9JP003 patch (because it's for euc-jp only)
  92. - added TinyTablePlus.patch (for japanese)
  93. * Fri Sep 26 2003 Shu KONNO <owa@bg.wakwak.com> Zope-TinyTablePlus-0.9-0vl2
  94. - added 'BuildArch: noarch' to rpm options
  95. * Sun Apr 13 2003 Shu KONNO <owa@bg.wakwak.com> Zope-TinyTablePlus-0.9-0vl1
  96. - created for Vine Seed
  97. * Fri Aug 16 2002 Shu KONNO <owa@bg.wakwak.com> TinyTablePlus-0.9jp3-0vp1
  98. - changed TinyTablePlus with 0.9JP003.tgz (by koyoshi)
  99. * Thu Jun 27 2002 Shu KONNO <owa@bg.wakwak.com> TinyTablePlus-0.9-0vp1
  100. - included TinyTablePlus-0.9.patch (by cheeseshop, koyoshi)