libggz-vl.spec 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  1. Summary: Library for client-server games
  2. Name: libggz
  3. Version: 0.0.14.1
  4. Release: 3%{_dist_release}
  5. License: LGPLv2+
  6. Group: System Environment/Libraries
  7. URL: http://www.ggzgamingzone.org/
  8. Source: http://ftp.belnet.be/packages/ggzgamingzone/ggz/%{version}/libggz-%{version}.tar.gz
  9. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  10. BuildRequires: libgcrypt-devel
  11. ## tls support: openssl (l)gpl compat? not sure, use gnutls for now -- Rex
  12. #BuildRequires: openssl-devel
  13. BuildRequires: gnutls-devel
  14. %description
  15. GGZ (which is a recursive acronym for GGZ Gaming Zone) develops libraries,
  16. games and game-related applications for client-server online gaming. Player
  17. rankings, game spectators, AI players and a chat bot are part of this effort.
  18. %package devel
  19. Summary: Development files for %{name}
  20. Group: Development/Libraries
  21. Requires: %{name} = %{version}-%{release}
  22. %description devel
  23. %{summary}.
  24. %prep
  25. %setup -q
  26. %build
  27. %configure \
  28. --disable-debug \
  29. --disable-static \
  30. --with-gcrypt \
  31. --with-tls=GnuTLS
  32. make %{?_smp_mflags}
  33. %install
  34. rm -rf %{buildroot}
  35. make install DESTDIR=%{buildroot}
  36. rm -f %{buildroot}/%{_libdir}/*.la
  37. %post -p /sbin/ldconfig
  38. %postun -p /sbin/ldconfig
  39. %clean
  40. rm -rf %{buildroot}
  41. %files
  42. %defattr(-,root,root,-)
  43. %doc AUTHORS ChangeLog COPYING NEWS README
  44. %{_libdir}/libggz.so.*
  45. %files devel
  46. %{_includedir}/ggz*.h
  47. %{_libdir}/libggz.so
  48. %{_mandir}/man3/ggz*
  49. %changelog
  50. * Thu Apr 7 2011 IWAI, Masaharu <iwai@alib.jp> 0.0.14.1-3vl6
  51. - build on current VineSeed
  52. * Sat Jan 17 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.0.14.1-2
  53. - rebuild with gnutls-2.6.3
  54. * Sun Apr 20 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.0.14.1-1
  55. - initial build for Vine Linux
  56. * Sun Feb 17 2008 Rex Dieter <rdieter@fedoraproject.org> 0.0.14.1-1
  57. - ggz 0.0.14.1
  58. * Fri Feb 08 2008 Rex Dieter <rdieter@fedoraproject.org> 0.0.14-3
  59. - respin (gcc43)
  60. * Thu Sep 27 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 0.0.14-2
  61. - cleanup
  62. * Wed Sep 5 2007 Dries Verachtert <dries@ulyssis.org> - 0.0.14-1
  63. - Updated to release 0.0.14.
  64. * Sat Apr 08 2006 Dries Verachtert <dries@ulyssis.org> - 0.0.12-1.2
  65. - Rebuild for Fedora Core 5.
  66. * Sat Dec 03 2005 Dries Verachtert <dries@ulyssis.org> - 0.0.12-1
  67. - Initial package.