Name: libggz
Summary: Library for client-server games
Version: 0.0.14
Release: 1
License: LGPL
Group: Development/Libraries
URL: http://www.ggzgamingzone.org/
Description: GGZ (which is a recursive acronym for GGZ Gaming Zone) develops libraries,
games and game-related applications for client-server online gaming. Player
rankings, game spectators, AI players and a chat bot are part of this effort.
The build could not start because the following file is missing: libggz-0.0.14.tar.gz
The build could not start because the following file is missing: libggz-0.0.14.tar.gz
The spec file used by the build system currently has the following contents:
# $Id$
# Authority: dries
### EL6 ships with ggz-base-libs-0.99.5-5.1.el6
# ExclusiveDist: el2 el3 el4 el5
Summary: Library for client-server games
Name: libggz
Version: 0.0.14
Release: 1%{?dist}
License: LGPL
Group: Development/Libraries
URL: http://www.ggzgamingzone.org/
Source: http://ftp.belnet.be/packages/ggzgamingzone/ggz/%{version}/libggz-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
BuildRequires: gcc-c++
#Requires:
%description
GGZ (which is a recursive acronym for GGZ Gaming Zone) develops libraries,
games and game-related applications for client-server online gaming. Player
rankings, game spectators, AI players and a chat bot are part of this effort.
%package devel
Summary: Header files, libraries and development documentation for %{name}.
Group: Development/Libraries
Requires: %{name} = %{version}-%{release}
%description devel
This package contains the header files, static libraries and development
documentation for %{name}. If you like to develop programs using %{name},
you will need to install %{name}-devel.
%prep
%setup
%build
%configure
%{__make} %{?_smp_mflags}
%install
%{__rm} -rf %{buildroot}
%makeinstall
%post
/sbin/ldconfig 2>/dev/null
%postun
/sbin/ldconfig 2>/dev/null
%clean
%{__rm} -rf %{buildroot}
%files
%defattr(-, root, root, 0755)
%doc AUTHORS ChangeLog COPYING INSTALL NEWS README
%doc %{_mandir}/man3/ggz*
%{_libdir}/libggz.so.*
%files devel
%{_includedir}/ggz*.h
%{_libdir}/libggz.so
%exclude %{_libdir}/libggz.a
%exclude %{_libdir}/*.la
%changelog
* Wed Sep 5 2007 Dries Verachtert <dries@ulyssis.org> - 0.0.14-1
- Updated to release 0.0.14.
* Sat Apr 08 2006 Dries Verachtert <dries@ulyssis.org> - 0.0.12-1.2
- Rebuild for Fedora Core 5.
* Sat Dec 03 2005 Dries Verachtert <dries@ulyssis.org> - 0.0.12-1
- Initial package.