This commit is contained in:
parent
9fa726e0f9
commit
1d0e26e89f
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Dec 4 13:01:06 CET 2008 - cfarrell@suse.de
|
||||||
|
|
||||||
|
- added patch to remove badwords because of bnc#441358
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jun 12 19:19:15 CEST 2008 - pth@suse.de
|
Thu Jun 12 19:19:15 CEST 2008 - pth@suse.de
|
||||||
|
|
||||||
|
19
libcaca.spec
19
libcaca.spec
@ -2,9 +2,16 @@
|
|||||||
# spec file for package libcaca (Version 0.99.beta13b)
|
# spec file for package libcaca (Version 0.99.beta13b)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
# This file and all modifications and additions to the pristine
|
|
||||||
# package are under the same license as the package itself.
|
|
||||||
#
|
#
|
||||||
|
# All modifications and additions to the file contributed by third parties
|
||||||
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
|
# upon. The license for this file, and modifications and additions to the
|
||||||
|
# file, is the same license as for the pristine package itself (unless the
|
||||||
|
# license for the pristine package is not an Open Source License, in which
|
||||||
|
# case the license is the MIT License). An "Open Source License" is a
|
||||||
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
|
# published by the Open Source Initiative.
|
||||||
|
|
||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
@ -17,7 +24,7 @@ BuildRequires: slang-devel texlive-latex xorg-x11 xorg-x11-devel
|
|||||||
BuildRequires: freeglut-devel xorg-x11-libs
|
BuildRequires: freeglut-devel xorg-x11-libs
|
||||||
BuildRequires: gcc-c++ libstdc++-devel mono-devel ruby-devel
|
BuildRequires: gcc-c++ libstdc++-devel mono-devel ruby-devel
|
||||||
Version: 0.99.beta13b
|
Version: 0.99.beta13b
|
||||||
Release: 2
|
Release: 47
|
||||||
License: GPL v2 or later
|
License: GPL v2 or later
|
||||||
Summary: Library for Colour ASCII Art, text mode graphics
|
Summary: Library for Colour ASCII Art, text mode graphics
|
||||||
Group: Development/Languages/C and C++
|
Group: Development/Languages/C and C++
|
||||||
@ -29,6 +36,7 @@ Patch2: libcaca-X11_test.patch
|
|||||||
Patch3: libcaca-missing_header.patch
|
Patch3: libcaca-missing_header.patch
|
||||||
Patch4: libcaca-ruby_am_cflags.patch
|
Patch4: libcaca-ruby_am_cflags.patch
|
||||||
Patch5: libcaca-ruby_vendor_install.patch
|
Patch5: libcaca-ruby_vendor_install.patch
|
||||||
|
Patch6: remove_badwords.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
%define rb_vendorarch %{_libdir}/ruby/vendor_ruby/%{rb_ver}/%{rb_arch}
|
%define rb_vendorarch %{_libdir}/ruby/vendor_ruby/%{rb_ver}/%{rb_arch}
|
||||||
%define rb_vendorlib %{_libdir}/ruby/vendor_ruby/%{rb_ver}
|
%define rb_vendorlib %{_libdir}/ruby/vendor_ruby/%{rb_ver}
|
||||||
@ -142,6 +150,7 @@ Authors:
|
|||||||
%patch3
|
%patch3
|
||||||
%patch4
|
%patch4
|
||||||
%patch5
|
%patch5
|
||||||
|
%patch6 -p2
|
||||||
|
|
||||||
%build
|
%build
|
||||||
export CFLAGS="%{optflags}"
|
export CFLAGS="%{optflags}"
|
||||||
@ -213,6 +222,8 @@ autoreconf -fi
|
|||||||
%{_mandir}/man1/img2txt.1*
|
%{_mandir}/man1/img2txt.1*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Dec 04 2008 cfarrell@suse.de
|
||||||
|
- added patch to remove badwords because of bnc#441358
|
||||||
* Thu Jun 12 2008 pth@suse.de
|
* Thu Jun 12 2008 pth@suse.de
|
||||||
- Build dynamic libraries, disable creation of static ones.
|
- Build dynamic libraries, disable creation of static ones.
|
||||||
- Compile with OpenGL support.
|
- Compile with OpenGL support.
|
||||||
@ -265,7 +276,7 @@ autoreconf -fi
|
|||||||
- kernel mode to build libcaca programs into a bootable x86 kernel
|
- kernel mode to build libcaca programs into a bootable x86 kernel
|
||||||
- cacaserver, a telnet server that can be hooked to libcaca applications
|
- cacaserver, a telnet server that can be hooked to libcaca applications
|
||||||
- img2irc, an image to IRC conversion utility
|
- img2irc, an image to IRC conversion utility
|
||||||
* Mon Apr 23 2007 ro@suse.de
|
* Sun Apr 22 2007 ro@suse.de
|
||||||
- use texlive for building
|
- use texlive for building
|
||||||
* Fri Mar 30 2007 rguenther@suse.de
|
* Fri Mar 30 2007 rguenther@suse.de
|
||||||
- Add ncurses-devel BuildRequires.
|
- Add ncurses-devel BuildRequires.
|
||||||
|
1390
remove_badwords.patch
Normal file
1390
remove_badwords.patch
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user