]> git.pld-linux.org Git - packages/emma.git/blob - emma.spec
- removed all Group fields translations (oure rpm now can handle translating
[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 Source0:        http://rainbow.mimuw.edu.pl/~la181249/emma/download-count.php3?get=packages/%{name}-%{version}-1.tar.gz
9 URL:            http://rainbow.mimuw.edu.pl/~la181249/
10 BuildRequires:  python-devel >= 1.5
11 BuildRequires:  gtk+-devel >= 1.2.0
12 BuildRequires:  gnome-libs-devel
13 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15 %define         _prefix         /usr/X11R6
16
17 %description
18 This program allows to easy manage your incomes and expenses. It is
19 simple in design, but extensible through embeded python interface.
20 Install it if you want to keep track of your money.
21
22 %description -l pl
23 Ten program pozwoli Ci ³atwo zarz±dzaæ Twoimi przychodami oraz wydatkami.
24 Prosty w konstrukcji, ale ³atwy w rozbudowie dziêki wbudowanemu interfejsowi
25 jêzyka Python. Zainstaluj Emma je¶li chcesz wiedzieæ, gdzie znikaj± Twoje
26 pieni±dze.
27
28 %prep
29 %setup -q
30
31 %build
32 %configure2_13
33 %{__make}
34
35 %install
36 rm -rf $RPM_BUILD_ROOT
37 %{__make} prefix=$RPM_BUILD_ROOT%{_prefix} install
38
39 %clean
40 rm -rf $RPM_BUILD_ROOT
41
42 %files
43 %defattr(644,root,root,755)
44 %doc ChangeLog README COPYING
45 %attr(755,root,root) %{_bindir}/emma
46 %{_datadir}/locale/*/*/*
47 %{_datadir}/emma/*
48 %{_applnkdir}/Applications/emma.desktop
49 %{_datadir}/gnome/help/emma/*
This page took 0.074095 seconds and 3 git commands to generate.