anjuta-extras-vl.spec 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131
  1. Version: 3.10.0
  2. Release: 3%{?_dist_release}
  3. Summary: Several non-core plugins for anjuta
  4. Name: anjuta-extras
  5. Source0: http://ftp.gnome.org/pub/GNOME/sources/%{name}/3.10/%{name}-%{version}.tar.xz
  6. License: GPL2
  7. Group: Applications/Development
  8. URL: http://projects.gnome.org/anjuta/
  9. Summary(ja): anjutaのいくつかの外部プラグイン
  10. Requires: anjuta
  11. Requires: valgrind
  12. Requires: graphviz
  13. BuildRequires: anjuta-devel
  14. BuildRequires: libgnomecanvas-devel
  15. BuildRequires: valgrind
  16. # binutils-devel for valgrind
  17. BuildRequires: binutils-devel
  18. BuildRequires: graphviz-devel
  19. BuildRequires: yelp-tools
  20. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  21. Vendor: Project Vine
  22. Distribution: Vine Linux
  23. Packager: yasumichi, Takemikaduchi
  24. %description
  25. anjuta-extras package includes class-inheritance, valgrind, profiler and
  26. scintilla plugin.
  27. %description -l ja
  28. anjuta-extrasパッケージは、クラスの継承、valgrind、プロファイラおよび
  29. scintillaプラグインを含んでいます。
  30. %prep
  31. %setup -q
  32. %build
  33. %configure
  34. %{__make} %{?_smp_mflags}
  35. %install
  36. %{__rm} -rf ${RPM_BUILD_ROOT}
  37. %{__make} install DESTDIR=${RPM_BUILD_ROOT}
  38. %find_lang %{name} --all-name --with-gnome
  39. # remove no install files
  40. rm -f $RPM_BUILD_ROOT%{_libdir}/anjuta/libanjuta-*.a
  41. rm -f $RPM_BUILD_ROOT%{_libdir}/anjuta/libanjuta-*.la
  42. %clean
  43. %{__rm} -rf ${RPM_BUILD_ROOT}
  44. %postun
  45. glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
  46. %posttrans
  47. glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
  48. %files -f %{name}.lang
  49. %defattr(-,root,root)
  50. %doc COPYING ChangeLog NEWS README
  51. %{_libdir}/anjuta/anjuta-*.plugin
  52. %{_libdir}/anjuta/libanjuta-*.so*
  53. %{_datadir}/anjuta/glade/*.ui
  54. %{_datadir}/anjuta/glade/*.png
  55. %{_datadir}/anjuta/properties/*.properties
  56. %{_datadir}/anjuta/ui/anjuta-sample.ui
  57. %{_datadir}/anjuta/ui/anjuta-scintilla.xml
  58. %{_datadir}/glib-2.0/schemas/*.xml
  59. %{_datadir}/pixmaps/anjuta/anjuta-*.png
  60. %{_datadir}/pixmaps/anjuta/anjuta-*.svg
  61. %changelog
  62. * Sun Jul 10 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.10.0-3
  63. - rebuild with gcc-5.4.0
  64. * Sat Jan 04 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.10.0-2
  65. - rebuild with VineSeed environment
  66. * Sat Oct 26 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.10.0-1
  67. - new upstream release
  68. - change BuildRequires: yelp-tools instead of gnome-doc-utils
  69. * Sun Apr 21 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.8.0-1
  70. - new upstream release
  71. * Sun Sep 30 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.6.0-1
  72. - new upstream release
  73. * Wed Apr 18 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.4.0-1
  74. - new upstream release
  75. - add BuildRequires: gnome-doc-utils
  76. * Fri Sep 30 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.0-1
  77. - new upstream release
  78. * Fri Sep 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.92-1
  79. - new upstream release
  80. * Tue Aug 16 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.4-1
  81. - new upstream release
  82. * Tue Jan 04 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.32.1.1-1
  83. - new upstream release
  84. * Sat Oct 09 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.32.0.0-1
  85. - new upstream release
  86. * Sat Oct 09 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.30.1.0-2
  87. - rebuilt with graphviz-2.26.3
  88. * Sat May 01 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.1.0-1
  89. - new upstream release
  90. * Sun Apr 18 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.0-1
  91. - new upstream release
  92. * Fri Feb 26 2010 Yasumichi Akahoshi <yasumichi@vinelinux.org> 2.28.0-2
  93. - rebuild with anjuta-2.28.2.0
  94. * Thu Nov 05 2009 Yasumichi Akahoshi <yasumichi@vinelinux.org> 2.28.0-1
  95. - first packaging.