2014-03-11 15:54:39 +00:00
|
|
|
%{!?ruby_vendorlibdir: %global ruby_vendorlibdir %(ruby -r rbconfig -e 'print RbConfig::CONFIG["vendorlibdir"]')}
|
|
|
|
%{!?ruby_vendorarchdir: %global ruby_vendorarchdir %(ruby -r rbconfig -e 'print RbConfig::CONFIG["vendorarchdir"]')}
|
|
|
|
|
2015-11-09 10:15:10 +00:00
|
|
|
%define beta beta19
|
2007-03-29 14:00:29 +00:00
|
|
|
|
2004-11-08 04:42:00 +00:00
|
|
|
Summary: Library for Colour AsCii Art, text mode graphics
|
|
|
|
Name: libcaca
|
2007-03-29 14:00:29 +00:00
|
|
|
Version: 0.99
|
2019-01-29 15:02:49 +00:00
|
|
|
Release: 0.40.%{beta}%{?dist}
|
2007-08-06 09:30:38 +00:00
|
|
|
License: WTFPL
|
2010-04-29 10:39:15 +00:00
|
|
|
URL: http://caca.zoy.org/wiki/libcaca
|
|
|
|
Source: http://caca.zoy.org/files/libcaca/libcaca-%{version}.%{beta}.tar.gz
|
2008-12-21 17:27:53 +00:00
|
|
|
Patch0: libcaca-0.99.beta16-multilib.patch
|
2019-01-29 15:02:49 +00:00
|
|
|
BuildRequires: gcc-c++
|
2007-03-29 14:00:29 +00:00
|
|
|
BuildRequires: slang-devel
|
|
|
|
BuildRequires: ncurses-devel
|
|
|
|
BuildRequires: libX11-devel
|
|
|
|
BuildRequires: glut-devel
|
2009-06-11 10:48:31 +00:00
|
|
|
BuildRequires: libGLU-devel
|
2007-03-29 14:00:29 +00:00
|
|
|
BuildRequires: imlib2-devel
|
|
|
|
BuildRequires: pango-devel
|
|
|
|
# For the docs
|
|
|
|
Buildrequires: doxygen
|
2019-01-29 15:02:49 +00:00
|
|
|
Buildrequires: texlive-latex
|
|
|
|
Buildrequires: texlive-dvips
|
2004-11-08 04:42:00 +00:00
|
|
|
|
|
|
|
%description
|
|
|
|
libcaca is the Colour AsCii Art library. It provides high level functions
|
2010-04-29 10:39:15 +00:00
|
|
|
for color text drawing, simple primitives for line, polygon and ellipse
|
2004-11-08 04:42:00 +00:00
|
|
|
drawing, as well as powerful image to text conversion routines.
|
|
|
|
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
Summary: Development files for libcaca, the library for Colour AsCii Art
|
2007-03-29 14:00:29 +00:00
|
|
|
Requires: %{name} = %{version}-%{release}
|
|
|
|
Requires: slang-devel
|
|
|
|
Requires: ncurses-devel
|
|
|
|
Requires: libX11-devel
|
|
|
|
Requires: glut-devel
|
2009-06-11 10:48:31 +00:00
|
|
|
Requires: libGLU-devel
|
2007-03-29 14:00:29 +00:00
|
|
|
Requires: imlib2-devel
|
|
|
|
Requires: pango-devel
|
2004-11-08 04:42:00 +00:00
|
|
|
|
|
|
|
%description devel
|
|
|
|
libcaca is the Colour AsCii Art library. It provides high level functions
|
2010-04-29 10:39:15 +00:00
|
|
|
for color text drawing, simple primitives for line, polygon and ellipse
|
2004-11-08 04:42:00 +00:00
|
|
|
drawing, as well as powerful image to text conversion routines.
|
|
|
|
|
|
|
|
This package contains the header files and static libraries needed to
|
|
|
|
compile applications or shared objects that use libcaca.
|
|
|
|
|
|
|
|
|
|
|
|
%package -n caca-utils
|
|
|
|
Summary: Colour AsCii Art Text mode graphics utilities based on libcaca
|
|
|
|
|
|
|
|
%description -n caca-utils
|
|
|
|
This package contains utilities and demonstration programs for libcaca, the
|
|
|
|
Colour AsCii Art library.
|
|
|
|
|
|
|
|
cacaview is a simple image viewer for the terminal. It opens most image
|
|
|
|
formats such as JPEG, PNG, GIF etc. and renders them on the terminal using
|
|
|
|
ASCII art. The user can zoom and scroll the image, set the dithering method
|
|
|
|
or enable anti-aliasing.
|
|
|
|
|
|
|
|
cacaball is a tiny graphic program that renders animated ASCII metaballs on
|
|
|
|
the screen, cacafire is a port of AALib's aafire and displays burning ASCII
|
|
|
|
art flames, and cacademo is a simple application that shows the libcaca
|
|
|
|
rendering features such as line and ellipses drawing, triangle filling and
|
|
|
|
sprite blitting.
|
|
|
|
|
|
|
|
|
2019-01-29 15:02:49 +00:00
|
|
|
%package -n python3-caca
|
|
|
|
Summary: Python bindings for libcaca
|
|
|
|
BuildRequires: python3-devel
|
|
|
|
|
|
|
|
%description -n python3-caca
|
|
|
|
This package contains the python bindings for using libcaca from python.
|
|
|
|
|
|
|
|
|
2010-04-29 10:39:15 +00:00
|
|
|
%package -n ruby-caca
|
|
|
|
Summary: Ruby bindings for libcaca
|
2013-03-19 12:10:32 +00:00
|
|
|
Requires: ruby(release)
|
2010-04-29 10:39:15 +00:00
|
|
|
BuildRequires: ruby, ruby-devel
|
|
|
|
Provides: ruby(caca) = %{version}-%{release}
|
|
|
|
|
|
|
|
%description -n ruby-caca
|
|
|
|
This package contains the ruby bindings for using libcaca from ruby.
|
|
|
|
|
|
|
|
|
2004-11-08 04:42:00 +00:00
|
|
|
%prep
|
2007-03-29 14:00:29 +00:00
|
|
|
%setup -q -n libcaca-%{version}.%{beta}
|
2009-06-11 10:48:31 +00:00
|
|
|
%patch0 -p1 -b .multilib
|
2019-01-29 15:02:49 +00:00
|
|
|
for file in python/examples/*.py; do
|
|
|
|
sed -e 's|/usr/bin/env python$|%{__python3}|g' ${file} > ${file}.tmp
|
|
|
|
touch -r ${file} ${file}.tmp
|
|
|
|
mv -f ${file}.tmp ${file}
|
|
|
|
done
|
2004-11-08 04:42:00 +00:00
|
|
|
|
|
|
|
%build
|
2012-02-29 12:56:55 +00:00
|
|
|
sed -i -e 's|Config::CONFIG\["sitearchdir"\]|Config::CONFIG["vendorarchdir"]|' \
|
2014-03-11 15:54:39 +00:00
|
|
|
-e 's|Config::CONFIG\["sitelibdir"\]|Config::CONFIG["vendorlibdir"]|' \
|
2015-01-17 07:22:12 +00:00
|
|
|
-e "s|rbconfig -e 'print Config|rbconfig -e 'print RbConfig|g" \
|
2014-03-11 15:54:39 +00:00
|
|
|
configure
|
2011-07-11 12:41:23 +00:00
|
|
|
%configure \
|
|
|
|
--disable-static \
|
|
|
|
--disable-csharp \
|
2019-01-29 15:02:49 +00:00
|
|
|
--disable-java
|
2007-03-29 14:00:29 +00:00
|
|
|
# Remove useless rpath
|
|
|
|
sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
|
|
|
|
sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
|
2011-07-11 12:41:23 +00:00
|
|
|
make %{?_smp_mflags}
|
2004-11-08 04:42:00 +00:00
|
|
|
|
|
|
|
|
|
|
|
%install
|
2011-07-11 12:41:23 +00:00
|
|
|
rm -rf %{buildroot} libcaca-dev-docs
|
|
|
|
make install DESTDIR=%{buildroot}
|
2004-11-08 04:42:00 +00:00
|
|
|
# We want to include the docs ourselves from the source directory
|
2011-07-11 12:41:23 +00:00
|
|
|
mv %{buildroot}%{_docdir}/libcaca-dev libcaca-dev-docs
|
2008-10-27 10:20:31 +00:00
|
|
|
# Remove symlink to libcaca-dev
|
2011-07-11 12:41:23 +00:00
|
|
|
rm -f %{buildroot}%{_docdir}/libcucul-dev
|
2004-11-08 04:42:00 +00:00
|
|
|
|
|
|
|
|
|
|
|
|
2019-01-22 17:39:34 +00:00
|
|
|
%ldconfig_scriptlets
|
2007-03-29 14:00:29 +00:00
|
|
|
|
2008-10-27 10:20:31 +00:00
|
|
|
|
2007-03-29 14:00:29 +00:00
|
|
|
%files
|
|
|
|
%doc COPYING
|
|
|
|
%{_libdir}/*.so.*
|
|
|
|
|
2004-11-08 04:42:00 +00:00
|
|
|
%files devel
|
2008-12-21 17:27:53 +00:00
|
|
|
%doc ChangeLog libcaca-dev-docs/html/
|
2004-11-08 04:42:00 +00:00
|
|
|
%{_bindir}/caca-config
|
2007-03-29 14:00:29 +00:00
|
|
|
%{_includedir}/*.h
|
|
|
|
%{_libdir}/pkgconfig/*.pc
|
|
|
|
%exclude %{_libdir}/*.la
|
|
|
|
%{_libdir}/*.so
|
2004-11-08 04:42:00 +00:00
|
|
|
%{_mandir}/man1/caca-config.1*
|
2007-03-29 14:00:29 +00:00
|
|
|
%{_mandir}/man3/*
|
2004-11-08 04:42:00 +00:00
|
|
|
|
|
|
|
%files -n caca-utils
|
2008-10-27 10:20:31 +00:00
|
|
|
%doc AUTHORS COPYING* NEWS NOTES README THANKS
|
2004-11-08 04:42:00 +00:00
|
|
|
%{_bindir}/cacademo
|
|
|
|
%{_bindir}/cacafire
|
2014-03-11 15:54:39 +00:00
|
|
|
%{_bindir}/cacaclock
|
2007-03-29 14:00:29 +00:00
|
|
|
%{_bindir}/cacaplay
|
|
|
|
%{_bindir}/cacaserver
|
2004-11-08 04:42:00 +00:00
|
|
|
%{_bindir}/cacaview
|
2008-10-27 10:20:31 +00:00
|
|
|
%{_bindir}/img2txt
|
2005-04-01 14:11:57 +00:00
|
|
|
%{_datadir}/libcaca/
|
2004-11-08 04:42:00 +00:00
|
|
|
%{_mandir}/man1/cacademo.1*
|
|
|
|
%{_mandir}/man1/cacafire.1*
|
2007-03-29 14:00:29 +00:00
|
|
|
%{_mandir}/man1/cacaplay.1*
|
|
|
|
%{_mandir}/man1/cacaserver.1*
|
2004-11-08 04:42:00 +00:00
|
|
|
%{_mandir}/man1/cacaview.1*
|
2008-10-27 10:20:31 +00:00
|
|
|
%{_mandir}/man1/img2txt.1*
|
2004-11-08 04:42:00 +00:00
|
|
|
|
2019-01-29 15:02:49 +00:00
|
|
|
%files -n python3-caca
|
|
|
|
%doc python/examples
|
|
|
|
%{python3_sitelib}/caca/
|
|
|
|
|
2010-04-29 10:39:15 +00:00
|
|
|
%files -n ruby-caca
|
|
|
|
%doc ruby/README
|
2012-02-29 12:56:55 +00:00
|
|
|
%{ruby_vendorlibdir}/caca.rb
|
|
|
|
%exclude %{ruby_vendorarchdir}/caca.la
|
|
|
|
%{ruby_vendorarchdir}/caca.so
|
2010-04-29 10:39:15 +00:00
|
|
|
|
2004-11-08 04:42:00 +00:00
|
|
|
|
|
|
|
%changelog
|
2019-01-29 15:02:49 +00:00
|
|
|
* Tue Jan 29 2019 Matthias Saou <matthias@saou.eu> 0.99-0.40.beta19
|
|
|
|
- Update tetex to texlive in BR.
|
|
|
|
- Re-add python sub-package, but python3 (#1323249).
|
|
|
|
|
2019-01-21 14:04:44 +00:00
|
|
|
* Mon Jan 21 2019 Vít Ondruch <vondruch@redhat.com> - 0.99-0.39.beta19
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Changes/Ruby_2.6
|
|
|
|
|
2019-01-10 10:08:15 +00:00
|
|
|
* Thu Jan 10 2019 Miro Hrončok <mhroncok@redhat.com> - 0.99-0.38.beta19
|
|
|
|
- Remove Python 2 subpackage
|
|
|
|
|
2018-07-13 07:52:21 +00:00
|
|
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.99-0.37.beta19
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
|
2018-02-07 21:17:18 +00:00
|
|
|
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.99-0.36.beta19
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
|
2018-01-05 07:24:33 +00:00
|
|
|
* Fri Jan 05 2018 Mamoru TASAKA <mtasaka@fedoraproject.org> - 0.99-0.35.beta19
|
|
|
|
- F-28: rebuild for ruby25
|
|
|
|
|
2017-12-17 18:05:14 +00:00
|
|
|
* Sun Dec 17 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 0.99-0.34.beta19
|
|
|
|
- Python 2 binary package renamed to python2-caca
|
|
|
|
See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3
|
|
|
|
|
2017-08-03 01:14:20 +00:00
|
|
|
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.99-0.33.beta19
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
|
|
|
|
2017-07-26 18:35:35 +00:00
|
|
|
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.99-0.32.beta19
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
|
|
2017-02-10 18:25:56 +00:00
|
|
|
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.99-0.31.beta19
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
|
|
2017-01-12 08:41:17 +00:00
|
|
|
* Thu Jan 12 2017 Vít Ondruch <vondruch@redhat.com> - 0.99-0.30.beta19
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Changes/Ruby_2.4
|
|
|
|
|
2016-07-19 07:37:18 +00:00
|
|
|
* Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.99-0.29.beta19
|
|
|
|
- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages
|
|
|
|
|
2016-02-04 02:57:02 +00:00
|
|
|
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.99-0.28.beta19
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
|
|
2016-01-12 09:45:38 +00:00
|
|
|
* Tue Jan 12 2016 Vít Ondruch <vondruch@redhat.com> - 0.99-0.27.beta19
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Changes/Ruby_2.3
|
|
|
|
|
2015-11-09 10:15:10 +00:00
|
|
|
* Mon Nov 9 2015 Matthias Saou <matthias@saou.eu> 0.99-0.26.beta19
|
|
|
|
- Update to 0.99.beta19.
|
|
|
|
- Remove upstreamed ruby patch, fixed in November 2012 (commit 36990e1).
|
|
|
|
|
2015-06-17 14:59:20 +00:00
|
|
|
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.99-0.25.beta18
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
|
|
2015-05-02 13:11:32 +00:00
|
|
|
* Sat May 02 2015 Kalev Lember <kalevlember@gmail.com> - 0.99-0.24.beta18
|
|
|
|
- Rebuilt for GCC 5 C++11 ABI change
|
|
|
|
|
2015-01-17 07:22:12 +00:00
|
|
|
* Sat Jan 17 2015 Mamoru TASAKA <mtasaka@fedoraproject.org> - 0.99-0.23.beta18
|
|
|
|
- Rebuild for https://fedoraproject.org/wiki/Changes/Ruby_2.2
|
|
|
|
|
2014-08-17 02:28:29 +00:00
|
|
|
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.99-0.22.beta18
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
|
|
|
|
2014-06-07 02:45:30 +00:00
|
|
|
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.99-0.21.beta18
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
|
2014-04-24 11:23:09 +00:00
|
|
|
* Thu Apr 24 2014 Vít Ondruch <vondruch@redhat.com> - 0.99-0.20.beta18
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Changes/Ruby_2.1
|
|
|
|
|
2014-03-11 15:54:39 +00:00
|
|
|
* Tue Mar 11 2014 Matthias Saou <matthias@saou.eu> 0.99-0.19.beta18
|
|
|
|
- Update to 0.99.beta18 (#1062632).
|
|
|
|
- Add python-caca sub-package with python bindings.
|
|
|
|
|
2013-08-03 04:56:59 +00:00
|
|
|
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.99-0.18.beta17
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
|
|
2013-03-19 12:10:32 +00:00
|
|
|
* Tue Mar 19 2013 Vít Ondruch <vondruch@redhat.com> - 0.99-0.17.beta17
|
|
|
|
- Rebuild for https://fedoraproject.org/wiki/Features/Ruby_2.0.0
|
|
|
|
|
2013-02-14 04:05:45 +00:00
|
|
|
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.99-0.16.beta17
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
|
|
2012-07-19 19:21:32 +00:00
|
|
|
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.99-0.15.beta17
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
|
|
2012-02-29 12:56:55 +00:00
|
|
|
* Wed Feb 29 2012 Bohuslav Kabrda <bkabrda@redhat.com> - 0.99-0.14.beta17
|
|
|
|
- Rebuilt and patched for Ruby 1.9.3.
|
|
|
|
|
2012-01-13 07:26:04 +00:00
|
|
|
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.99-0.13.beta17
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
|
|
2011-07-11 12:41:23 +00:00
|
|
|
* Mon Jul 11 2011 Matthias Saou <http://freshrpms.net/> 0.99-0.12.beta17
|
|
|
|
- Explicitly disable building csharp and java bindings (#671206).
|
|
|
|
|
2011-02-08 04:53:06 +00:00
|
|
|
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.99-0.11.beta17
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
|
|
2010-04-29 10:40:02 +00:00
|
|
|
* Wed Apr 28 2010 Matthias Saou <http://freshrpms.net/> 0.99-0.10.beta17
|
2010-04-29 10:39:15 +00:00
|
|
|
- Update to 0.99.0beta17.
|
|
|
|
- Update spec file URLs.
|
|
|
|
- Switch to using DESTDIR for install, which is the preferred method.
|
|
|
|
- Remove the static library (#556062).
|
|
|
|
- Remove no longer needed libGLU patch.
|
|
|
|
- Enable new ruby bindings.
|
|
|
|
- Leave C# and Java disabled, I hope no one will ever ask to have them enabled.
|
|
|
|
|
2009-07-25 05:23:33 +00:00
|
|
|
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.99-0.9.beta16
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
|
|
2009-06-11 10:48:31 +00:00
|
|
|
* Thu Jun 11 2009 Matthias Saou <http://freshrpms.net/> 0.99-0.8.beta16
|
|
|
|
- Fix build now that glut no longer links against libGLU (#502296).
|
|
|
|
|
|
|
|
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org>
|
2009-02-25 13:56:51 +00:00
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
|
|
2008-12-21 17:27:53 +00:00
|
|
|
* Sun Dec 21 2008 Matthias Saou <http://freshrpms.net/> 0.99-0.6.beta16
|
|
|
|
- Add patch to share the same caca-config for 32 and 64bit (#341951).
|
|
|
|
- Don't include the pdf devel doc, only html (again, fixed multilib conflict).
|
|
|
|
|
2008-10-27 10:20:31 +00:00
|
|
|
* Mon Oct 27 2008 Matthias Saou <http://freshrpms.net/> 0.99-0.5.beta16
|
|
|
|
- Update to 0.99beta16.
|
|
|
|
- Update Source URL.
|
|
|
|
|
2008-02-20 04:19:35 +00:00
|
|
|
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.99-0.4.beta11
|
|
|
|
- Autorebuild for GCC 4.3
|
|
|
|
|
2007-08-22 17:36:43 +00:00
|
|
|
* Wed Aug 22 2007 Matthias Saou <http://freshrpms.net/> 0.99-0.3.beta11
|
|
|
|
- Rebuild for new BuildID feature.
|
|
|
|
|
2007-08-06 09:30:38 +00:00
|
|
|
* Mon Aug 6 2007 Matthias Saou <http://freshrpms.net/> 0.99-0.2.beta11
|
|
|
|
- Update License field.
|
|
|
|
|
2007-03-29 14:00:29 +00:00
|
|
|
* Thu Mar 29 2007 Matthias Saou <http://freshrpms.net/> 0.99-0.1.beta11
|
|
|
|
- Update to 0.99beta11.
|
|
|
|
- We now have a main libcaca package with just the shared lib (built by default
|
|
|
|
now), so make the devel sub-package require it too. Leave static lib for now.
|
|
|
|
- Enable opengl and pango support.
|
|
|
|
- Remove useless rpath.
|
|
|
|
- Remove no longer needed man3 patch.
|
|
|
|
- Remove all configure options, they're autodetected.
|
|
|
|
|
2006-08-28 11:24:21 +00:00
|
|
|
* Mon Aug 28 2006 Matthias Saou <http://freshrpms.net/> 0.9-11
|
|
|
|
- FC6 rebuild.
|
|
|
|
|
2006-03-06 15:29:18 +00:00
|
|
|
* Mon Mar 6 2006 Matthias Saou <http://freshrpms.net/> 0.9-10
|
|
|
|
- FC5 rebuild.
|
|
|
|
|
2006-02-09 15:37:04 +00:00
|
|
|
* Thu Feb 9 2006 Matthias Saou <http://freshrpms.net/> 0.9-9
|
|
|
|
- Rebuild for new gcc/glibc.
|
|
|
|
|
2006-01-08 22:47:03 +00:00
|
|
|
* Mon Jan 2 2006 Ville Skyttä <ville.skytta at iki.fi> - 0.9-8
|
|
|
|
- Include unpackaged man page symlinks.
|
|
|
|
- Rebuild against new slang.
|
|
|
|
|
2005-11-17 12:35:44 +00:00
|
|
|
* Thu Nov 17 2005 Matthias Saou <http://freshrpms.net/> 0.9-7
|
2005-11-17 12:33:40 +00:00
|
|
|
- Change XFree86-devel requirements to libX11-devel.
|
2005-11-17 15:19:28 +00:00
|
|
|
- Force --x-includes= and --x-libraries=, otherwise -L gets passed empty.
|
2005-11-17 12:33:40 +00:00
|
|
|
|
2005-04-01 14:11:57 +00:00
|
|
|
* Fri Apr 1 2005 Michael Schwendt <mschwendt[AT]users.sf.net> 0.9-6
|
|
|
|
- Include libcaca datadir.
|
|
|
|
|
2004-11-11 19:21:36 +00:00
|
|
|
* Wed Nov 10 2004 Matthias Saou <http://freshrpms.net/> 0.9-5
|
|
|
|
- Bump release to provide Extras upgrade path.
|
|
|
|
|
|
|
|
* Wed Nov 3 2004 Matthias Saou <http://freshrpms.net/> 0.9-4
|
|
|
|
- Disable man3 pages, they don't build on FC3, this needs fixing.
|
|
|
|
- Fix to not get the debuginfo files go into the devel package.
|
|
|
|
|
2004-11-08 04:42:00 +00:00
|
|
|
* Wed May 19 2004 Matthias Saou <http://freshrpms.net/> 0.9-3
|
|
|
|
- Rebuild for Fedora Core 2.
|
|
|
|
|
|
|
|
* Tue Feb 24 2004 Matthias Saou <http://freshrpms.net/> 0.9-2
|
|
|
|
- Fix License tag from GPL to LGPL.
|
|
|
|
|
|
|
|
* Mon Feb 9 2004 Matthias Saou <http://freshrpms.net/> 0.9-1
|
|
|
|
- Update to 0.9.
|
|
|
|
- Added cacamoir and cacaplas.
|
|
|
|
|
|
|
|
* Fri Jan 9 2004 Matthias Saou <http://freshrpms.net/> 0.7-1
|
|
|
|
- Spec file cleanup for Fedora Core 1.
|
|
|
|
|
2015-11-09 10:15:10 +00:00
|
|
|
* Wed Jan 7 2004 Sam Hocevar (RPM packages) <sam+rpm@zoy.org> 0.7-1
|
2004-11-08 04:42:00 +00:00
|
|
|
- new release
|
|
|
|
|
2015-11-09 10:15:10 +00:00
|
|
|
* Sun Jan 4 2004 Sam Hocevar (RPM packages) <sam+rpm@zoy.org> 0.6-2
|
2004-11-08 04:42:00 +00:00
|
|
|
- install documentation into {doc}/package-version instead of {doc}/package
|
|
|
|
- added tetex-dvips to the build dependencies
|
|
|
|
|
|
|
|
* Sat Jan 3 2004 Sam Hocevar (RPM packages) <sam+rpm@zoy.org> 0.6-1
|
|
|
|
- new release
|
|
|
|
- more detailed descriptions
|
|
|
|
- split the RPM into libcaca-devel and caca-utils
|
|
|
|
- packages are rpmlint clean
|
|
|
|
|
|
|
|
* Mon Dec 29 2003 Richard Zidlicky <rz@linux-m68k.org> 0.5-1
|
|
|
|
- created specfile
|
|
|
|
|