]> git.pld-linux.org Git - packages/gASQL.git/blob - gASQL.spec
- completly rewrited but before finish gnome-db must be prepared.
[packages/gASQL.git] / gASQL.spec
1 Summary:        gASQL - program which helps administer a DBMS database using the gnome-db framework
2 Name:           gASQL
3 Version:        0.5.3
4 Release:        1
5 License:        GPL
6 Group:          X11/GNOME/Applications
7 Group(pl):      X11/GNOME/Aplikacje
8 Source0:        http://malerba.linuxave.net/src/%{name}-%{version}.tar.gz
9 URL:            http://malerba.linuxave.net/
10 BuildRequires:  gettext-devel
11 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
12
13 %define         _prefix         /usr/X11R6
14 %define         _mandir         %{_prefix}/man
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 %prep
25 %setup -q
26
27 %build
28 gettextize --copy --force
29 LDFLAGS="-s"; export LDFLAGS
30 %configure
31 make
32
33 %install
34 rm -rf $RPM_BUILD_ROOT
35
36 make install \
37         DESTDIR=$RPM_BUILD_ROOT \
38         Applicationsdir={_applnkdir}/Applications
39
40 gzip -9nf AUTHORS ChangeLog NEWS README TODO
41
42 %find_lang %{name} --with-gnome
43
44 %clean
45 rm -rf $RPM_BUILD_ROOT
46                                                           
47 %files -f %{name}.lang
48 %defattr(644,root,root,755)
49 %doc *.gz examples/
50 %attr(755,root,root) %{_bindir}/gasql
51 %{_datadir}/pixmaps/*
52 %{_applnkdir}/Applications/gasql.desktop
53 %dir %{_datadir}/gASQL/
54 %dir %{_datadir}/gASQL/plugins
55 %{_datadir}/gASQL/plugins/*
This page took 0.189606 seconds and 4 git commands to generate.