]> git.pld-linux.org Git - packages/emma.git/blob - emma.spec
98ee8e46c5d892cb9feb43cb4e20904ac9ffd934
[packages/emma.git] / emma.spec
1 Summary:        Money management program for Gnome/Gtk+
2 Summary(pl):    Program do zarz±dzania pieniêdzmi
3 Name:           emma
4 Version:        0.8
5 Release:        0
6 License:        GPL
7 Group:          Applications/Databases
8 Group(de):      Applikationen/Dateibanken
9 Group(pl):      Aplikacje/Bazy danych
10 Source0:        %{name}-%{version}-1.tar.gz
11 URL:            http://rainbow.mimuw.edu.pl/~la181249/
12 BuildRequires:  python-devel >= 1.5
13 BuildRequires:  gtk+-devel >= 1.2.0
14 BuildRequires:  gnome-libs-devel
15
16 %define         _prefix         /usr/X11R6
17
18 %description
19 This program allows to easy manage your incomes and expenses. It is
20 simple in design, but extensible through embeded python interface.
21 Install it if you want to keep track of your money.
22
23 %description -l pl
24 Ten program pozwoli Ci ³atwo zarz±dzaæ Twoimi przychodami oraz wydatkami.
25 Prosty w konstrukcji, ale ³atwy w rozbudowie dziêki wbudowanemu interfejsowi
26 jêzyka Python. Zainstaluj Emma je¶li chcesz wiedzieæ, gdzie znikaj± Twoje
27 pieni±dze.
28
29 %prep
30 %setup -q
31
32 %build
33 %configure2_13
34 %{__make}
35
36 %install
37 rm -rf $RPM_BUILD_ROOT
38 %{__make} prefix=$RPM_BUILD_ROOT%{_prefix} install
39
40 %clean
41 rm -rf $RPM_BUILD_ROOT
42
43 %files
44 %defattr(644,root,root,755)
45 %doc ChangeLog README COPYING
46 %attr(755,root,root) %{_bindir}/emma
47 %{_datadir}/locale/*/*/*
48 %{_datadir}/emma/*
49 %{_applnkdir}/Applications/emma.desktop
50 %{_datadir}/gnome/help/emma/*
This page took 0.049893 seconds and 3 git commands to generate.