]> git.pld-linux.org Git - packages/gASQL.git/blobdiff - gASQL.spec
- updated gettext BR
[packages/gASQL.git] / gASQL.spec
index 1772d4fd431e22bde234f2071e1ce05e82ae7a6d..d89778fcefb4927aa92664f0305ef3126b57fa1a 100644 (file)
@@ -1,18 +1,17 @@
 Summary:       gASQL - program which helps administer a DBMS database using the gnome-db framework
-Summary(pl):   gASQL - program pomagaj±cy administrowaæ baz± danych przy u¿yciu gnome-db
+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/Applications
 Source0:       http://malerba.linuxave.net/src/%{name}-%{version}.tar.gz
+# Source0-md5: b580c66eaed3db6df872c97bdf931159
 URL:           http://malerba.linuxave.net/
-BuildRequires: gettext-devel
+BuildRequires: gettext-tools
 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
@@ -22,17 +21,17 @@ 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
-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).
+%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
+%{__gettextize}
 %configure
 %{__make}
 
@@ -43,8 +42,6 @@ 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
@@ -52,7 +49,7 @@ 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
 %{_pixmapsdir}/*
 %{_applnkdir}/Office/Databases/gasql.desktop
This page took 1.272165 seconds and 4 git commands to generate.