libggz-vl.spec 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  1. Summary: Library for client-server games
  2. Name: libggz
  3. Version: 0.0.14.1
  4. Release: 4%{_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. Patch0: libggz-0.0.14.1-gnutls3.patch
  15. %description
  16. GGZ (which is a recursive acronym for GGZ Gaming Zone) develops libraries,
  17. games and game-related applications for client-server online gaming. Player
  18. rankings, game spectators, AI players and a chat bot are part of this effort.
  19. %package devel
  20. Summary: Development files for %{name}
  21. Group: Development/Libraries
  22. Requires: %{name} = %{version}-%{release}
  23. %description devel
  24. %{summary}.
  25. %prep
  26. %setup -q
  27. %patch0 -p0 -b .gnutls
  28. %build
  29. %configure \
  30. --disable-debug \
  31. --disable-static \
  32. --with-gcrypt \
  33. --with-tls=GnuTLS
  34. #make %{?_smp_mflags}
  35. make
  36. %install
  37. rm -rf %{buildroot}
  38. make install DESTDIR=%{buildroot}
  39. rm -f %{buildroot}/%{_libdir}/*.la
  40. %post -p /sbin/ldconfig
  41. %postun -p /sbin/ldconfig
  42. %clean
  43. rm -rf %{buildroot}
  44. %files
  45. %defattr(-,root,root,-)
  46. %doc AUTHORS ChangeLog COPYING NEWS README
  47. %{_libdir}/libggz.so.*
  48. %files devel
  49. %{_includedir}/ggz*.h
  50. %{_libdir}/libggz.so
  51. %{_mandir}/man3/ggz*
  52. %changelog
  53. * Sun Aug 24 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.0.14.1-4
  54. - rebuild with VineSeed environment
  55. - add Patch0 (libggz-0.0.14.1-gnutls3.patch) from gentoo
  56. * Thu Apr 7 2011 IWAI, Masaharu <iwai@alib.jp> 0.0.14.1-3vl6
  57. - build on current VineSeed
  58. * Sat Jan 17 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.0.14.1-2
  59. - rebuild with gnutls-2.6.3
  60. * Sun Apr 20 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.0.14.1-1
  61. - initial build for Vine Linux
  62. * Sun Feb 17 2008 Rex Dieter <rdieter@fedoraproject.org> 0.0.14.1-1
  63. - ggz 0.0.14.1
  64. * Fri Feb 08 2008 Rex Dieter <rdieter@fedoraproject.org> 0.0.14-3
  65. - respin (gcc43)
  66. * Thu Sep 27 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 0.0.14-2
  67. - cleanup
  68. * Wed Sep 5 2007 Dries Verachtert <dries@ulyssis.org> - 0.0.14-1
  69. - Updated to release 0.0.14.
  70. * Sat Apr 08 2006 Dries Verachtert <dries@ulyssis.org> - 0.0.12-1.2
  71. - Rebuild for Fedora Core 5.
  72. * Sat Dec 03 2005 Dries Verachtert <dries@ulyssis.org> - 0.0.12-1
  73. - Initial package.