cvsdist 5729258
# -*- RPM-SPEC -*-
4f96bdb
%define debug_package %{nil}
4f96bdb
cvsdist 5729258
Summary: A graphical interface for configuring the boot loader
cvsdist 5729258
Name: system-config-boot
4f96bdb
Version: 0.2.15
4f96bdb
Release: 1%{?dist}
cvsdist 5729258
URL: http://fedora.redhat.com/
cvsdist 5729258
License: GPL
cvsdist 5729258
ExclusiveOS: Linux
cvsdist 5729258
Group: Applications/System 
4f96bdb
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
4f96bdb
# This is a Red Hat maintained package which is specific to
4f96bdb
# our distribution.  Thus the source is only available from
4f96bdb
# within this srpm.
cvsdist 5729258
Source0: %{name}-%{version}.tar.gz
4f96bdb
Requires: pygtk2 python2 usermode >= 1.36 rhpl >= 0.6 firstboot
cvsdist d16cfcd
ExclusiveArch: %{ix86} x86_64
4f96bdb
Obsoletes: redhat-config-boot < 0.2
cvsdist 5729258
Provides: redhat-config-boot = %{version}
c0e67e8
BuildRequires: python >= 0:2.2 gettext glib2-devel desktop-file-utils perl-XML-Parser
cvsdist 5729258
cvsdist 5729258
%description
cvsdist 5729258
system-config-boot is a graphical user interface that allows 
cvsdist 5729258
the user to change the default boot entry of the system.
cvsdist 5729258
cvsdist 5729258
%prep
cvsdist 5729258
%setup -q
cvsdist 5729258
%configure
4f96bdb
cvsdist 5729258
%build
4f96bdb
make %{?_smp_mflags}
cvsdist 5729258
cvsdist 5729258
%install
4f96bdb
rm -rf $RPM_BUILD_ROOT
4f96bdb
4f96bdb
make install DESTDIR=$RPM_BUILD_ROOT
cvsdist 5729258
cvsdist 5729258
mkdir $RPM_BUILD_ROOT%{_datadir}/applications
cvsdist 5729258
for i in %{name}.desktop; do \
cvsdist 2113dfc
  desktop-file-install --vendor system --delete-original       \
cvsdist 5729258
    --dir $RPM_BUILD_ROOT%{_datadir}/applications             \
cvsdist 5729258
    --add-category X-Red-Hat-Base                             \
cvsdist 5729258
    $i; \
