From 2d3e5836809d65c98f7ee5013509449f1298cf96 Mon Sep 17 00:00:00 2001 From: Jussi Lehtola Date: Jul 10 2009 19:46:45 +0000 Subject: Fix EPEL install. --- diff --git a/unetbootin.spec b/unetbootin.spec index 330f476..a515521 100644 --- a/unetbootin.spec +++ b/unetbootin.spec @@ -2,7 +2,7 @@ Name: unetbootin Version: 0 -Release: 4.%{rel}bzr%{?dist} +Release: 5.%{rel}bzr%{?dist} Summary: Create bootable Live USB drives for a variety of Linux distributions Group: System Environment/Base License: GPLv2+ @@ -55,7 +55,7 @@ make %{?_smp_mflags} rm -rf %{buildroot} install -D -p -m 755 unetbootin %{buildroot}%{_bindir}/unetbootin # Install desktop file -desktop-file-install --remove-category=Application --dir=%{buildroot}%{_datadir}/applications unetbootin.desktop +desktop-file-install --vendor="" --remove-category=Application --dir=%{buildroot}%{_datadir}/applications unetbootin.desktop # Install localization files install -d %{buildroot}%{_datadir}/unetbootin install -c -p -m 644 unetbootin_*.qm %{buildroot}%{_datadir}/unetbootin/ @@ -71,6 +71,9 @@ rm -rf %{buildroot} %{_datadir}/applications/unetbootin.desktop %changelog +* Fri Jul 10 2009 Jussi Lehtola - 0-5.356bzr +- Fix EPEL install. + * Fri Jul 10 2009 Jussi Lehtola - 0-4.356bzr - Fix EPEL build.