]> git.pld-linux.org Git - packages/xmlto.git/commitdiff
- whoops; rel 4 auto/ac/xmlto-0_0_19-4
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 25 Dec 2007 22:53:36 +0000 (22:53 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    xmlto.spec -> 1.20

xmlto.spec

index 9315e398e7b0d319d77a8b2c70953df2c96c6f66..6d00d2c8e734a421f87371e8ee8daecbc5c24ce4 100644 (file)
@@ -2,7 +2,7 @@ Summary:        A tool for converting XML files to various formats
 Summary(pl.UTF-8):     Narzędzie do konwersji plików XML do różnych formatów
 Name:          xmlto
 Version:       0.0.19
-Release:       3
+Release:       4
 Epoch:         0
 License:       GPL v2
 Group:         Applications/System
@@ -45,8 +45,8 @@ przy użyciu styli XSL.
 
 cat > refentry2man <<'EOF'
 #!/bin/sh
-XMLTO_TMPFILE=$(mktemp xmltoXXXXXX)
-XMLTO_TMPDIR=$(mktemp -d xmltodirXXXXXX)
+XMLTO_TMPFILE=$(mktemp -p xmltoXXXXXX)
+XMLTO_TMPDIR=$(mktemp -d -p xmltodirXXXXXX)
 cat - > $XMLTO_TMPFILE
 xmlto -o $XMLTO_TMPDIR man $XMLTO_TMPFILE >/dev/null
 cat $XMLTO_TMPDIR/*
This page took 0.050898 seconds and 4 git commands to generate.