X-Git-Url: http://git.pld-linux.org/?a=blobdiff_plain;f=gASQL.spec;h=e8d9582467f4f2124a4162a80e0c1b306e5dd471;hb=5dc7648bb388c459b9260f64dbc99e6fdd79e640;hp=3e1d6ee9d6e68b8d3665b42901a4511be2c85935;hpb=8f8a8b7a5b2701fd03e4a0e94178c6bee96fde43;p=packages%2FgASQL.git diff --git a/gASQL.spec b/gASQL.spec index 3e1d6ee..e8d9582 100644 --- a/gASQL.spec +++ b/gASQL.spec @@ -1,17 +1,17 @@ Summary: gASQL - program which helps administer a DBMS database using the gnome-db framework +Summary(pl.UTF-8): gASQL - program pomagający administrować bazą danych przy użyciu gnome-db Name: gASQL Version: 0.5.3 Release: 2 License: GPL -Group: X11/GNOME/Applications -Group(pl): X11/GNOME/Aplikacje +Group: X11/Applications Source0: http://malerba.linuxave.net/src/%{name}-%{version}.tar.gz +# Source0-md5: b580c66eaed3db6df872c97bdf931159 URL: http://malerba.linuxave.net/ BuildRequires: gettext-devel +BuildRequires: gnome-db-devel BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) -%define _prefix /usr/X11R6 -%define _mandir %{_prefix}/man %define sysconfdir /etc/X11/GNOME %description @@ -21,14 +21,19 @@ database, and some queries, and does the SQL queries instead of the user (not having to type all over again those SQL commands, although it is still possible to do so). +%description -l pl.UTF-8 +gASQL to program pomagający administrować systemem baz danych używając +środowiska gnome-db. Pamięta całą strukturę bazy, niektóre zapytania, +a także wykonuje zapytania SQL zamiast użytkownika (który nie musi +pisać całych komend SQL - ale nadal może). + %prep %setup -q %build -gettextize --copy --force -LDFLAGS="-s"; export LDFLAGS +%{__gettextize} %configure -make +%{__make} %install rm -rf $RPM_BUILD_ROOT @@ -37,19 +42,17 @@ rm -rf $RPM_BUILD_ROOT DESTDIR=$RPM_BUILD_ROOT \ Applicationsdir={_applnkdir}/Office/Databases -gzip -9nf AUTHORS ChangeLog NEWS README TODO - %find_lang %{name} --with-gnome %clean rm -rf $RPM_BUILD_ROOT - + %files -f %{name}.lang %defattr(644,root,root,755) -%doc *.gz examples/ +%doc AUTHORS ChangeLog NEWS README TODO examples %attr(755,root,root) %{_bindir}/gasql -%{_datadir}/pixmaps/* +%{_pixmapsdir}/* %{_applnkdir}/Office/Databases/gasql.desktop -%dir %{_datadir}/gASQL/ +%dir %{_datadir}/gASQL %dir %{_datadir}/gASQL/plugins %{_datadir}/gASQL/plugins/*