]> git.pld-linux.org Git - packages/gASQL.git/blob - gASQL.spec
- Group changed to X11/Applications, added pl translations
[packages/gASQL.git] / gASQL.spec
1 Summary:        gASQL - program which helps administer a DBMS database using the gnome-db framework
2 Summary(pl):    gASQL - program pomagaj±cy administrowaæ baz± danych przy u¿yciu gnome-db
3 Name:           gASQL
4 Version:        0.5.3
5 Release:        2
6 License:        GPL
7 Group:          X11/Applications
8 Group(de):      X11/Applikationen
9 Group(es):      X11/Aplicaciones
10 Group(pl):      X11/Aplikacje
11 Group(pt_BR):   X11/Aplicações
12 Group(pt):      X11/Aplicações
13 Source0:        http://malerba.linuxave.net/src/%{name}-%{version}.tar.gz
14 URL:            http://malerba.linuxave.net/
15 BuildRequires:  gettext-devel
16 BuildRequires:  gnome-db-devel
17 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19 %define         _prefix         /usr/X11R6
20 %define         _mandir         %{_prefix}/man
21 %define         sysconfdir      /etc/X11/GNOME
22
23 %description
24 gASQL is a program which helps administer a DBMS database using the
25 gnome-db framework. Basically, it memorizes all the structure of the
26 database, and some queries, and does the SQL queries instead of the
27 user (not having to type all over again those SQL commands, although
28 it is still possible to do so).
29
30 %description -l pl
31 gASQL to program pomagaj±cy administrowaæ systemem baz danych u¿ywaj±c
32 ¶rodowiska gnome-db. Pamiêta ca³± strukturê bazy, niektóre zapytania,
33 a tak¿e wykonuje zapytania SQL zamiast u¿ytkownika (który nie musi
34 pisaæ ca³ych komend SQL - ale nadal mo¿e).
35
36 %prep
37 %setup -q
38
39 %build
40 gettextize --copy --force
41 %configure
42 %{__make}
43
44 %install
45 rm -rf $RPM_BUILD_ROOT
46
47 %{__make} install \
48         DESTDIR=$RPM_BUILD_ROOT \
49         Applicationsdir={_applnkdir}/Office/Databases
50
51 gzip -9nf AUTHORS ChangeLog NEWS README TODO
52
53 %find_lang %{name} --with-gnome
54
55 %clean
56 rm -rf $RPM_BUILD_ROOT
57                                                           
58 %files -f %{name}.lang
59 %defattr(644,root,root,755)
60 %doc *.gz examples
61 %attr(755,root,root) %{_bindir}/gasql
62 %{_pixmapsdir}/*
63 %{_applnkdir}/Office/Databases/gasql.desktop
64 %dir %{_datadir}/gASQL
65 %dir %{_datadir}/gASQL/plugins
66 %{_datadir}/gASQL/plugins/*
This page took 0.053859 seconds and 4 git commands to generate.