]> git.pld-linux.org Git - packages/cbb.git/blob - cbb.spec
- An X11 based personal finance manager.
[packages/cbb.git] / cbb.spec
1 Summary: An X11 based personal finance manager. 
2 Name: cbb
3 Version: 0.8.1
4 Serial: 1
5 Release: 3mdk
6 Source0: cbb-0.8.1.tar.gz
7 Copyright: GPL
8 Group: Applications/Productivity
9 URL: http://cbb.sourceforge.net/
10 BuildArch: noarch
11 #BuildRoot: /var/tmp/cbb-build
12 Requires: tcl >= 7.4, tk >= 4.0, gnuplot
13
14
15 %description
16 CBB is a personal financial management application written in Tcl/Tk
17 and Perl (it contains no compiled code) and utilizing a simple (tab
18 delimited) data file format.  CBB provides a simple interface for
19 users to balance their checkbooks and to add their own reports,
20 graphs, and external modules without having to modify any of the CBB
21 source.
22
23 %prep
24 %setup -q
25
26 %build
27 %configure
28 make
29
30 %install
31 rm -rf $RPM_BUILD_ROOT
32 make prefix=/usr install
33
34 %clean
35 rm -rf $RPM_BUILD_ROOT
36
37 %files
38 %defattr(-,root,root)
39 %doc Announce Bugs COPYING FAQ README THANKS Todo Version
40 /usr/bin/cbb
41 /usr/bin/dialog4duplicate
42 /usr/lib/cbb
43
44 %changelog
45 * Thu Jan 06 2000 Florent Villard <warly@mandrakesoft.com> 0.81-2mdk
46 - add a Serial to solve version numbering change
47
48 * Thu Jan 06 2000 Florent Villard <warly@mandrakesoft.com> 0.81-1mdk
49 - mandrake adaptation
50
51 * Wed Jan 05 2000 Scott Lampert <fortunato@heavymetal.org>
52 - updated to 0.8.1
53
54 * Tue Jan 04 2000 Tim Powers <timp@redhat.com>
55 - reinstated using a buildroot, much safer than throwing files all over the
56         system
57 - changed group to match valid Red Hat groups
58 - expanded requires
59 - quiet setup
60 - changed summary/description to match what Red Hat has shipped in the past
61 - using %configure instead of running autoconf and ./configure (%configure
62         also defaults to --prefix=/usr)
63 - added %defattr(-,root,root) to the %files section
64
65 * Tue Jan 04 2000 Scott Lampert <fortunato@heavymetal.org>
66
67 - updated to 0.8.0
68 - resolves some Y2K issues
69
70 * Fri Dec 17 1999 Scott Lampert <fortunato@heavymetal.org>
71
72 - updated to 0.79
73
74 * Tue Oct 19 1999 Scott Lampert <fortunato@heavymetal.org>
75
76 - updated to 0.78
77
78 * Wed Jan 20 1999 Scott Lampert <fortunato@heavymetal.org>
79
80 - updated to 0.77
81
82 * Fri Jan 15 1999 Scott Lampert <fortunato@heavymetal.org>
83
84 - updated to 0.76
85
86 * Wed Jan 13 1999 Scott Lampert <fortunato@heavymetal.org>
87
88 - updated to 0.75
89
90 * Sat Aug 22 1998 Scott Lampert <fortunato@heavymetal.org>
91
92 - updated to 0.74
93 - Moved to /usr root instead of /usr/local as per typical RedHat packages
This page took 0.055671 seconds and 4 git commands to generate.