]> git.pld-linux.org Git - packages/dbui.git/blobdiff - dbui.spec
- strict internal deps
[packages/dbui.git] / dbui.spec
index 838957dc316abdaaf56daac28f23983a6ac1129b..4e1d56d8b816e83a37329e94fdef059364aab83f 100644 (file)
--- a/dbui.spec
+++ b/dbui.spec
@@ -1,34 +1,34 @@
-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:       4
 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:       postgresql-devel
 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 skonsolidowane z MySQL
-Requires:      %{name} = %{version}
 Group:         Applications/Databases/Interfaces
+Requires:      %{name} = %{version}-%{release}
 
 %description mysql
 dbui linked with MySQL.
@@ -37,16 +37,16 @@ dbui linked with MySQL.
 dbui skonsolidowane z MySQL.
 
 %package postgresql
-Summary:       dbui linked with postgresql
-Summary(pl):   dbui skonsolidowane z postgresql
-Requires:      %{name} = %{version}
+Summary:       dbui linked with PostgreSQL
+Summary(pl):   dbui skonsolidowane z PostgreSQL
 Group:         Applications/Databases/Interfaces
+Requires:      %{name} = %{version}-%{release}
 
 %description postgresql
-dbui linked with postgresql.
+dbui linked with PostgreSQL.
 
 %description postgresql -l pl
-dbui skonsolidowane z postgresql.
+dbui skonsolidowane z PostgreSQL.
 
 %prep
 %setup  -q
This page took 0.046913 seconds and 4 git commands to generate.