]> git.pld-linux.org Git - packages/docbook-utils.git/commitdiff
- adopted from Eric Bischoff, Mark Galassi spec
authorklakier <klakier@pld-linux.org>
Fri, 6 Apr 2001 16:36:57 +0000 (16:36 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    docbook-utils.spec -> 1.1

docbook-utils.spec [new file with mode: 0644]

diff --git a/docbook-utils.spec b/docbook-utils.spec
new file mode 100644 (file)
index 0000000..854eace
--- /dev/null
@@ -0,0 +1,57 @@
+Summary:       Shell scripts to manage DocBook documents.
+Name:          docbook-utils
+Version:       0.6.6
+Release:       1
+Group:         Applications/Publishing/SGML
+Group(de):     Applikationen/Publizieren/SGML
+Group(pl):     Aplikacje/Publikowanie/SGML
+Copyright:     Eric Bischoff, Mark Galassi, Jochem Huhmann, Steve Cheng, and Frederik Fouvry; GPL 2.0
+Source0:       %{name}-%{version}.tar.gz
+Requires:      docbook-style-dsssl >= 1.49
+Requires:      jadetex >= 2.5
+Requires:      perl-SGMLSpm >= 1.03ii
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+BuildArch:     noarch
+
+
+%description
+These little scripts allow to convert easily DocBook files to other
+formats (HTML, RTF, PostScript...), and to compare SGML files.
+
+%prep
+%setup -q
+
+
+%build
+./configure --prefix=%{_prefix} --mandir=%{_mandir}
+%{__make}
+
+
+%install
+rm -rf $RPM_BUILD_ROOT
+DESTDIR=$RPM_BUILD_ROOT
+%{__make} install \
+       prefix=$DESTDIR%{_prefix} \
+       mandir=$DESTDIR%{_mandir} \
+       docdir=$DESTDIR%{_datadir}/doc
+
+rm -f doc/HTML/Makefile*
+rm -f doc/HTML/*.in
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+
+%files
+%defattr(644,root,root,755)
+%doc README COPYING TODO
+%doc doc/HTML
+%attr(755,root,root) %{_bindir}/jw
+%attr(755,root,root) %{_bindir}/docbook2*
+%attr(755,root,root) %{_bindir}/sgmldiff
+%{_datadir}/sgml/docbook/utils-%{version}/docbook-utils.dsl
+%{_datadir}/sgml/docbook/utils-%{version}/backends/*
+%{_datadir}/sgml/docbook/utils-%{version}/frontends/*
+%{_datadir}/sgml/docbook/utils-%{version}/helpers/*
+%{_mandir}/man1/*
+%{_mandir}/man7/*
This page took 0.114022 seconds and 4 git commands to generate.