commit 6cbfe28a97caf0691faea3a1af3f21700be70f8a
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Sun Sep 17 22:07:47 2017 +0100
Clean up git mv F-11/* is the only copy on cvs
no differences beetween branches and clean up old cvs files
F-11/.cvsignore => .gitignore | 0
F-11/Makefile | 21 ---------------------
F-12/.cvsignore | 1 -
F-12/Makefile | 21 ---------------------
F-12/dead.package | 3 ---
F-12/sources | 1 -
F-13/.cvsignore | 1 -
F-13/Makefile | 21 ---------------------
F-13/dead.package | 3 ---
F-13/sources | 1 -
F-15/.cvsignore | 1 -
F-15/Makefile | 21 ---------------------
F-15/dead.package | 3 ---
F-16/.cvsignore | 1 -
F-16/Makefile | 21 ---------------------
F-16/dead.package | 3 ---
F-17/.cvsignore | 1 -
F-17/Makefile | 21 ---------------------
F-17/dead.package | 3 ---
F-18/.cvsignore | 1 -
F-18/Makefile | 21 ---------------------
F-18/dead.package | 3 ---
F-19/.cvsignore | 1 -
F-19/Makefile | 21 ---------------------
F-19/dead.package | 3 ---
F-20/.cvsignore | 1 -
F-20/Makefile | 21 ---------------------
F-20/dead.package | 3 ---
Makefile | 15 ---------------
devel/.cvsignore | 1 -
devel/Makefile | 21 ---------------------
devel/dead.package | 3 ---
import.log | 0
pkg.acl | 0
F-11/sources => sources | 0
...top.in.patch => vboxgtk-vboxgtk.desktop.in.patch | 0
...vboxgtk-vboxpath.patch => vboxgtk-vboxpath.patch | 0
F-11/vboxgtk.spec => vboxgtk.spec | 15 +++++----------
38 files changed, 5 insertions(+), 273 deletions(-)
---
diff --git a/F-11/.cvsignore b/.gitignore
similarity index 100%
rename from F-11/.cvsignore
rename to .gitignore
diff --git a/F-11/sources b/sources
similarity index 100%
rename from F-11/sources
rename to sources
diff --git a/F-11/vboxgtk-vboxgtk.desktop.in.patch b/vboxgtk-vboxgtk.desktop.in.patch
similarity index 100%
rename from F-11/vboxgtk-vboxgtk.desktop.in.patch
rename to vboxgtk-vboxgtk.desktop.in.patch
diff --git a/F-11/vboxgtk-vboxpath.patch b/vboxgtk-vboxpath.patch
similarity index 100%
rename from F-11/vboxgtk-vboxpath.patch
rename to vboxgtk-vboxpath.patch
diff --git a/F-11/vboxgtk.spec b/vboxgtk.spec
similarity index 83%
rename from F-11/vboxgtk.spec
rename to vboxgtk.spec
index 3911338..e2cfb04 100644
--- a/F-11/vboxgtk.spec
+++ b/vboxgtk.spec
@@ -1,9 +1,8 @@
%{!?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: 3%{?dist}
+Release: 2%{?dist}
Summary: A simple GTK frontend for VirtualBox
Group: Applications/Emulators
@@ -17,14 +16,13 @@ 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
@@ -40,7 +38,7 @@ A simple GTK frontend for VirtualBox.
%install
rm -rf $RPM_BUILD_ROOT
-python setup.py install --root $RPM_BUILD_ROOT --install-lib=%{python_sitelib}
+./setup.py install --root $RPM_BUILD_ROOT
%find_lang %{name}
%clean
@@ -62,9 +60,6 @@ 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