]> git.pld-linux.org Git - packages/xmlto.git/blob - xmlto.spec
- updated to 0.0.18
[packages/xmlto.git] / xmlto.spec
1 Summary:        A tool for converting XML files to various formats
2 Summary(pl):    Narzêdzie do konwersji plików XML do ró¿nych formatów
3 Name:           xmlto
4 Version:        0.0.18
5 Release:        1
6 Epoch:          0
7 License:        GPL
8 Group:          Applications/System
9 Source0:        http://cyberelk.net/tim/data/xmlto/stable/%{name}-%{version}.tar.bz2
10 # Source0-md5:  1a06471b70eb27a6aca5d1b3a144f9b0
11 URL:            http://cyberelk.net/tim/xmlto/
12 BuildRequires:  autoconf
13 BuildRequires:  automake
14 BuildRequires:  docbook-dtd42-xml
15 BuildRequires:  docbook-style-xsl >= 1.56.0
16 BuildRequires:  libxslt-progs
17 BuildRequires:  util-linux
18 Requires:       docbook-dtd42-xml
19 Requires:       docbook-style-xsl >= 1.56.0
20 Requires:       passivetex >= 1.20
21 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
22
23 %description
24 This is a package for converting XML files to various formats using
25 XSL stylesheets.
26
27 %description -l pl
28 Jest to pakiet do konwersji plików w formacie XML do innych formatów
29 przy u¿yciu styli XSL.
30
31 %prep
32 %setup -q
33
34 %build
35 %{__aclocal}
36 %{__autoconf}
37 %{__automake}
38 %configure
39 %{__make}
40
41 %install
42 rm -rf $RPM_BUILD_ROOT
43
44 %{__make} install \
45         DESTDIR=$RPM_BUILD_ROOT
46
47 %clean
48 rm -rf $RPM_BUILD_ROOT
49
50 %files
51 %defattr(644,root,root,755)
52 %doc AUTHORS ChangeLog NEWS README
53 %attr(755,root,root) %{_bindir}/*
54 %{_datadir}/%{name}
55 %{_mandir}/man1/*
This page took 0.092841 seconds and 4 git commands to generate.