]> git.pld-linux.org Git - packages/xmlto.git/commitdiff
- initial
authorMarcin Krzyżanowski <marcin.krzyzanowski@hakore.com>
Thu, 16 Oct 2003 20:09:11 +0000 (20:09 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    xmlto.spec -> 1.1

xmlto.spec [new file with mode: 0644]

diff --git a/xmlto.spec b/xmlto.spec
new file mode 100644 (file)
index 0000000..82b2b47
--- /dev/null
@@ -0,0 +1,54 @@
+Summary:       A tool for converting XML files to various formats.
+Summary(pl):   Narzêdzie do konwersji plików XML do ró¿nych formatów.
+Name:          xmlto
+Version:       0.0.15
+Release:       1
+Epoch:         0
+License:       GPL
+Group:         Applications/System
+Source0:       ftp://cyberelk.net/tim/data/xmlto/stable/%{name}-%{version}.tar.bz2
+# Source0-md5: c11226c3c0dabb245c191cbf39c6fcd8
+URL:           http://cyberelk.net/tim/xmlto/
+BuildRequires: autoconf
+BuildRequires: automake
+BuildRequires: libxslt-progs
+BuildRequires: docbook-dtd42-xml
+BuildRequires: docbook-style-xsl >= 1.56.0
+Requires:      docbook-dtd42-xml
+Requires:      docbook-style-xsl >= 1.56.0
+Requires:      passivetex >= 1.20
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+This is a package for converting XML files to various formats using
+XSL stylesheets.
+
+%description -l pl
+Jest to pakiet do konwersji plików w formacie XML do innych formatów,
+u¿ywaj±c do tego celu styli XSL
+
+%prep
+%setup -q
+
+%build
+%{__aclocal}
+%{__autoconf}
+%{__automake}
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS ChangeLog NEWS README
+%attr(755,root,root) %{_bindir}/*
+%{_datadir}/%{name}
+%{_mandir}/man1/*
This page took 0.0323 seconds and 4 git commands to generate.