gob2-vl.spec 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128
  1. Summary: GOB2, The GObject Builder
  2. Summary(ja): GOB2 - GObject ビルダ
  3. Name: gob2
  4. Version: 2.0.20
  5. Release: 1%{?_dist_release}
  6. License: GPLv2+
  7. Group: Development/Tools
  8. Source: http://ftp.gnome.org/pub/GNOME/sources/gob2/2.0/%{name}-%{version}.tar.xz
  9. Url: http://www.5z.com/jirka/gob.html
  10. BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
  11. BuildRequires: glib2-devel
  12. BuildRequires: bison, flex
  13. %description
  14. GOB is a simple preprocessor for making GObject objects (glib objects).
  15. It makes objects from a single file which has inline C code so that
  16. you don't have to edit the generated files. Syntax is somewhat inspired
  17. by java and yacc. It supports generating C++ code
  18. %prep
  19. %setup -q
  20. %build
  21. %configure
  22. make
  23. %install
  24. rm -rf $RPM_BUILD_ROOT
  25. %makeinstall
  26. %clean
  27. rm -rf $RPM_BUILD_ROOT
  28. %files
  29. %defattr(-, root, root)
  30. %doc README AUTHORS COPYING NEWS TODO ChangeLog
  31. %doc examples
  32. %{_bindir}/*
  33. %{_mandir}/man1/*
  34. %{_datadir}/aclocal/*
  35. %changelog
  36. * Thu Dec 26 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 2.0.20-1
  37. - update to 2.0.20
  38. * Tue Jun 19 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 2.0.18-1
  39. - update to 2.0.18
  40. * Sun Jul 25 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 2.0.17-1
  41. - new upstream release
  42. - fix URL of Source
  43. * Thu Mar 11 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 2.0.16-1
  44. - new upstream release
  45. * Sat May 10 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0.15-1
  46. - initial build for Vine Linux
  47. * Wed Feb 13 2008 Tomas Smetana <tsmetana@redhat.com> - 2.0.15-2
  48. - rebuild (gcc-4.3)
  49. * Mon Dec 03 2007 Tomas Smetana <tsmetana@redhat.com> - 2.0.15-1
  50. - new upstream version
  51. * Wed Aug 29 2007 Tomas Smetana <tsmetana@redhat.com> - 2.0.14-4
  52. - rebuild (because of BuildID)
  53. * Mon Aug 20 2007 Tomas Smetana <tsmetana@redhat.com> - 2.0.14-3
  54. - license tag update
  55. * Wed Apr 18 2007 Harald Hoyer <harald@redhat.com> - 2.0.14-2
  56. - specfile review
  57. * Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 2.0.14-1.1
  58. - rebuild
  59. * Mon May 29 2006 Harald Hoyer <harald@redhat.com> - 2.0.14-1
  60. - more build requires (bug #193395)
  61. - new version 2.0.14
  62. * Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 2.0.12-1.2.1
  63. - bump again for double-long bug on ppc(64)
  64. * Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 2.0.12-1.2
  65. - rebuilt for new gcc4.1 snapshot and glibc changes
  66. * Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
  67. - rebuilt
  68. * Wed Nov 16 2005 Harald Hoyer <harald@redhat.com>
  69. - version 2.0.12
  70. * Wed Mar 02 2005 Harald Hoyer <harald@redhat.com>
  71. - rebuilt
  72. * Wed Feb 09 2005 Harald Hoyer <harald@redhat.com>
  73. - rebuilt
  74. * Mon Nov 22 2004 Harald Hoyer <harald@faro.stuttgart.redhat.com> - 2.0.11-1
  75. - version 2.0.11
  76. * Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
  77. - rebuilt
  78. * Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
  79. - rebuilt
  80. * Thu Jan 29 2004 Harald Hoyer <harald@faro.stuttgart.redhat.com> - 2.0.6-3
  81. - BuildRequires glib2-devel (111009)
  82. * Wed Aug 6 2003 Harald Hoyer <harald@redhat.de> 2.0.6-2
  83. - rebuild, redhatified specfile
  84. * Fri Sep 28 2001 George Lebl <jirka@5z.com>
  85. - Updated for gob2
  86. * Mon Feb 7 2000 George Lebl <jirka@5z.com>
  87. - added %%{prefix}/share/aclocal/* to %%files
  88. * Tue Dec 14 1999 George Lebl <jirka@5z.com>
  89. - added the examples dir to the %%doc
  90. * Mon Aug 16 1999 George Lebl <jirka@5z.com>
  91. - added gob.spec.in file