]> git.pld-linux.org Git - packages/xmlto.git/blob - xmlto.spec
- fixed Source0
[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.15
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:  c11226c3c0dabb245c191cbf39c6fcd8
11 URL:            http://cyberelk.net/tim/xmlto/
12 BuildRequires:  autoconf
13 BuildRequires:  automake
14 BuildRequires:  libxslt-progs
15 BuildRequires:  docbook-dtd42-xml
16 BuildRequires:  docbook-style-xsl >= 1.56.0
17 Requires:       docbook-dtd42-xml
18 Requires:       docbook-style-xsl >= 1.56.0
19 Requires:       passivetex >= 1.20
20 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
21
22 %description
23 This is a package for converting XML files to various formats using
24 XSL stylesheets.
25
26 %description -l pl
27 Jest to pakiet do konwersji plików w formacie XML do innych formatów,
28 u¿ywaj±c do tego celu styli XSL
29
30 %prep
31 %setup -q
32
33 %build
34 %{__aclocal}
35 %{__autoconf}
36 %{__automake}
37 %configure
38 %{__make}
39
40 %install
41 rm -rf $RPM_BUILD_ROOT
42
43 %{__make} install \
44         DESTDIR=$RPM_BUILD_ROOT
45
46 %clean
47 rm -rf $RPM_BUILD_ROOT
48
49 %files
50 %defattr(644,root,root,755)
51 %doc AUTHORS ChangeLog NEWS README
52 %attr(755,root,root) %{_bindir}/*
53 %{_datadir}/%{name}
54 %{_mandir}/man1/*
This page took 0.067769 seconds and 4 git commands to generate.