]> git.pld-linux.org Git - packages/gASQL.git/blob - gASQL.spec
perl -pi -e "s/^gettextize --copy --force/\%%\{__gettextize\}/"
[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 gzip -9nf AUTHORS ChangeLog NEWS README TODO
47
48 %find_lang %{name} --with-gnome
49
50 %clean
51 rm -rf $RPM_BUILD_ROOT
52
53 %files -f %{name}.lang
54 %defattr(644,root,root,755)
55 %doc *.gz examples
56 %attr(755,root,root) %{_bindir}/gasql
57 %{_pixmapsdir}/*
58 %{_applnkdir}/Office/Databases/gasql.desktop
59 %dir %{_datadir}/gASQL
60 %dir %{_datadir}/gASQL/plugins
61 %{_datadir}/gASQL/plugins/*
This page took 0.065352 seconds and 3 git commands to generate.