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