File flim-xemacs.spec of Package flim-xemacs
#
# spec file for package flim-xemacs (Version 1.14.7)
#
# 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/
#
Name: flim-xemacs
BuildRequires: compface krb5 libpng-devel libtiff-devel openldap2-devel xemacs xorg-x11-devel
License: GPL-2.0+
Group: Productivity/Editors/Emacs
Requires: xemacs
Version: 1.14.7
Release: 249
Url: ftp://ftp.m17n.org/pub/mule/flim/
# original source is gzipped.
Source0: ftp://ftp.m17n.org/pub/mule/flim/flim-1.14/flim-1.14.7.tar.bz2
Patch0: fix-build.patch
Patch1: autoloads.patch
Summary: Lisp Library for Basic Features Concerning Internet Messages
#Summary(ja): Internet message に関する基礎的な機能を提供するための汎用部品です。
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
%define prefix /usr
%description
FLIM is a library that provides basic features about message
representation or encoding.
%prep
%setup -q -n flim-%{version}
%patch0 -p1
%patch1 -p1
%build
%define xemacs_package_dir /usr/share/xemacs/site-packages/
make package PACKAGEDIR=%{xemacs_package_dir}
%install
make install-package PACKAGEDIR=$RPM_BUILD_ROOT%{xemacs_package_dir}
%files
%defattr(-,root,root)
%doc FLIM* ChangeLog NEWS README* VERSION
%dir %{xemacs_package_dir}/
%{xemacs_package_dir}/*
%changelog