SDL_net-vl.spec 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  1. Summary: SDL portable network library
  2. Name: SDL_net
  3. Version: 1.2.8
  4. Release: 2%{?_dist_release}
  5. Source0: %{name}-%{version}.tar.gz
  6. URL: http://www.libsdl.org/projects/SDL_net/
  7. License: LGPL
  8. Group: System Environment/Libraries
  9. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  10. BuildRequires: SDL-devel >= 1.2.14
  11. BuildRequires: sane
  12. BuildRequires: libtool autoconf automake
  13. Requires: SDL
  14. Vendor: Project Vine
  15. Distribution: Vine Linux
  16. %description
  17. This is a portable network library for use with SDL.
  18. %description -l ja
  19. SDLで使用する,ポータブルなネットワークライブラリです.
  20. %package devel
  21. Summary: Libraries and includes to develop SDL networked applications.
  22. Group: Development/Libraries
  23. Requires: %{name} = %{version}-%{release}
  24. %description devel
  25. This is a portable network library for use with SDL.
  26. This is the libraries and include files you can use to develop SDL networked applications.
  27. %description devel -l ja
  28. SDLで使用する,ポータブルなネットワークライブラリです.
  29. SDLでネットワークアプリケーションを開発する時に使用するライブラリや
  30. インクルードファイルが含まれています.
  31. %prep
  32. %setup -q
  33. %build
  34. %configure --disable-gui
  35. make
  36. %install
  37. rm -rf $RPM_BUILD_ROOT
  38. make install DESTDIR=$RPM_BUILD_ROOT
  39. rm -f $RPM_BUILD_ROOT%{_libdir}/*.{a,la}
  40. %clean
  41. rm -rf $RPM_BUILD_ROOT
  42. %post -p /sbin/ldconfig
  43. %postun -p /sbin/ldconfig
  44. %files
  45. %defattr(-,root,root)
  46. %doc README CHANGES COPYING
  47. %{_libdir}/lib*.so.*
  48. %files devel
  49. %defattr(-,root,root)
  50. %doc README CHANGES COPYING
  51. %{_libdir}/lib*.so
  52. %{_libdir}/pkgconfig/%{name}.pc
  53. %{_includedir}/SDL/
  54. %changelog
  55. * Sun Dec 29 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.2.8-2
  56. - rebuild with VineSeed environment
  57. * Sun Jun 24 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.2.8-1
  58. - new upstream release
  59. * Mon Sep 20 2010 IWAI, Masaharu <iwai@alib.jp> 1.2.7-2
  60. - remove *.a
  61. * Sat Sep 20 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.2.7-1
  62. - new upstream release
  63. - applied new versioning policy
  64. - spec in UTF-8
  65. * Mon Jan 15 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.2.6-0vl1
  66. - new upstream release
  67. - s/Copyright/License/
  68. - added %post and %postun section
  69. * Wed May 05 2004 Satoshi MACHINO <machino@vinelinux.org> 1.2.5-0vl2
  70. - added japanese description
  71. - built by SDL-1.2.7
  72. * Sat May 10 2003 Satoshi MACHINO <machino@vinelinux.org> 1.2.5-0vl1
  73. - new upstream version
  74. - added libtool autoconf automake sane in BuildPreReq
  75. * Tue Apr 30 2002 Satoshi MACHINO <machino@vinelinux.org> 1.2.4-1vl1
  76. - build on VineLinux
  77. - added BuildPreReq:
  78. - used rpmmacro
  79. * Sat Feb 3 2001 Paul S Jenner <psj@firstlinux.net>
  80. - First spec file based on SDL spec file