File dbsplit-tools.spec of Package dbsplit-tools
#
# spec file for package dbsplit-tools (Version 0.6)
#
# 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/
#
Name: dbsplit-tools
Group: Productivity/Publishing/DocBook
BuildArch: noarch
Autoreqprov: on
Requires: perl-XML-DOM perl-XML-RegExp
Version: 0.6
Release: 1
License: GPL
Source0: %name-%version.tar.bz2
Patch: %name-%version-utf8.diff
Patch1: %name-%version-license.diff
Patch2: %name-%version-contact.diff
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Summary: DocBook Splitting tools
Prefix: /usr
%description
Tools for splitting and merging DocBook documents,
%prep
%setup -q
%patch
%patch1
%patch2
%build
%install
make install PREFIX=${RPM_BUILD_ROOT}%{prefix}
%clean
rm -rf ${RPM_BUILD_ROOT}
%files
%defattr(-, root, root)
%doc README AUTHORS COPYING
%{_bindir}/*
%{_mandir}/man?/*
%changelog -n dbsplit-tools
* Wed Sep 27 2006 - anicka@suse.cz
- package created:
- fix old hack to run with utf8 again
- add license, fix contact for bugreports