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