Sophie

Sophie

distrib > Mageia > 3 > i586 > media > core-release-src > by-pkgid > 9e5376e9a10bb6173403642a3c7f655b > files > 1

grub-customizer-2.5.7-6.mga3.src.rpm

Name:		grub-customizer
Summary:	Graphical interface to configure the grub2/burg settings
Group:		System/Boot and Init
Version:	2.5.7
Release:	%mkrel 6
License:	GPLv3+
URL:		https://launchpad.net/grub-customizer
Source0:	https://launchpad.net/%{name}/2.5/%{version}/+download/%{name}_%{version}.tar.gz
Source1:	grub.cfg

BuildRequires:	cmake
BuildRequires:	pkgconfig(gtkmm-2.4)
BuildRequires:	pkgconfig(gthread-2.0)
BuildRequires:	pkgconfig(openssl)
Requires:	grub2bootloader
Suggests:	hwinfo

%description
Grub Customizer is a graphical interface to configure the grub2/burg settings
with focus on the individual list order - without losing the dynamic behavior
of grub2.

%prep
%setup -q

%build
%cmake
%make

%install
%makeinstall_std -C build
install -d %{buildroot}%{_sysconfdir}/%{name}
install -D %{SOURCE1} %{buildroot}%{_sysconfdir}/%{name}/grub.cfg

desktop-file-install \
  --dir=%{buildroot}%{_datadir}/applications \
  --set-key=OnlyShowIn \
  --set-value='KDE;GNOME;' \
    %{buildroot}%{_datadir}/applications/grub-customizer.desktop

%find_lang %{name}

%files -f %{name}.lang
%{_bindir}/%{name}
%{_libdir}/grubcfg-proxy
%{_datadir}/applications/%{name}.desktop
%{_datadir}/polkit-1/actions/net.launchpad.danielrichter2007.pkexec.%{name}.policy
%{_iconsdir}/hicolor/*/*/%{name}.png
%{_mandir}/man1/%{name}.1.xz
%{_sysconfdir}/%{name}/grub.cfg


%changelog

* Tue Mar 19 2013 barjac <barjac> 2.5.7-6.mga3
+ Revision: 404120
- fix Requires (grub2 and grub2-efi provide grub2bootloader)
- disable .desktop files in all DEs except KDE and GNOME
- minor edit to description

* Mon Jan 21 2013 barjac <barjac> 2.5.7-5.mga3
+ Revision: 390305
- update group

* Sat Jan 12 2013 umeabot <umeabot> 2.5.7-4.mga3
+ Revision: 352681
- Mass Rebuild - https://wiki.mageia.org/en/Feature:Mageia3MassRebuild

* Thu Jul 05 2012 barjac <barjac> 2.5.7-3.mga3
+ Revision: 267923
- remove patch and replace with grub.cfg
- change Requires to Suggests on hwinfo as it is known to cause problems on some systems
- tidy some strings in spec

  + shlomif <shlomif>
    - Remove a misleading comment (thanks to simplew and barjac)

* Tue Jul 03 2012 shlomif <shlomif> 2.5.7-2.mga3
+ Revision: 267057
- Fix requires:"grub2-pc" -> "grub2" ; "os-prober" is not needed.

* Wed Jun 20 2012 shlomif <shlomif> 2.5.7-1.mga3
+ Revision: 262280
- imported package grub-customizer


* Wed Jun 20 2012 Simple <simplew8@gmail.com> 2.5.7-1
- version 2.5.7
- rediff patch0

* Tue May 08 2012 Simple <simplew8@gmail.com> 2.5.5-1
- version 2.5.5
- rediff patch0