Summary: Davenport Group DocBook DTD for technical documentation name: docbook Packager: rosalia@cygnus.com %define version 3.0 %define release 8 version: %{version} release: %{release} vendor: Cygnus Solutions Distribution: Cygnus UNSUPPORTED Internal SGML Tools copyright: Copyright 1992, 1993, 1994, 1995, 1996 HaL Computer Systems, Inc., O'Reilly & Associates, Inc., ArborText, Inc., and Fujitsu Software Corporation. Prereq: sgml-common # requires: sgml-common # source: http://www.ora.com/davenport/docbook/current/docbk30.tar.Z source: docbook.tgz Group: Utilities/Text BuildRoot: /tmp/docbookroot %define sgmlbase /usr %description Davenport Group DocBook DTD for technical documentation. %prep %setup -c %install mkdir -p $RPM_BUILD_ROOT%{sgmlbase}/lib/sgml install docbook/* $RPM_BUILD_ROOT%{sgmlbase}/lib/sgml/ %post # since old-postun is run *after* new-post, we must always cycle. V=%{version}-%{release} %{sgmlbase}/bin/install-catalog --install docbook --version $V %postun # since old-postun is run *after* new-post, we must always cycle. V=%{version}-%{release} %{sgmlbase}/bin/install-catalog --remove docbook --version $V %files %doc docbook/announce.txt %{sgmlbase}/lib/sgml/*