system-config-boot-vl.spec 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171
  1. Summary: A graphical interface for configuring the boot loader
  2. Summary(ja): ブートローダの設定をするためのグラフィカルインタフェース
  3. Name: system-config-boot
  4. Version: 0.3.0
  5. Release: 1%{?_dist_release}
  6. URL: http://fedoraproject.org/wiki/SystemConfig/boot
  7. License: GPLv2
  8. ExclusiveOS: Linux
  9. Group: Applications/System
  10. BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
  11. # This is a Red Hat maintained package which is specific to
  12. # our distribution. Thus the source is only available from
  13. # within this srpm.
  14. Source0: %{name}-%{version}.tar.bz2
  15. Requires: pygtk2 python usermode >= 1.36 rhpl
  16. Requires: usermode-gtk
  17. ExclusiveArch: %{ix86} x86_64
  18. BuildRequires: python, gettext, glib2-devel, desktop-file-utils
  19. BuildRequires: perl-XML-Parser, intltool
  20. %description
  21. system-config-boot is a graphical user interface that allows
  22. the user to change the default boot entry of the system.
  23. %prep
  24. %setup -q
  25. %build
  26. %configure
  27. make %{?_smp_mflags}
  28. %install
  29. rm -rf $RPM_BUILD_ROOT
  30. make install DESTDIR=$RPM_BUILD_ROOT
  31. mkdir $RPM_BUILD_ROOT%{_datadir}/applications
  32. for i in %{name}.desktop; do \
  33. desktop-file-install --vendor system --delete-original \
  34. --dir $RPM_BUILD_ROOT%{_datadir}/applications \
  35. --add-category Settings \
  36. --remove-category Application \
  37. --remove-category SystemSetup \
  38. $i; \
  39. done;
  40. %find_lang %name
  41. %clean
  42. rm -rf $RPM_BUILD_ROOT
  43. %files -f %{name}.lang
  44. %defattr(-,root,root,-)
  45. %doc COPYING
  46. %attr(0755,root,root) /usr/bin/system-config-boot
  47. %attr(0755,root,root) /usr/sbin/system-config-boot
  48. %dir /usr/share/system-config-boot
  49. %attr(0644,root,root) /usr/share/system-config-boot/*
  50. %attr(0644,root,root) /usr/share/pixmaps/*.png
  51. %attr(0644,root,root) %{_datadir}/applications/*
  52. %attr(0644,root,root) %config(noreplace) /etc/security/console.apps/system-config-boot
  53. %attr(0644,root,root) %config(noreplace) /etc/pam.d/system-config-boot
  54. %changelog
  55. * Thu May 28 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 0.3.0-1
  56. - initial build for Vine Linux
  57. * Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.0-4
  58. - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
  59. * Mon Dec 01 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> - 0.3.0-3
  60. - Rebuild for Python 2.6
  61. * Tue Oct 28 2008 Harald Hoyer <harald@redhat.com> 0.3.0-2
  62. - reapplied changes by spot
  63. * Tue Oct 28 2008 Harald Hoyer <harald@redhat.com> 0.3.0-1
  64. - version 0.3.0
  65. * Mon Oct 27 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.2.21-3
  66. - add Requires: usermode-gtk
  67. * Mon Sep 08 2008 Harald Hoyer <harald@redhat.com> - 0.2.21-1
  68. - removed .png from icon entry in the desktop file
  69. * Sat Sep 6 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.2.20-2
  70. - fix license tag, %%configure and %%files
  71. * Tue Apr 08 2008 Harald Hoyer <harald@redhat.com> - 0.2.20-1
  72. - translation update
  73. * Tue Feb 26 2008 Harald Hoyer <harald@redhat.com> - 0.2.19-1
  74. - moved boot_gui.py to /usr/share/system-config-boot/
  75. * Tue Feb 26 2008 Harald Hoyer <harald@redhat.com> - 0.2.18-1
  76. - removed firstboot dependency
  77. * Thu Sep 20 2007 Harald Hoyer <harald@redhat.com> - 0.2.17-1
  78. - translation update
  79. * Mon Aug 13 2007 Harald Hoyer <harald@redhat.com> - 0.2.16-1
  80. - translation update
  81. - updated URL
  82. - changed desktop file categories
  83. * Fri Mar 23 2007 Harald Hoyer <harald@redhat.com> - 0.2.15-1
  84. - specfile cleanups
  85. * Mon Jan 29 2007 Harald Hoyer <harald@redhat.com> - 0.2.14-1
  86. - more build requirements
  87. * Mon Oct 09 2006 Harald Hoyer <harald@redhat.com> - 0.2.13-1
  88. - translation update
  89. - Resolves: rhbz#216607
  90. * Mon Oct 09 2006 Harald Hoyer <harald@redhat.com> - 0.2.12-1
  91. - translation update (bug #208886, #209188)
  92. * Thu Oct 13 2005 Harald Hoyer <harald@redhat.com> - 0.2.11-1
  93. - use new config tool pam configuration file
  94. * Thu Oct 13 2005 Harald Hoyer <harald@redhat.com> - 0.2.10-1
  95. - use firstboot instead of deprecated functions in rhpl
  96. * Thu Mar 31 2005 Harald Hoyer <harald@redhat.com> - 0.2.9-1
  97. - s/gtk\.TRUE/True/g
  98. - s/gtk\.FALSE/False/g
  99. * Tue Nov 23 2004 Harald Hoyer <harald@redhat.com> - 0.2.8-1
  100. - s/gtk.mainquit/gtk.main_quit/g
  101. * Fri Jul 30 2004 Harald Hoyer <harald@redhat.com> - 0.2.7-1
  102. - added build requirements: Perl-XML-Parser desktop-file-utils
  103. * Wed Apr 21 2004 Harald Hoyer <harald@redhat.com> - 0.2.6-1
  104. - translation updates (118804)
  105. * Fri Apr 2 2004 Harald Hoyer <harald@redhat.com> - 0.2.5-1
  106. - translation updates
  107. - renaming of desktop file
  108. * Mon Mar 15 2004 Harald Hoyer <harald@redhat.com> - 0.2.4-1
  109. - translation update
  110. * Thu Nov 6 2003 Harald Hoyer <harald@redhat.de> 0.2.0-1
  111. - changed python version
  112. * Thu Nov 06 2003 Harald Hoyer <harald@redhat.de> 0.1.7-1
  113. - fixed #109266
  114. * Thu Oct 30 2003 Harald Hoyer <harald@redhat.de> 0.1.6-1
  115. - fixed #106796
  116. - added exception handling
  117. * Mon Oct 27 2003 Harald Hoyer <harald@redhat.de> 0.1.5-1
  118. - fixed conf loading (#106796)
  119. - i18n update
  120. * Tue Oct 14 2003 Harald Hoyer <harald@redhat.de> 0.1.4-1
  121. - autofooed and intltoolized r-c-boot
  122. * Wed Oct 8 2003 Harald Hoyer <harald@redhat.de> 0.1.3-1
  123. - added po files
  124. * Wed Oct 2 2003 Harald Hoyer <harald@redhat.de> 0.1.2-1
  125. - fixed desktop file
  126. * Fri Aug 22 2003 Harald Hoyer <harald@redhat.de> 0.1.1-1
  127. - first version