diff --git a/baselibs.conf b/baselibs.conf new file mode 100644 index 0000000..6df3079 --- /dev/null +++ b/baselibs.conf @@ -0,0 +1,2 @@ +libcaca0 +libcaca0-plugins diff --git a/libcaca.changes b/libcaca.changes index 15cda95..34e0bd1 100644 --- a/libcaca.changes +++ b/libcaca.changes @@ -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 diff --git a/libcaca.spec b/libcaca.spec index 0b313a1..606894b 100644 --- a/libcaca.spec +++ b/libcaca.spec @@ -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 - Jean-Yves Lamoureux - %prep chmod 0644 %{S:0} %setup -q -n libcaca-%{version} @@ -251,28 +231,6 @@ chmod 0644 %{S:0} %patch7 %patch9 %patch1 -cat <