]> git.pld-linux.org Git - packages/gaby.git/blob - gaby.spec
- adapterized and made spec %%debug ready or added using %%rpm*flags macros
[packages/gaby.git] / gaby.spec
1 Summary:        Gaby is a small personal databases manager
2 Name:           gaby
3 Version:        1.9.20
4 Release:        1
5 Group:          X11/Applications
6 Group(de):      X11/Applikationen
7 Group(pl):      X11/Aplikacje
8 License:        GPL
9 Url:            http://gaby.netpedia.net
10 Source0:        %{name}-%{version}.tar.gz
11 Buildroot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
12 Requires:       gtk+ >= 1.2.0
13
14 %define         _prefix         /usr/X11R6
15 %define         _mandir         %{_prefix}/man
16
17 %description
18 Gaby is a small personal databases manager using GTK+ and Gnome (if
19 available) for its GUI. It was designed to provide straight-forward
20 access to databases a 'normal' user would like (addresses, books, ...)
21 while keeping the ability to easily create databases for other needs.
22 On a technical side it was designed with extensibility in mind and
23 relies a lot on plug-ins.
24
25 %prep
26 %setup -q
27
28 %build
29 CFLAGS="%{rpmcflags}" ./configure --prefix=%{_prefix} --sysconfdir=%{_sysconfdir}
30 %{__make}
31
32 %install
33 rm -rf $RPM_BUILD_ROOT
34 %{__make} prefix=$RPM_BUILD_ROOT%{_prefix} install
35
36 gzip -9nf AUTHORS BUGS ChangeLog NEWS README* TODO*
37
38 %clean
39 rm -rf $RPM_BUILD_ROOT
40
41 %files
42 %defattr(644,root,root,755)
43 %doc AUTHORS.gz BUGS.gz ChangeLog.gz Gabyrc NEWS.gz README.gz
44 %doc README.translations.gz README.upgrading.gz TODO.gz TODO.more.gz 
45 %doc doc/*.sgml doc/C/*.sgml 
46 %{_sysconfdir}/gaby
47 %{_libdir}/gaby
48 %{_datadir}/gaby
49 %attr(755,root,root) %{_bindir}/gaby 
50 %attr(755,root,root) %{_bindir}/gabyprint 
51 %attr(755,root,root) %{_bindir}/gbc 
52 %attr(755,root,root) %{_bindir}/gcd 
53 %attr(755,root,root) %{_bindir}/videobase 
54 %attr(755,root,root) %{_bindir}/gnomecard 
55 %attr(755,root,root) %{_bindir}/builder
56 %lang(da) %{_datadir}/locale/da/LC_MESSAGES/gaby.mo
57 %lang(de) %{_datadir}/locale/de/LC_MESSAGES/gaby.mo
58 %lang(es) %{_datadir}/locale/es/LC_MESSAGES/gaby.mo
59 %lang(fi) %{_datadir}/locale/fi/LC_MESSAGES/gaby.mo
60 %lang(fr) %{_datadir}/locale/fr/LC_MESSAGES/gaby.mo
61 %lang(ja) %{_datadir}/locale/ja/LC_MESSAGES/gaby.mo
62 %lang(nl) %{_datadir}/locale/nl/LC_MESSAGES/gaby.mo
63 %lang(no) %{_datadir}/locale/no/LC_MESSAGES/gaby.mo
64 %lang(pl) %{_datadir}/locale/pl/LC_MESSAGES/gaby.mo
65 %lang(sv) %{_datadir}/locale/sv/LC_MESSAGES/gaby.mo
This page took 0.434369 seconds and 4 git commands to generate.