SPECS: gmysqlcc.spec (NEW) - initial

arekm arekm at pld-linux.org
Sun Mar 9 17:45:49 CET 2008


Author: arekm                        Date: Sun Mar  9 16:45:49 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- initial

---- Files affected:
SPECS:
   gmysqlcc.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/gmysqlcc.spec
diff -u /dev/null SPECS/gmysqlcc.spec:1.1
--- /dev/null	Sun Mar  9 17:45:49 2008
+++ SPECS/gmysqlcc.spec	Sun Mar  9 17:45:44 2008
@@ -0,0 +1,62 @@
+# $Revision$, $Date$
+Summary:	MySQL client for GNOME
+Summary(pl.UTF-8):	Graficzny klient baz MySQL dla środowiska GNOME
+Name:		gmysqlcc
+Version:	0.3.0
+Release:	1
+License:	GPL
+Group:		X11/Applications
+Source0:	http://projects.thepozer.net/versions/download/19?attachment_id=25
+# Source0-md5:	cdfd5f1e4da8bbde45a52ba6a02f8313
+URL:		http://projects.thepozer.net/projects/show/gmysqlcc
+BuildRequires:	gtk+2-devel
+BuildRequires:	mysql-devel
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+
+%description
+Gmyclient is a powerful graphical MySQL client to use under GNOME.
+Gmyclient is designed to be a simple, quick, and powerful way to
+access your MySQL database.It provides you a powerful way to
+create/edit all MySQL database objects most easy and simple way.
+
+%description -l pl.UTF-8
+Gmyclient jest graficznym klientem MySQL przeznaczonym dla środowiska
+GNOME. Gmyclienta zaprojektowano tak, by zapewniał łatwy, szybki i w
+pełni funkcjonalny dostęp do baz danych MySQL. Umożliwia on tworzenie
+i edycję baz MySQL.
+
+%prep
+%setup -q
+
+%build
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+%find_lang %{name}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files -f %{name}.lang
+%defattr(644,root,root,755)
+%doc AUTHORS ChangeLog NEWS README TODO
+%attr(755,root,root) %{_bindir}/*
+%{_desktopdir}/*.desktop
+%{_pixmapsdir}/*.png
+
+%define	date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2008-03-09 16:45:44  arekm
+- initial
+
================================================================


More information about the pld-cvs-commit mailing list