rpms/vboxgtk/devel vboxgtk.spec,1.1,1.2
Hicham HAOUARI
hicham at rpmfusion.org
Sat Aug 15 19:52:03 CEST 2009
Author: hicham
Update of /cvs/free/rpms/vboxgtk/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv28806/devel
Modified Files:
vboxgtk.spec
Log Message:
Index: vboxgtk.spec
===================================================================
RCS file: /cvs/free/rpms/vboxgtk/devel/vboxgtk.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- vboxgtk.spec 12 Aug 2009 13:11:00 -0000 1.1
+++ vboxgtk.spec 15 Aug 2009 17:52:03 -0000 1.2
@@ -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 @@
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 @@
%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 @@
%{_datadir}/%{name}
%changelog
+* Sat Aug 15 2009 Hicham HAOUARI <hicham.haouari at gmail.com> 0.5.0-3
+- Fixed BR after a failed build.
+
* Sun Aug 09 2009 Hicham HAOUARI <hicham.haouari at 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 at gmail.com> 0.5.0-1
More information about the rpmfusion-commits
mailing list