File fnlib.spec of Package fnlib
#
# spec file for package fnlib (Version 0.5)
#
# Copyright (c) 2006 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.
#
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
Name: fnlib
BuildRequires: giflib-devel imlib-config imlib-devel libpng-devel libtiff-devel xorg-x11 xorg-x11-devel
License: GPL, LGPL
Group: System/Libraries
Autoreqprov: on
Summary: A Color Font Rendering Library for the X Window System
URL: http://www.enlightenment.org
Version: 0.5
Release: 1036
Source: ftp://ftp.enlightenment.org/e/enlightenment/libs/fnlib-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
Fnlib is a library that provides full, scalable 24-bit color font
rendering abilities for the X Window System.
It is used by the Enlightenment window manager.
Authors:
--------
Carsten Haitzler <raster@redhat.com>
%prep
%setup
%build
%{?suse_update_config:%{suse_update_config -f}}
CFLAGS="$RPM_OPT_FLAGS" \
./configure --prefix=%{_prefix} \
--libdir=%{_libdir} \
--sysconfdir=/etc
make
%install
make DESTDIR=$RPM_BUILD_ROOT install
%post
%run_ldconfig
%postun
%run_ldconfig
%files
%defattr(-,root,root)
%doc AUTHORS COPYING COPYING.LIB ChangeLog HACKING INSTALL
%doc NEWS README doc/index.html doc/fontinfo.README
%config /etc/fnrc
%{_prefix}/include/*
%{_libdir}/lib*
%{_prefix}/share/fnlib_fonts
%changelog -n fnlib
* Thu Jun 22 2006 - ro@suse.de
- remove self provides
* Wed Jan 25 2006 - mls@suse.de
- converted neededforbuild to BuildRequires
* Thu Nov 11 2004 - ro@suse.de
- fixed file list
* Sun Jan 11 2004 - adrian@suse.de
- add %%defattr and %%run_ldconfig
* Wed Sep 17 2003 - ro@suse.de
- added gnome-filesystem to neededforbuild
* Wed Jun 18 2003 - ro@suse.de
- added directory to filelist
* Fri Feb 01 2002 - ro@suse.de
- changed neededforbuild <libpng> to <libpng-devel-packages>
* Thu Jan 24 2002 - pmladek@suse.cz
- used macro %%{_libdir} to fix for lib64
- cleaned up spec file
* Tue Jan 30 2001 - ro@suse.de
- changed neededforbuild <imlibcfe> to <imlib-config>
* Mon Nov 06 2000 - ro@suse.de
- fixed neededforbuild
* Sat Apr 08 2000 - bk@suse.de
- added suse update config macro
* Sat Mar 04 2000 - ro@suse.de
- fixed neededforbuild
* Wed Mar 01 2000 - grimmer@suse.de
- Update to 0.5
- Specfile cleanups (version macro, URL, Group Tag)
- use BUILD_ROOT
- removed obsolete patch
* Mon Sep 13 1999 - bs@suse.de
- ran old prepare_spec on spec file to switch to new prepare_spec.
* Thu Sep 09 1999 - bs@suse.de
- fixed call of Check at the end of %%install section
* Thu Oct 29 1998 - ro@suse.de
- updated neededforbuild
* Sat Jul 18 1998 - mb@suse.de
- first initial version 0.2 of the fnlib (fontlib)
for the Enlightenment windowmanager