Changeset 322 for libcaca/trunk/libcaca.spec
- Timestamp:
- Jan 7, 2004, 1:45:02 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcaca/trunk/libcaca.spec
r312 r322 48 48 or enable anti-aliasing. 49 49 50 cacafire is a port of AALib's aafire and displays burning ASCII art flames. 51 52 cacademo is a simple application that shows the libcaca rendering features 53 such as line and ellipses drawing, triangle filling, and sprite blitting. 54 55 caca-spritedit is a simple sprite viewer for libcaca. 50 cacaball is a tiny graphic program that renders animated ASCII metaballs on 51 the screen, cacafire is a port of AALib's aafire and displays burning ASCII 52 art flames, cacademo is a simple application that shows the libcaca rendering 53 features such as line and ellipses drawing, triangle filling and sprite 54 blitting, and caca-spritedit is a simple sprite viewer for libcaca. 56 55 57 56 %prep … … 94 93 %files -n caca-utils 95 94 %defattr(-,root,root) 95 %{_prefix}/bin/cacaball 96 96 %{_prefix}/bin/cacademo 97 97 %{_prefix}/bin/cacafire … … 100 100 %{_prefix}/share/doc/caca-utils-%{version}/* 101 101 %{_prefix}/share/libcaca/* 102 %{_prefix}/share/man/man1/cacaball.1* 102 103 %{_prefix}/share/man/man1/cacademo.1* 103 104 %{_prefix}/share/man/man1/cacafire.1*
Note: See TracChangeset
for help on using the changeset viewer.