]> git.pld-linux.org Git - packages/gASQL.git/blob - gASQL.spec
- buildrequire added
[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 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 %prep
26 %setup -q
27
28 %build
29 gettextize --copy --force
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}/Office/Databases
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 %{_pixmapsdir}/*
52 %{_applnkdir}/Office/Databases/gasql.desktop
53 %dir %{_datadir}/gASQL/
54 %dir %{_datadir}/gASQL/plugins
55 %{_datadir}/gASQL/plugins/*
This page took 0.065376 seconds and 4 git commands to generate.