gnome-devel-docs-vl.spec 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. Summary: GNOME developer documentation
  2. Name: gnome-devel-docs
  3. Version: 2.32.0
  4. Release: 1%{?dist}
  5. License: GFDL
  6. Group: System Environment/Libraries
  7. URL: http://library.gnome.org
  8. #VCS: git:git://git.gnome.org/gnome-devel-docs
  9. Source: http://download.gnome.org/sources/gnome-devel-docs/2.32/%{name}-%{version}.tar.bz2
  10. BuildArch: noarch
  11. BuildRequires: gnome-doc-utils
  12. BuildRequires: rarian-compat
  13. BuildRequires: docbook-utils
  14. BuildRequires: gettext
  15. %description
  16. This package contains documents which are targeted for GNOME developers.
  17. It contains, e.g., the Human Interface Guidelines, the Integration Guide
  18. and the Platform Overview.
  19. %prep
  20. %setup -q
  21. %build
  22. %configure
  23. make
  24. %install
  25. rm -rf $RPM_BUILD_ROOT
  26. make install DESTDIR=$RPM_BUILD_ROOT
  27. %find_lang %{name} --all-name --with-gnome
  28. %clean
  29. rm -rf $RPM_BUILD_ROOT
  30. %files -f %{name}.lang
  31. %defattr(-,root,root,-)
  32. %doc README AUTHORS NEWS COPYING
  33. %changelog
  34. * Sat Oct 09 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 2.32.0-1
  35. - initial build for Vine Linux
  36. * Mon Apr 26 2010 Matthias Clasen <mclasen@redhat.com> - 2.30.1-1
  37. - Update to 2.30.1
  38. * Mon Mar 29 2010 Matthias Clasen <mclasen@redhat.com> - 2.30.0-1
  39. - Update to 2.30.0
  40. * Mon Feb 22 2010 Matthias Clasen <mclasen@redhat.com> - 2.29.3-1
  41. - Update to 2.29.3
  42. * Wed Feb 10 2010 Bastien Nocera <bnocera@redhat.com> 2.29.2-1
  43. - Update to 2.29.2
  44. * Tue Jan 26 2010 Matthias Clasen <mclasen@redhat.com> - 2.29.1-1
  45. - Update to 2.29.1
  46. * Mon Sep 21 2009 Matthias Clasen <mclasen@redhat.com> - 2.28.0-1
  47. - Update to 2.28.0
  48. * Mon Aug 24 2009 Matthias Clasen <mclasen@redhat.com> - 2.27.1-1
  49. - Update to 2.27.1
  50. * Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.26.1-2
  51. - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
  52. * Tue Apr 14 2009 Matthias Clasen <mclasen@redhat.com> - 2.26.1-1
  53. - Update to 2.26.1
  54. * Mon Mar 16 2009 Matthias Clasen <mclasen@redhat.com> - 2.26.0-1
  55. - Update to 2.26.0
  56. * Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.24.1-2
  57. - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
  58. * Tue Dec 16 2008 Matthias Clasen <mclasen@redhat.com> - 2.24.1-1
  59. - Update to 2.24.1
  60. * Mon Sep 22 2008 Matthias Clasen <mclasen@redhat.com> - 2.24.0-1
  61. - Update to 2.24.0
  62. * Thu Sep 4 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.1-1
  63. - Update to 2.23.1
  64. * Mon Mar 10 2008 Matthias Clasen <mclasen@redhat.com> - 2.22.0-1
  65. - Update to 2.22.0
  66. * Wed Feb 13 2008 Matthias Clasen <mclasen@redhat.com> - 2.21.1-1
  67. - Update to 2.21.1
  68. * Wed Oct 24 2007 Matthias Clasen <mclasen@redhat.com> - 2.20.0-2
  69. - Incorporate package review feedback
  70. * Tue Oct 23 2007 Matthias Clasen <mclasen@redhat.com> - 2.20.0-1
  71. - Initial packaging