source: projects/specs/trunk/Z/Zope2-TinyTablePlus/Zope2-TinyTablePlus-vl.spec @ 2331

Revision 2331, 4.6 KB checked in by owa, 13 years ago (diff)

Zope2 新規プロダクト

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