SPECS: ggz-gtk-client.spec - pl fixes - added X11 to Groups - more...

qboosh qboosh at pld-linux.org
Sat Feb 9 17:10:32 CET 2008


Author: qboosh                       Date: Sat Feb  9 16:10:32 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- pl fixes
- added X11 to Groups
- more verbose files
- devel deps, BR: pkgconfig

---- Files affected:
SPECS:
   ggz-gtk-client.spec (1.2 -> 1.3) 

---- Diffs:

================================================================
Index: SPECS/ggz-gtk-client.spec
diff -u SPECS/ggz-gtk-client.spec:1.2 SPECS/ggz-gtk-client.spec:1.3
--- SPECS/ggz-gtk-client.spec:1.2	Sun Jan 27 13:12:31 2008
+++ SPECS/ggz-gtk-client.spec	Sat Feb  9 17:10:27 2008
@@ -1,21 +1,24 @@
 # $Revision$, $Date$
 Summary:	GTK+ version of GGZ client
-Summary(pl.UTF-8):	Klient napisany w GTK+ dla GGZ
+Summary(pl.UTF-8):	Klient GGZ napisany z użyciem GTK+
 Name:		ggz-gtk-client
 Version:	0.0.14
 Release:	1
 License:	GPL v2+
-Group:		Applications/Games
-Source0:	http://ftp.belnet.be/packages/ggzgamingzone/ggz/0.0.14/%{name}-%{version}.tar.gz
+Group:		X11/Applications/Games
+Source0:	http://ftp.belnet.be/packages/ggzgamingzone/ggz/%{version}/%{name}-%{version}.tar.gz
 # Source0-md5:	7b8992f4eaf96c41923c31a946bc73fb
 Source1:	%{name}.xpm
 Patch0:		%{name}-desktop.patch
 URL:		http://www.ggzgamingzone.org/
 BuildRequires:	autoconf >= 2.50
 BuildRequires:	automake
+# gaim plugin?
+#BuildRequires:	gaim-devel >= 1.5.0
 BuildRequires:	ggz-client-libs-devel >= 0.0.14
-BuildRequires:	gtk+2-devel
+BuildRequires:	gtk+2-devel >= 1:2.0.0
 BuildRequires:	libggz-devel >= 0.0.14
+BuildRequires:	pkgconfig
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -25,34 +28,37 @@
 client.
 
 %description -l pl.UTF-8
-Klienty GGZ umożliwiają graczą dostęp do serwerów GGZ z
+Programy klienckie GGZ umożliwiają graczom dostęp do serwerów GGZ z
 możliwością rozmowy, poznawania innych ludzi w grze, granie z nimi,
 obserwowanie punktacji oraz obserwowanie rozgrywek innych ludzi. Ten
-klient GGZ to wersja napisana w GTK+.
+klient GGZ to wersja napisana z użyciem GTK+.
 
 %package devel
-Summary:	Header files for ggz-gtk-client
-Summary(pl.UTF-8):	Pliki nag�~Bówkowe dla ggz-gtk-client
-Group:		Development/Libraries
+Summary:	Header files for ggz-gtk library
+Summary(pl.UTF-8):	Pliki nagłówkowe biblioteki ggz-gtk
+Group:		X11/Development/Libraries
 Requires:	%{name} = %{version}-%{release}
+Requires:	ggz-client-libs-devel >= 0.0.14
+Requires:	gtk+2-devel >= 1:2.0.0
+Requires:	libggz-devel >= 0.0.14
 
 %description devel
-Header files for ggz-gtk-client.
+Header files for ggz-gtk library.
 
 %description devel -l pl.UTF-8
-Pliki nag�~Bówkowe dla ggz-gtk-client.
+Pliki nagłówkowe biblioteki ggz-gtk.
 
 %package static
-Summary:	Static ggz-gtk-client library
-Summary(pl.UTF-8):	Statyczna biblioteka ggz-gtk-client
-Group:		Development/Libraries
+Summary:	Static ggz-gtk library
+Summary(pl.UTF-8):	Statyczna biblioteka ggz-gtk
+Group:		X11/Development/Libraries
 Requires:	%{name}-devel = %{version}-%{release}
 
 %description static
-Static ggz-gtk-client library.
+Static ggz-gtk library.
 
 %description static -l pl.UTF-8
-Statyczna biblioteka ggz-gtk-client.
+Statyczna biblioteka ggz-gtk.
 
 %prep
 %setup -q
@@ -87,22 +93,23 @@
 %defattr(644,root,root,755)
 %doc AUTHORS ChangeLog NEWS QuickStart.GGZ README* TODO
 %attr(755,root,root) %{_bindir}/ggz-gtk
-%attr(755,root,root) %{_libdir}/lib*.so.*.*.*
-%attr(755,root,root) %ghost %{_libdir}/lib*.so.1
+%attr(755,root,root) %{_libdir}/libggz-gtk.so.*.*.*
+%attr(755,root,root) %ghost %{_libdir}/libggz-gtk.so.1
 %{_datadir}/ggz
 %{_desktopdir}/ggz-gtk.desktop
-%{_mandir}/man6/*.6*
+%{_mandir}/man6/ggz-gtk.6*
 %{_pixmapsdir}/%{name}.xpm
 
 %files devel
 %defattr(644,root,root,755)
-%attr(755,root,root) %{_libdir}/lib*.so
-%{_libdir}/lib*.la
-%{_includedir}/*
+%attr(755,root,root) %{_libdir}/libggz-gtk.so
+%{_libdir}/libggz-gtk.la
+%{_includedir}/ggz-embed.h
+%{_includedir}/ggz-gtk.h
 
 %files static
 %defattr(644,root,root,755)
-%{_libdir}/lib*.a
+%{_libdir}/libggz-gtk.a
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -110,9 +117,14 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.3  2008-02-09 16:10:27  qboosh
+- pl fixes
+- added X11 to Groups
+- more verbose files
+- devel deps, BR: pkgconfig
+
 Revision 1.2  2008-01-27 12:12:31  lisu
 - group changed to Applications/Games
 
 Revision 1.1  2008-01-27 10:06:08  lisu
 - init
-
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/ggz-gtk-client.spec?r1=1.2&r2=1.3&f=u



More information about the pld-cvs-commit mailing list