File fnlib.spec of Package fnlib
#
# spec file for package fnlib (Version 0.5)
#
# 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# 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 v2 or later; LGPL v2.1 or later
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: 1239
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}}
%configure --disable-static --with-pic
%{__make} %{?jobs:-j%jobs}
%install
make DESTDIR=$RPM_BUILD_ROOT install
%{__rm} -f %{buildroot}%{_libdir}/*.la
%post -p /sbin/ldconfig
%postun -p /sbin/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
* Mon Apr 06 2009 crrodriguez@suse.de
- remove static libraries and "la" files
* 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
* Wed Jan 31 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