Accepting request 71825 from multimedia:libs

Removed python bindings patches, after reading my comments in the spec file and finding them unnecessary.

OBS-URL: https://build.opensuse.org/request/show/71825
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libcaca?expand=0&rev=19
This commit is contained in:
Sascha Peilicke 2011-05-30 07:54:16 +00:00 committed by Git OBS Bridge
commit 7044586f74
3 changed files with 7 additions and 42 deletions

2
baselibs.conf Normal file
View File

@ -0,0 +1,2 @@
libcaca0
libcaca0-plugins

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Apr 12 16:25:52 UTC 2011 - toddrme2178@gmail.com
- Add 32bit compatibility libraries
-------------------------------------------------------------------
Wed Jan 26 20:40:12 UTC 2011 - davejplater@gmail.com

View File

@ -15,8 +15,6 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
%define withjava 0
%define withpython 0
@ -40,18 +38,6 @@ Patch4: libcaca-ruby_am_cflags.patch
Patch5: libcaca-ruby_vendor_install.patch
Patch7: libcaca-0.99.beta16-missing-GLU.patch
Patch9: caca-no-build-date.patch
# Patches from git for python bindings
#Patch10: libcaca-python-makefile.patch
#Patch11: libcaca-python-canvas.patch
#Patch12: libcaca-python-import.patch
#Patch13: libcaca-python-fixdirt.patch
#Patch14: libcaca-python-export.patch
#Patch15: libcaca-python-args.patch
#Patch16: libcaca-python-pointer.patch
#Patch17: libcaca-python-bad.patch
#Patch18: libcaca-python-events.patch
#Patch19: libcaca-python-configure.ac.patch
#Patch20: libcaca-python-Makefile.am.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%define rb_vendorarch %{_libdir}/ruby/vendor_ruby/%{rb_ver}/%{rb_arch}
%define rb_vendorlib %{_libdir}/ruby/vendor_ruby/%{rb_ver}
@ -236,12 +222,6 @@ that shows the libcaca rendering features such as line and ellipses
drawing, triangle filling and sprite blitting.
Authors:
--------
Sam Hocevar <sam@zoy.org>
Jean-Yves Lamoureux <jylam@lnxscene.org>
%prep
chmod 0644 %{S:0}
%setup -q -n libcaca-%{version}
@ -251,28 +231,6 @@ chmod 0644 %{S:0}
%patch7
%patch9
%patch1
cat <<EOF
++++++++++++++++++++++++++++++++++++'
Patches from git for python bindings
to be removed in next release.
++++++++++++++++++++++++++++++++++++'
EOF
#%%patch10 -p1
#mkdir -p python/caca
#touch python/caca/canvas.py
#touch python/caca/display.py
#%%patch11 -p1
#%%patch12 -p1
#%%patch13 -p1
#%%patch14 -p1
#%%patch15 -p1
#%%patch16 -p1
#%%patch17 -p1
#%%patch18 -p1
#%%patch19
#%%patch20
%build
find ./ -name Makefile.in -delete