Blame system-config-boot.spec

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
60cf796
Version: 1.0
b8966b0
Release: 5%{?dist}
d284843
URL: http://fedoraproject.org/wiki/SystemConfig/boot
e05acd5
License: GPLv2
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.
51fd986
Source0: %{name}-%{version}.tar.bz2
8f50734
Requires: pygtk2 python2 usermode >= 1.36  
112ddbe
Requires: usermode-gtk
cvsdist d16cfcd
ExclusiveArch: %{ix86} x86_64
4f96bdb
Obsoletes: redhat-config-boot < 0.2
cvsdist 5729258
Provides: redhat-config-boot = %{version}
e05acd5
BuildRequires: python >= 0:2.2 gettext glib2-devel desktop-file-utils perl-XML-Parser intltool
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
4f96bdb
cvsdist 5729258
%build
231781d
%configure
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             \
d284843
    --add-category Settings                                   \
d284843
    --remove-category Application                             \
d284843
    --remove-category SystemSetup                             \
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
231781d
%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/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
b8966b0
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0-5
b8966b0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
b8966b0
f85f74c
* Fri Feb 15 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0-4
f85f74c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
f85f74c
447c9bb
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0-3
447c9bb
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
447c9bb
7326658
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0-2
7326658
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
7326658
60cf796
* Tue Mar 08 2011 Harald Hoyer <harald@redhat.com> 1.0-1
60cf796
- version 1.0
60cf796
54e70a0
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4.1-3
54e70a0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
54e70a0
d74a72b
* Wed Aug 11 2010 David Malcolm <dmalcolm@redhat.com> - 0.4.1-2
d74a72b
- recompiling .py files against Python 2.7 (rhbz#623398)
d74a72b
fa11a3a
* Tue Sep 29 2009 Harald Hoyer <harald@redhat.com> 0.4.1
fa11a3a
- add error dialog, if grub.conf can't be read (bug #525886)
fa11a3a
- updated translations
fa11a3a
8f50734
* Fri Sep 11 2009 Harald Hoyer <harald@redhat.com> 0.4.0
8f50734
- add tui version
8f50734
- removed rhpl dependency
5c3c359
8f50734
* Fri Apr 24 2009 Harald Hoyer <harald@redhat.com> 0.3.1
8f50734
- translation updates
8f50734
- removed kudzu import (bug #473798)
f5da1dd
112ddbe
* Tue Oct 28 2008 Harald Hoyer <harald@redhat.com> 0.3.0-2
112ddbe
- reapplied changes by spot
112ddbe
51fd986
* Tue Oct 28 2008 Harald Hoyer <harald@redhat.com> 0.3.0-1
51fd986
- version 0.3.0
4bd19ce
112ddbe
* Mon Oct 27 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.2.21-3
112ddbe
- add Requires: usermode-gtk
112ddbe
e05acd5
* Mon Sep 08 2008 Harald Hoyer <harald@redhat.com> - 0.2.21-1
e05acd5
- removed .png from icon entry in the desktop file
e05acd5
231781d
* Sat Sep  6 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.2.20-2
e05acd5
- fix license tag, %%configure and %%files
231781d
26aa0ef
* Tue Apr 08 2008 Harald Hoyer <harald@redhat.com> - 0.2.20-1
26aa0ef
- translation update
26aa0ef
dd899f1
* Tue Feb 26 2008 Harald Hoyer <harald@redhat.com> - 0.2.19-1
dd899f1
- moved boot_gui.py to /usr/share/system-config-boot/
dd899f1
6e233c2
* Tue Feb 26 2008 Harald Hoyer <harald@redhat.com> - 0.2.18-1
6e233c2
- removed firstboot dependency
8f4d104
5fbbcc9
* Thu Sep 20 2007 Harald Hoyer <harald@redhat.com> - 0.2.17-1
5fbbcc9
- translation update
5fbbcc9
d284843
* Mon Aug 13 2007 Harald Hoyer <harald@redhat.com> - 0.2.16-1
d284843
- translation update
d284843
- updated URL
d284843
- changed desktop file categories
d284843
d284843
* Fri Mar 23 2007 Harald Hoyer <harald@redhat.com> - 0.2.15-1
4f96bdb
- specfile cleanups
4f96bdb
d284843
* Mon Jan 29 2007 Harald Hoyer <harald@redhat.com> - 0.2.14-1
e0455de
- more build requirements
fe25767
d284843
* Mon Oct 09 2006 Harald Hoyer <harald@redhat.com> - 0.2.13-1
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