]> git.pld-linux.org Git - packages/gASQL.git/blob - gASQL.spec
- modyfications for using neew rpm automation.
[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:        2
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 %configure
30 %{__make}
31
32 %install
33 rm -rf $RPM_BUILD_ROOT
34
35 %{__make} install \
36         DESTDIR=$RPM_BUILD_ROOT \
37         Applicationsdir={_applnkdir}/Office/Databases
38
39 gzip -9nf AUTHORS ChangeLog NEWS README TODO
40
41 %find_lang %{name} --with-gnome
42
43 %clean
44 rm -rf $RPM_BUILD_ROOT
45                                                           
46 %files -f %{name}.lang
47 %defattr(644,root,root,755)
48 %doc *.gz examples/
49 %attr(755,root,root) %{_bindir}/gasql
50 %{_datadir}/pixmaps/*
51 %{_applnkdir}/Office/Databases/gasql.desktop
52 %dir %{_datadir}/gASQL/
53 %dir %{_datadir}/gASQL/plugins
54 %{_datadir}/gASQL/plugins/*
This page took 0.258048 seconds and 4 git commands to generate.