SPECS: libggz.spec - typo - added missing libtoolize - ggz.h(3) ma...

qboosh qboosh at pld-linux.org
Sat Aug 4 13:04:46 CEST 2007


Author: qboosh                       Date: Sat Aug  4 11:04:46 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- typo
- added missing libtoolize
- ggz.h(3) man page moved to -devel

---- Files affected:
SPECS:
   libggz.spec (1.5 -> 1.6) 

---- Diffs:

================================================================
Index: SPECS/libggz.spec
diff -u SPECS/libggz.spec:1.5 SPECS/libggz.spec:1.6
--- SPECS/libggz.spec:1.5	Sun Jul 22 19:14:35 2007
+++ SPECS/libggz.spec	Sat Aug  4 13:04:41 2007
@@ -1,6 +1,6 @@
 # $Revision$, $Date$
 Summary:	Makes free online gaming possible
-Summary(pl.UTF-8):	Pozwala grać online w darmowe gry
+Summary(pl.UTF-8):	Biblioteka pozwalająca grać online w darmowe gry
 Name:		libggz
 Version:	0.0.14
 Release:	1
@@ -13,6 +13,7 @@
 BuildRequires:	automake
 BuildRequires:	gnutls-devel
 BuildRequires:	libgcrypt-devel
+BuildRequires:	libtool
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -20,7 +21,7 @@
 server (ggzd), the ggzcore library and other components.
 
 %description -l pl.UTF-8
-To jest podstawowa biblioteka projektu GGZ - libggz, użyana przez
+To jest podstawowa biblioteka projektu GGZ - libggz, używana przez
 serwer GGZ Gaming Zone (ggzd), bibliotekę ggzcore oraz inne
 komponenty.
 
@@ -29,6 +30,8 @@
 Summary(pl.UTF-8):	Pliki nagłówkowe biblioteki libggz
 Group:		Development/Libraries
 Requires:	%{name} = %{version}-%{release}
+Requires:	gnutls-devel
+Requires:	libgcrypt-devel
 
 %description devel
 Header files for libggz library.
@@ -52,8 +55,10 @@
 %setup -q
 
 %build
-%{__aclocal} -I m4/ -I m4/ggz/
+%{__libtoolize}
+%{__aclocal} -I m4 -I m4/ggz
 %{__autoconf}
+%{__autoheader}
 %{__automake}
 %configure \
 	--with-tls \
@@ -75,18 +80,18 @@
 %files
 %defattr(644,root,root,755)
 %doc AUTHORS ChangeLog NEWS README*
-%attr(755,root,root) %{_libdir}/lib*.so.*.*.*
-%{_mandir}/man3/*
+%attr(755,root,root) %{_libdir}/libggz.so.*.*.*
 
 %files devel
 %defattr(644,root,root,755)
-%attr(755,root,root) %{_libdir}/lib*.so
-%{_libdir}/lib*.la
-%{_includedir}/*.h
+%attr(755,root,root) %{_libdir}/libggz.so
+%{_libdir}/libggz.la
+%{_includedir}/ggz*.h
+%{_mandir}/man3/ggz.h.3*
 
 %files static
 %defattr(644,root,root,755)
-%{_libdir}/lib*.a
+%{_libdir}/libggz.a
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -94,6 +99,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.6  2007/08/04 11:04:41  qboosh
+- typo
+- added missing libtoolize
+- ggz.h(3) man page moved to -devel
+
 Revision 1.5  2007/07/22 17:14:35  shadzik
 - use encryption and tls functionality
 - BR: gnutls-devel and libgcrypt-devel
@@ -109,4 +119,3 @@
 
 Revision 1.1  2007/07/22 10:29:07  lisu
 - initial
-
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/libggz.spec?r1=1.5&r2=1.6&f=u



More information about the pld-cvs-commit mailing list