2 %define version @VERSION@
5 Summary: Library
for reading TBMF font files
9 Group: System Environment
/Libraries
10 Source: %{name}-%{version}.tar.bz2
12 BuildRoot: /var
/tmp
/%{name}-%{version}-%{release}-buildroot
16 This library allows you to
read TBMF files
in your SDL program
19 Summary: Libraries
, includes and more to develop SDL applications.
20 Group: Development
/Libraries
24 This library allows you to
read TBMF files
in your SDL program
30 CFLAGS
="$RPM_OPT_FLAGS" .
/configure
--prefix
=%{prefix}
34 rm -rf $RPM_BUILD_ROOT
35 make DESTDIR
=$RPM_BUILD_ROOT
install
38 rm -rf $RPM_BUILD_ROOT
42 %doc ChangeLog COPYING INSTALL INSTALL.RPM NEWS README TODO doc
/TBMF
-spec.txt
43 %{prefix}/lib
/lib
*.so.
*
50 %{prefix}/include
/SDL
/
53 * Fri Jun
07 2002 Tuomas Suutari
<tume@nuoli.com
>
54 - Specfile changes to
make this package relocateable.
56 * Sat Apr
06 2002 Tuomas Suutari
<tume@nuoli.com
>