This commit is contained in:
parent
1d0e26e89f
commit
db3b847ff4
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 28 14:38:21 CET 2009 - crrodriguez@suse.de
|
||||
|
||||
- remove "la" files
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 4 13:01:06 CET 2008 - cfarrell@suse.de
|
||||
|
||||
|
15
libcaca.spec
15
libcaca.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package libcaca (Version 0.99.beta13b)
|
||||
#
|
||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -24,7 +24,7 @@ BuildRequires: slang-devel texlive-latex xorg-x11 xorg-x11-devel
|
||||
BuildRequires: freeglut-devel xorg-x11-libs
|
||||
BuildRequires: gcc-c++ libstdc++-devel mono-devel ruby-devel
|
||||
Version: 0.99.beta13b
|
||||
Release: 47
|
||||
Release: 48
|
||||
License: GPL v2 or later
|
||||
Summary: Library for Colour ASCII Art, text mode graphics
|
||||
Group: Development/Languages/C and C++
|
||||
@ -154,8 +154,8 @@ Authors:
|
||||
|
||||
%build
|
||||
export CFLAGS="%{optflags}"
|
||||
autoreconf -fi
|
||||
%configure \
|
||||
autoreconf -fiv
|
||||
%configure --with-pic \
|
||||
--program-prefix="%{?_program_prefix}" \
|
||||
--enable-slang \
|
||||
--enable-ncurses \
|
||||
@ -165,12 +165,13 @@ autoreconf -fi
|
||||
--enable-gl \
|
||||
--enable-shared \
|
||||
--disable-static
|
||||
%{__make}
|
||||
%{__make} %{?jobs:-j%jobs}
|
||||
|
||||
%install
|
||||
%makeinstall
|
||||
# We want to include the docs ourselves from the source directory
|
||||
#%{__mv} %{buildroot}%{_docdir}/%{name}-devel %{name}-devel-docs
|
||||
%{__rm} -f %{buildroot}%{_libdir}/*.la
|
||||
|
||||
%post -p /sbin/ldconfig
|
||||
|
||||
@ -186,9 +187,7 @@ autoreconf -fi
|
||||
|
||||
%files devel
|
||||
%defattr(-, root, root, 0755)
|
||||
#%{_libdir}/*.a
|
||||
%{_libdir}/*.so
|
||||
%{_libdir}/*.la
|
||||
%{_bindir}/caca-config
|
||||
%{_libdir}/pkgconfig/*.pc
|
||||
%{_includedir}/*
|
||||
@ -222,6 +221,8 @@ autoreconf -fi
|
||||
%{_mandir}/man1/img2txt.1*
|
||||
|
||||
%changelog
|
||||
* Wed Jan 28 2009 crrodriguez@suse.de
|
||||
- remove "la" files
|
||||
* Thu Dec 04 2008 cfarrell@suse.de
|
||||
- added patch to remove badwords because of bnc#441358
|
||||
* Thu Jun 12 2008 pth@suse.de
|
||||
|
Loading…
Reference in New Issue
Block a user