X-Git-Url: http://git.pld-linux.org/?a=blobdiff_plain;ds=sidebyside;f=dbui.spec;h=7d540a1e6c34222362c96b1414d93fce9ff03de1;hb=2d60ccec4fcdb0b9c4be2ecf3c3149115c45e7a0;hp=ff94b4abcf44d1aec36b36a1fa9a4c13f644d0d2;hpb=6a88086d1a75c16dcbfb553f78c17c925d91b4c3;p=packages%2Fdbui.git diff --git a/dbui.spec b/dbui.spec index ff94b4a..7d540a1 100644 --- 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: 3 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