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