]> git.pld-linux.org Git - packages/dbui.git/blobdiff - dbui.spec
- rel ++
[packages/dbui.git] / dbui.spec
index ff94b4abcf44d1aec36b36a1fa9a4c13f644d0d2..190d727f88f198ffbd4f0fb91e1effeefe463e8b 100644 (file)
--- a/dbui.spec
+++ b/dbui.spec
@@ -1,52 +1,52 @@
-Summary:       It's a gtk interface to mysql/postgresql databases
-Summary(pl):   Interfejs gtk do baz danych mysql/postgresql
+Summary:       It's a GTK+ interface to MySQL/PostgreSQL databases
+Summary(pl):   Interfejs GTK+ do baz danych MySQL/PostgreSQL
 Name:          dbui
 Version:       0.4.0
-Release:       1
+Release:       2
 License:       GPL
 Group:         Applications/Databases/Interfaces
 Source0:       http://spyder.virtualbeer.net/dbui/%{name}-%{version}.tar.gz
+# Source0-md5: 962828bfc9bdb64697111624090bcfef
 URL:           http://spyder.virtualbeer.net/dbui/
 BuildRequires: gtk+-devel
 BuildRequires: mysql-devel
 # BuildRequires:       postgresql-devel
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-
 %description
-It's a gtk interface to mysql/postgresql databases. You might say a
+It's a GTK+ interface to MySQL/PostgreSQL databases. You might say a
 database editor. It's still in its very early stages but you can fully
-search, update, add, and delete any mysql/postgresql database.
+search, update, add, and delete any MySQL/PostgreSQL database.
 
 %description -l pl
-To jest interfejs gtk do baz danych mysql/postgresql. Mo¿na go nazwaæ
+To jest interfejs GTK+ do baz danych MySQL/PostgreSQL. Mo¿na go nazwaæ
 edytorem baz danych. Nadal jest we wstêpnym stadium rozwoju, ale mo¿na
 ju¿ przeszukiwaæ, uaktualniaæ, dodawaæ i usuwaæ z baz
-mysql/postgresql.
+MySQL/PostgreSQL.
 
 %package mysql
-Summary:       dbui linked with mysql
-Summary(pl):   dbui zlinkowany z mysql
+Summary:       dbui linked with MySQL
+Summary(pl):   dbui skonsolidowane z MySQL
 Requires:      %{name} = %{version}
 Group:         Applications/Databases/Interfaces
 
 %description mysql
-dbui linked with mysql.
+dbui linked with MySQL.
 
 %description mysql -l pl
-dbui zlinkowany z mysql.
+dbui skonsolidowane z MySQL.
 
 %package postgresql
-Summary:       dbui linked with postgresql
-Summary(pl):   dbui zlinkowany z postgresql
+Summary:       dbui linked with PostgreSQL
+Summary(pl):   dbui skonsolidowane z PostgreSQL
 Requires:      %{name} = %{version}
 Group:         Applications/Databases/Interfaces
 
 %description postgresql
-dbui linked with postgresql.
+dbui linked with PostgreSQL.
 
 %description postgresql -l pl
-dbui zlinkowany z postgresql.
+dbui skonsolidowane z PostgreSQL.
 
 %prep
 %setup  -q
@@ -62,7 +62,7 @@ mv -f dbui dbui.mysql
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT/%{_bindir}
+install -d $RPM_BUILD_ROOT%{_bindir}
 
 install dbui.mysql $RPM_BUILD_ROOT%{_bindir}
 # install dbui.postgresql $RPM_BUILD_ROOT%{_bindir}
@@ -75,7 +75,9 @@ rm -rf $RPM_BUILD_ROOT
 %doc README
 
 %files mysql
+%defattr(644,root,root,755)
 %attr(755,root,root) %{_bindir}/dbui.mysql
 
 # %files postgresql
+# %defattr(644,root,root,755)
 # %attr(755,root,root) %{_bindir}/dbui.postgresql
This page took 0.552918 seconds and 4 git commands to generate.