cvsdist 5729258
done;
cvsdist 5729258
cvsdist 5729258
cvsdist 5729258
%find_lang %name
cvsdist 5729258
cvsdist 5729258
%clean
cvsdist 5729258
rm -rf $RPM_BUILD_ROOT
cvsdist 5729258
cvsdist 5729258
%files -f %{name}.lang
cvsdist 5729258
%defattr(-,root,root)
4f96bdb
%doc COPYING
4f96bdb
%attr(0755,root,root) /usr/bin/system-config-boot
4f96bdb
%attr(0755,root,root) /usr/sbin/system-config-boot
cvsdist 5729258
%dir /usr/share/system-config-boot
4f96bdb
%attr(0644,root,root) /usr/share/system-config-boot/*
4f96bdb
%attr(0644,root,root) /usr/share/firstboot/modules/boot_gui.py*
4f96bdb
%attr(0644,root,root) /usr/share/pixmaps/*.png
cvsdist 5729258
%attr(0644,root,root) %{_datadir}/applications/*
4f96bdb
%attr(0644,root,root) %config(noreplace) /etc/security/console.apps/system-config-boot
4f96bdb
%attr(0644,root,root) %config(noreplace) /etc/pam.d/system-config-boot
cvsdist 5729258
cvsdist 5729258
%changelog
4f96bdb
* Fri Mar 23 2007 Harald Hoyer <harald@redhat.com> - 0.2.15-1%{?dist}
4f96bdb
- specfile cleanups
4f96bdb
4f96bdb
* Mon Jan 29 2007 Harald Hoyer <harald@redhat.com> - 0.2.14-1%{?dist}
e0455de
- more build requirements
fe25767
4f96bdb
* Mon Oct 09 2006 Harald Hoyer <harald@redhat.com> - 0.2.13-1%{?dist}
e0455de
- translation update
e0455de
- Resolves: rhbz#216607
57c08fc
e0455de
* Mon Oct 09 2006 Harald Hoyer <harald@redhat.com> - 0.2.12-1
e0455de
- translation update (bug #208886, #209188)
aaa7053
70c10aa
* Thu Oct 13 2005 Harald Hoyer <harald@redhat.com> - 0.2.11-1
70c10aa
- use new config tool pam configuration file
70c10aa
5589ab9
* Thu Oct 13 2005 Harald Hoyer <harald@redhat.com> - 0.2.10-1
5589ab9
- use firstboot instead of deprecated functions in rhpl
5589ab9
206df8b
* Thu Mar 31 2005 Harald Hoyer <harald@redhat.com> - 0.2.9-1
206df8b
- s/gtk\.TRUE/True/g
206df8b
- s/gtk\.FALSE/False/g
206df8b
06abc74
* Tue Nov 23 2004 Harald Hoyer <harald@redhat.com> - 0.2.8-1
06abc74
- s/gtk.mainquit/gtk.main_quit/g
06abc74
cvsdist e02e723
* Fri Jul 30 2004 Harald Hoyer <harald@redhat.com> - 0.2.7-1
cvsdist e02e723
- added build requirements: Perl-XML-Parser desktop-file-utils
cvsdist e02e723
cvsdist e02e723
* Wed Apr 21 2004 Harald Hoyer <harald@redhat.com> - 0.2.6-1
cvsdist e02e723
- translation updates (118804)
cvsdist c7ae168
cvsdist 2113dfc
* Fri Apr  2 2004 Harald Hoyer <harald@redhat.com> - 0.2.5-1
cvsdist 2113dfc
- translation updates
cvsdist 2113dfc
- renaming of desktop file
cvsdist 2113dfc
cvsdist d16cfcd
* Mon Mar 15 2004 Harald Hoyer <harald@redhat.com> - 0.2.4-1
cvsdist d16cfcd
- translation update
cvsdist d16cfcd
cvsdist 5729258
* Thu Nov  6 2003 Harald Hoyer <harald@redhat.de> 0.2.0-1
cvsdist 5729258
- changed python version
cvsdist 5729258
cvsdist 5729258
* Thu Nov 06 2003 Harald Hoyer <harald@redhat.de> 0.1.7-1
cvsdist 5729258
- fixed #109266
cvsdist 5729258
cvsdist 5729258
* Thu Oct 30 2003 Harald Hoyer <harald@redhat.de> 0.1.6-1
cvsdist 5729258
- fixed #106796
cvsdist 5729258
- added exception handling
cvsdist 5729258
cvsdist 5729258
* Mon Oct 27 2003 Harald Hoyer <harald@redhat.de> 0.1.5-1
cvsdist 5729258
- fixed conf loading (#106796)
cvsdist 5729258
- i18n update
cvsdist 5729258
cvsdist 5729258
* Tue Oct 14 2003 Harald Hoyer <harald@redhat.de> 0.1.4-1
cvsdist 5729258
- autofooed and intltoolized r-c-boot
cvsdist 5729258
cvsdist 5729258
* Wed Oct  8 2003 Harald Hoyer <harald@redhat.de> 0.1.3-1
cvsdist 5729258
- added po files
cvsdist 5729258
cvsdist 5729258
* Wed Oct  2 2003 Harald Hoyer <harald@redhat.de> 0.1.2-1
cvsdist 5729258
- fixed desktop file
cvsdist 5729258
cvsdist 5729258
* Fri Aug 22 2003 Harald Hoyer <harald@redhat.de> 0.1.1-1
cvsdist 5729258
- first version
cvsdist 5729258