system-config-boot-vl.spec 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174
  1. Summary: A graphical interface for configuring the boot loader
  2. Summary(ja): ブートローダの設定をするためのグラフィカルインタフェース
  3. Name: system-config-boot
  4. Version: 1.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. * Sat Apr 09 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0-1
  56. - new upstream release
  57. * Thu May 28 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 0.3.0-1
  58. - initial build for Vine Linux
  59. * Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.0-4
  60. - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
  61. * Mon Dec 01 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> - 0.3.0-3
  62. - Rebuild for Python 2.6
  63. * Tue Oct 28 2008 Harald Hoyer <harald@redhat.com> 0.3.0-2
  64. - reapplied changes by spot
  65. * Tue Oct 28 2008 Harald Hoyer <harald@redhat.com> 0.3.0-1
  66. - version 0.3.0
  67. * Mon Oct 27 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.2.21-3
  68. - add Requires: usermode-gtk
  69. * Mon Sep 08 2008 Harald Hoyer <harald@redhat.com> - 0.2.21-1
  70. - removed .png from icon entry in the desktop file
  71. * Sat Sep 6 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.2.20-2
  72. - fix license tag, %%configure and %%files
  73. * Tue Apr 08 2008 Harald Hoyer <harald@redhat.com> - 0.2.20-1
  74. - translation update
  75. * Tue Feb 26 2008 Harald Hoyer <harald@redhat.com> - 0.2.19-1
  76. - moved boot_gui.py to /usr/share/system-config-boot/
  77. * Tue Feb 26 2008 Harald Hoyer <harald@redhat.com> - 0.2.18-1
  78. - removed firstboot dependency
  79. * Thu Sep 20 2007 Harald Hoyer <harald@redhat.com> - 0.2.17-1
  80. - translation update
  81. * Mon Aug 13 2007 Harald Hoyer <harald@redhat.com> - 0.2.16-1
  82. - translation update
  83. - updated URL
  84. - changed desktop file categories
  85. * Fri Mar 23 2007 Harald Hoyer <harald@redhat.com> - 0.2.15-1
  86. - specfile cleanups
  87. * Mon Jan 29 2007 Harald Hoyer <harald@redhat.com> - 0.2.14-1
  88. - more build requirements
  89. * Mon Oct 09 2006 Harald Hoyer <harald@redhat.com> - 0.2.13-1
  90. - translation update
  91. - Resolves: rhbz#216607
  92. * Mon Oct 09 2006 Harald Hoyer <harald@redhat.com> - 0.2.12-1
  93. - translation update (bug #208886, #209188)
  94. * Thu Oct 13 2005 Harald Hoyer <harald@redhat.com> - 0.2.11-1
  95. - use new config tool pam configuration file
  96. * Thu Oct 13 2005 Harald Hoyer <harald@redhat.com> - 0.2.10-1
  97. - use firstboot instead of deprecated functions in rhpl
  98. * Thu Mar 31 2005 Harald Hoyer <harald@redhat.com> - 0.2.9-1
  99. - s/gtk\.TRUE/True/g
  100. - s/gtk\.FALSE/False/g
  101. * Tue Nov 23 2004 Harald Hoyer <harald@redhat.com> - 0.2.8-1
  102. - s/gtk.mainquit/gtk.main_quit/g
  103. * Fri Jul 30 2004 Harald Hoyer <harald@redhat.com> - 0.2.7-1
  104. - added build requirements: Perl-XML-Parser desktop-file-utils
  105. * Wed Apr 21 2004 Harald Hoyer <harald@redhat.com> - 0.2.6-1
  106. - translation updates (118804)
  107. * Fri Apr 2 2004 Harald Hoyer <harald@redhat.com> - 0.2.5-1
  108. - translation updates
  109. - renaming of desktop file
  110. * Mon Mar 15 2004 Harald Hoyer <harald@redhat.com> - 0.2.4-1
  111. - translation update
  112. * Thu Nov 6 2003 Harald Hoyer <harald@redhat.de> 0.2.0-1
  113. - changed python version
  114. * Thu Nov 06 2003 Harald Hoyer <harald@redhat.de> 0.1.7-1
  115. - fixed #109266
  116. * Thu Oct 30 2003 Harald Hoyer <harald@redhat.de> 0.1.6-1
  117. - fixed #106796
  118. - added exception handling
  119. * Mon Oct 27 2003 Harald Hoyer <harald@redhat.de> 0.1.5-1
  120. - fixed conf loading (#106796)
  121. - i18n update
  122. * Tue Oct 14 2003 Harald Hoyer <harald@redhat.de> 0.1.4-1
  123. - autofooed and intltoolized r-c-boot
  124. * Wed Oct 8 2003 Harald Hoyer <harald@redhat.de> 0.1.3-1
  125. - added po files
  126. * Wed Oct 2 2003 Harald Hoyer <harald@redhat.de> 0.1.2-1
  127. - fixed desktop file
  128. * Fri Aug 22 2003 Harald Hoyer <harald@redhat.de> 0.1.1-1
  129. - first version