]> git.pld-linux.org Git - packages/cbb.git/blob - cbb.spec
c2f21761fde05e9357e72efaf0f746ea ./dialog4duplicate.1
[packages/cbb.git] / cbb.spec
1 Summary:        An X11 based personal finance manager
2 Summary(pl):    Program do zarz±dzania finansami osobistymi
3 Name:           cbb
4 Version:        0.8.1
5 Epoch:          1
6 Release:        4
7 Source0:        http://cbb.sourceforge.net/down/%{name}-%{version}.tar.gz
8 License:        GPL
9 Group:          Applications
10 URL:            http://cbb.sourceforge.net/
11 BuildArch:      noarch
12 BuildRequires:  automake
13 BuildRequires:  autoconf
14 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15 Requires:       tcl >= 7.4, tk >= 4.0, gnuplot
16
17
18 %description
19 CBB is a personal financial management application written in Tcl/Tk
20 and Perl (it contains no compiled code) and utilizing a simple (tab
21 delimited) data file format. CBB provides a simple interface for users
22 to balance their checkbooks and to add their own reports, graphs, and
23 external modules without having to modify any of the CBB source.
24
25 %description -l pl
26 CBB jest mened¿erem finansów osobistych napisanym w Tcl/Tk i Perlu
27 (nie zawiera kompilownego kodu) i u¿ywa prostego formatu plików z
28 danymi. CBB ma prosty interfejs i daje siê ³atwo rozbudowywaæ bez
29 modyfikacji kodu.
30
31 %prep
32 %setup -q
33
34 %build
35 rm -f missing
36 aclocal
37 autoconf
38 automake -a -c -f
39 %configure
40 %{__make}
41
42 %install
43 rm -rf $RPM_BUILD_ROOT
44 %{__make} \
45         prefix=%{_prefix} \
46         DESTDIR=$RPM_BUILD_ROOT \
47         install
48
49 %clean
50 rm -rf $RPM_BUILD_ROOT
51
52 %files
53 %defattr(644,root,root,755)
54 %doc Announce Bugs COPYING FAQ README THANKS Todo Version
55 %attr(755,root,root) %{_bindir}/cbb
56 %attr(755,root,root) %{_bindir}/dialog4duplicate
57 %{_libdir}/cbb
This page took 0.03071 seconds and 3 git commands to generate.