commit f0332146152634902479d8a8ba07ae39d102b51c
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Sun Sep 17 22:20:12 2017 +0100
Save the release 3 before retire it
It all source code that we can get from here.
vboxgtk.spec | 15 ++++++++++-----
1 file changed, 10 insertions(+), 5 deletions(-)
---
diff --git a/vboxgtk.spec b/vboxgtk.spec
index e2cfb04..3911338 100644
--- a/vboxgtk.spec
+++ b/vboxgtk.spec
@@ -1,8 +1,9 @@
%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from
distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
+%global debug_package %{nil}
Name: vboxgtk
Version: 0.5.0
-Release: 2%{?dist}
+Release: 3%{?dist}
Summary: A simple GTK frontend for VirtualBox
Group: Applications/Emulators
@@ -16,13 +17,14 @@ Patch1: vboxgtk-vboxpath.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
%if 0%{?fedora} > 11
-ExclusiveArch: i686 x86_64
+ExclusiveArch: i686 x86_64
%else %if 0%{?fedora} > 10
-ExclusiveArch: i586 x86_64
+ExclusiveArch: i586 x86_64
%else
-ExclusiveArch: i386 x86_64
+ExclusiveArch: i386 x86_64
%endif
+BuildRequires: python-devel intltool gettext
Requires: python-VirtualBox-OSE
%description
@@ -38,7 +40,7 @@ A simple GTK frontend for VirtualBox.
%install
rm -rf $RPM_BUILD_ROOT
-./setup.py install --root $RPM_BUILD_ROOT
+python setup.py install --root $RPM_BUILD_ROOT --install-lib=%{python_sitelib}
%find_lang %{name}
%clean
@@ -60,6 +62,9 @@ rm -rf $RPM_BUILD_ROOT
%{_datadir}/%{name}
%changelog
+* Sat Aug 15 2009 Hicham HAOUARI <hicham.haouari(a)gmail.com> 0.5.0-3
+- Fixed BR after a failed build.
+
* Sun Aug 09 2009 Hicham HAOUARI <hicham.haouari(a)gmail.com> 0.5.0-2
- Spec cleanup (
https://bugzilla.rpmfusion.org/show_bug.cgi?id=751#c2).
* Fri Aug 07 2009 Hicham HAOUARI <hicham.haouari(a)gmail.com> 0.5.0-1