]> git.pld-linux.org Git - packages/grisbi.git/blob - grisbi.spec
- updated gettext BR
[packages/grisbi.git] / grisbi.spec
1 Summary:        Personal finances manager
2 Summary(br.UTF-8):      Program a gonterezh an ti
3 Summary(fr.UTF-8):      Gestionnaire de finances personnelles
4 Summary(pl.UTF-8):      Zarządca finansów osobistych
5 Name:           grisbi
6 Version:        0.5.9
7 Release:        1
8 License:        GPL v2
9 Group:          X11/Applications
10 Source0:        http://dl.sourceforge.net/grisbi/%{name}-%{version}.tar.bz2
11 # Source0-md5:  040fd41c01b9075f84b7edb9b009bb67
12 URL:            http://www.grisbi.org/
13 BuildRequires:  autoconf
14 BuildRequires:  automake
15 BuildRequires:  gettext-tools
16 BuildRequires:  gtk+2-devel
17 BuildRequires:  libofx-devel
18 BuildRequires:  libxml2-devel
19 BuildRequires:  pkgconfig
20 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
21
22 %description
23 Personal finance manager with a simple and intuitive interface for
24 basic usage, Grisbi also possesses advanced features that allow the
25 management of accounts for associations.
26
27 The application has been written by French developers, and thus
28 conforms to French accounting logic. Grisbi is accompanied with an
29 excellent user manual, updated in every version, as well as a quick
30 start guide.
31
32 %description -l br.UTF-8
33 Program a gonterezh aes d'ober gantañ evit ezhomoù eeun, Grisbi en
34 deus ivez tammoù avansetoc'h d'ober war-dro kontoù kevredigezhioù.
35 Ar program-mañ 'zo bet savet gant gallaoued, neuze e vo kap da heul
36 reolennoù konterezh gall.
37 Grisbi 'zo gantañ ul levr mat-tre evit deskiñ ober gantañ.
38
39 %description -l fr.UTF-8
40 Programme de gestion de finances personnelles à l'interface simple et
41 intuitive pour un usage de base, Grisbi possède également des
42 fonctionnalités avancées permettant la gestion des comptes
43 d'associations. Ce logiciel étant développé par des français, il est
44 donc en totale conformité avec la logique française de la
45 comptabilité. Grisbi est accompagné d'un excellent manuel de
46 l'utilisateur, mis à jour à chaque version, ainsi que d'un guide de
47 démarrage rapide.
48
49 %description -l pl.UTF-8
50 Grisbi to zarządca finansów osobistych z prostym i intuicyjnym
51 interfejsem przy podstawowych funkcjach. Posiada także funkcje
52 zaawansowane pozwalające na zarządzanie kontami dla stowarzyszeń.
53
54 Aplikacja została napisana przez programistów francuskich, przez co
55 zgodna jest z logiką kont francuskich. Grisbi zawiera doskonały
56 podręcznik użytkownika, uaktualniany dla każdej wersji, a także
57 szybki przewodnik dla początkujących.
58
59 %prep
60 %setup -q
61
62 %build
63 %{__aclocal} -I macros
64 %{__automake}
65 %{__autoconf}
66 %configure
67 %{__make}
68
69 %install
70 rm -rf $RPM_BUILD_ROOT
71
72 %{__make} install \
73         DESTDIR=$RPM_BUILD_ROOT
74
75 %find_lang %{name}
76
77 %clean
78 rm -rf $RPM_BUILD_ROOT
79
80 %files -f %{name}.lang
81 %defattr(644,root,root,755)
82 %doc AUTHORS ChangeLog NEWS README
83 %attr(755,root,root) %{_bindir}/*
84 %{_datadir}/mime-info/*
85 %{_pixmapsdir}/grisbi
86 %dir %{_docdir}/grisbi
87 %dir %{_docdir}/grisbi/help
88 %{_docdir}/grisbi/help/C
89 %lang(fr) %{_docdir}/grisbi/help/fr
90 %lang(de) %{_docdir}/grisbi/help/de
91 %{_mandir}/man1/*.1*
This page took 0.059599 seconds and 3 git commands to generate.