]> git.pld-linux.org Git - packages/gASQL.git/blobdiff - gASQL.spec
- updated gettext BR
[packages/gASQL.git] / gASQL.spec
index bcf11540eec63160448acbb8e63a4445ba194565..d89778fcefb4927aa92664f0305ef3126b57fa1a 100644 (file)
@@ -1,17 +1,17 @@
 Summary:       gASQL - program which helps administer a DBMS database using the gnome-db framework
 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
 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:       http://malerba.linuxave.net/src/%{name}-%{version}.tar.gz
+# Source0-md5: b580c66eaed3db6df872c97bdf931159
 URL:           http://malerba.linuxave.net/
 URL:           http://malerba.linuxave.net/
-BuildRequires: gettext-devel
+BuildRequires: gettext-tools
+BuildRequires: gnome-db-devel
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-%define                _prefix         /usr/X11R6
-%define                _mandir         %{_prefix}/man
 %define                sysconfdir      /etc/X11/GNOME
 
 %description
 %define                sysconfdir      /etc/X11/GNOME
 
 %description
@@ -21,35 +21,38 @@ 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).
 
 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
 %prep
 %setup -q
 
 %build
-gettextize --copy --force
-LDFLAGS="-s"; export LDFLAGS
+%{__gettextize}
 %configure
 %configure
-make
+%{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
-make install \
+%{__make} install \
        DESTDIR=$RPM_BUILD_ROOT \
        Applicationsdir={_applnkdir}/Office/Databases
 
        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
 %find_lang %{name} --with-gnome
 
 %clean
 rm -rf $RPM_BUILD_ROOT
-                                                         
+
 %files -f %{name}.lang
 %defattr(644,root,root,755)
 %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
 %attr(755,root,root) %{_bindir}/gasql
-%{_datadir}/pixmaps/*
+%{_pixmapsdir}/*
 %{_applnkdir}/Office/Databases/gasql.desktop
 %{_applnkdir}/Office/Databases/gasql.desktop
-%dir %{_datadir}/gASQL/
+%dir %{_datadir}/gASQL
 %dir %{_datadir}/gASQL/plugins
 %{_datadir}/gASQL/plugins/*
 %dir %{_datadir}/gASQL/plugins
 %{_datadir}/gASQL/plugins/*
This page took 0.126729 seconds and 4 git commands to generate.