Revert "Apply python3 build" 03/230403/2 accepted/tizen_6.0_unified accepted/tizen_6.0_unified_hotfix sandbox/backup/python-gobject-3.30.1_20201125 tizen_6.0 tizen_6.0_hotfix accepted/tizen/6.0/unified/20201030.111727 accepted/tizen/6.0/unified/hotfix/20201102.232609 accepted/tizen/unified/20200413.070929 submit/tizen/20200413.012032 submit/tizen_6.0/20201029.205503 submit/tizen_6.0_hotfix/20201102.192903 submit/tizen_6.0_hotfix/20201103.115103 tizen_6.0.m2_release
authorDongHun Kwak <dh0128.kwak@samsung.com>
Mon, 6 Apr 2020 03:18:44 +0000 (12:18 +0900)
committerHyunjee Kim <hj0426.kim@samsung.com>
Fri, 10 Apr 2020 00:52:51 +0000 (09:52 +0900)
Change-Id: Ic8cf92b159dcb9f027d27c3437f9b3de47bdc7e8
Signed-off-by: Hyunjee Kim <hj0426.kim@samsung.com>
packaging/python3-gobject.manifest [deleted file]
packaging/python3-gobject.spec [deleted file]

diff --git a/packaging/python3-gobject.manifest b/packaging/python3-gobject.manifest
deleted file mode 100644 (file)
index 017d22d..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-<manifest>
- <request>
-    <domain name="_"/>
- </request>
-</manifest>
diff --git a/packaging/python3-gobject.spec b/packaging/python3-gobject.spec
deleted file mode 100644 (file)
index 88ce7b8..0000000
+++ /dev/null
@@ -1,105 +0,0 @@
-Name:           python3-gobject
-%define _name   pygobject
-Summary:        Python3 bindings for GObject
-License:        LGPL-2.1+
-Group:          Development/Libraries
-Version:        3.30.1
-Release:        0
-Url:            http://ftp.gnome.org/pub/GNOME/sources/pygobject/
-Source:         http://download.gnome.org/sources/pygobject/3.8/%{_name}-%{version}.tar.xz
-Source1001:    python3-gobject.manifest
-BuildRequires:  fdupes
-BuildRequires:  glib2-devel >= 2.31.0
-BuildRequires:  gobject-introspection-devel >=  1.34.2
-BuildRequires:  libffi-devel
-BuildRequires:  python3-cairo-devel
-BuildRequires:  python3-devel
-BuildRequires:  pkgconfig(cairo)
-BuildRequires:  pkgconfig(cairo-gobject)
-BuildRequires:  python3
-Provides:       pygobject3
-
-%description
-Pygobjects is an extension module for python3 that gives you access to
-GLib's GObjects.
-
-%package cairo
-Summary:        Python3 bindings for GObject -- Cairo bindings
-Group:          Development/Libraries
-Requires:       %{name} = %{version}
-%define cairo_real_package %(rpm -q --qf '%%{NAME}' --whatprovides cairo)
-Supplements:    packageand(%{name}:%{cairo_real_package})
-
-%description cairo
-Pygobjects is an extension module for python3 that gives you access to
-GLib's GObjects.
-
-This package contains the Python3 Cairo bindings for GObject.
-
-%package pygtkcompat
-Summary:        Python3 bindings for GObject -- PyGTK Backwards Compatibility
-Group:          Development/Libraries
-Requires:       %{name} = %{version}
-
-%description pygtkcompat
-Pygobjects is an extension module for python3 that gives you access to
-GLib's GObjects.
-
-This package contains a module providing backwards compatibility to
-pygtk.
-
-%package devel
-Summary:        Python3 bindings for GObject
-Group:          Development/Libraries
-Requires:       %{name} = %{version}
-
-%description devel
-This package contains files required to build wrappers for gobject
-addon libraries such as pygtk.
-
-%prep
-%setup -q -n %{_name}-%{version}
-cp %{SOURCE1001} .
-
-%build
-%{_bindir}/python3 setup.py build
-
-%install
-%{_bindir}/python3 setup.py install --skip-build \
-               --install-base=%{buildroot} \
-        --install-lib=%{buildroot}%{python3_sitearch} \
-        --install-purelib=%{buildroot}%{_libdir} \
-        --install-scripts=%{buildroot}%{_bindir} \
-        --install-headers=%{buildroot}%{_includedir} \
-        --install-data=%{buildroot}%{_usr}
-%py_compile %{buildroot}/%{python3_sitearch}
-%py_compile -O %{buildroot}/%{python3_sitearch}
-%fdupes %{buildroot}/%{python3_sitearch}
-
-%files
-%manifest %{name}.manifest
-%defattr(-,root,root)
-%license COPYING
-%{python3_sitearch}/gi/
-%{python3_sitearch}/PyGObject-*.egg-info
-# Lives in cairo subpackage
-%exclude %{python3_sitearch}/gi/_gi_cairo*.so
-# Lives in pygtkcompat subpackage
-%exclude %{python3_sitearch}/gi/pygtkcompat.py
-
-%files cairo
-%manifest %{name}.manifest
-%defattr(-,root,root)
-%{python3_sitearch}/gi/_gi_cairo*.so
-
-%files pygtkcompat
-%manifest %{name}.manifest
-%defattr(-,root,root)
-#%{python3_sitearch}/gi/pygtkcompat.py
-%{python3_sitearch}/pygtkcompat
-
-%files devel
-%manifest %{name}.manifest
-%defattr(-,root,root)
-%{_includedir}/pygobject-3.0/
-%{_libdir}/pkgconfig/pygobject-3.0.pc