]> git.pld-linux.org Git - packages/gASQL.git/blame - gASQL.spec
- completly rewrited but before finish gnome-db must be prepared.
[packages/gASQL.git] / gASQL.spec
CommitLineData
ff90379a 1Summary: gASQL - program which helps administer a DBMS database using the gnome-db framework
2Name: gASQL
3Version: 0.5.3
4Release: 1
5License: GPL
6Group: X11/GNOME/Applications
7Group(pl): X11/GNOME/Aplikacje
8Source0: http://malerba.linuxave.net/src/%{name}-%{version}.tar.gz
9URL: http://malerba.linuxave.net/
10BuildRequires: gettext-devel
11BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
12
13%define _prefix /usr/X11R6
14%define _mandir %{_prefix}/man
15%define sysconfdir /etc/X11/GNOME
2dc1eed9 16
17%description
ff90379a 18gASQL is a program which helps administer a DBMS database using the
19gnome-db framework. Basically, it memorizes all the structure of the
20database, and some queries, and does the SQL queries instead of the
21user (not having to type all over again those SQL commands, although
22it is still possible to do so).
2dc1eed9 23
24%prep
ff90379a 25%setup -q
2dc1eed9 26
27%build
ff90379a 28gettextize --copy --force
29LDFLAGS="-s"; export LDFLAGS
30%configure
31make
2dc1eed9 32
33%install
34rm -rf $RPM_BUILD_ROOT
35
ff90379a 36make install \
37 DESTDIR=$RPM_BUILD_ROOT \
38 Applicationsdir={_applnkdir}/Applications
39
40gzip -9nf AUTHORS ChangeLog NEWS README TODO
41
42%find_lang %{name} --with-gnome
2dc1eed9 43
44%clean
45rm -rf $RPM_BUILD_ROOT
2dc1eed9 46
ff90379a 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.92459 seconds and 4 git commands to generate.