packages: xmlto/xmlto.spec, xmlto/xmlto-no_which.patch (REMOVED) - updated ...
qboosh
qboosh at pld-linux.org
Wed Dec 1 08:22:12 CET 2010
Author: qboosh Date: Wed Dec 1 07:22:12 2010 GMT
Module: packages Tag: HEAD
---- Log message:
- updated to 0.0.23
- removed obsolete no_which patch
- pass some paths for deterministic build
---- Files affected:
packages/xmlto:
xmlto.spec (1.31 -> 1.32) , xmlto-no_which.patch (1.1 -> NONE) (REMOVED)
---- Diffs:
================================================================
Index: packages/xmlto/xmlto.spec
diff -u packages/xmlto/xmlto.spec:1.31 packages/xmlto/xmlto.spec:1.32
--- packages/xmlto/xmlto.spec:1.31 Mon Sep 27 14:20:31 2010
+++ packages/xmlto/xmlto.spec Wed Dec 1 08:22:07 2010
@@ -2,13 +2,12 @@
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.22
-Release: 5
+Version: 0.0.23
+Release: 1
License: GPL v2
Group: Applications/System
Source0: https://fedorahosted.org/releases/x/m/xmlto/%{name}-%{version}.tar.bz2
-# Source0-md5: 12f297dc7051e4fef08339980f88a1dd
-Patch0: %{name}-no_which.patch
+# Source0-md5: 3001d6bb2bbc2c8f6c2301f05120f074
URL: http://cyberelk.net/tim/software/xmlto/
BuildRequires: autoconf
BuildRequires: automake >= 1.6
@@ -28,6 +27,7 @@
# have dependency (written in Java, requires several Java libs, takes long time
# to execute %post), so we don't want user to force to install it.
Suggests: fop
+# for paperconf program
Suggests: libpaper
Obsoletes: refentry2man
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -42,13 +42,16 @@
%prep
%setup -q
-%patch0 -p1
%build
%{__aclocal}
%{__autoconf}
%{__automake}
-%configure
+%configure \
+ FOP=/usr/bin/fop \
+ PAPER_CONF=/usr/bin/paperconf \
+ PDFXMLTEX=/usr/bin/pdfxmltex \
+ XMLTEX=/usr/bin/xmltex
%{__make}
cat > refentry2man <<'EOF'
@@ -76,9 +79,12 @@
%files
%defattr(644,root,root,755)
%doc AUTHORS ChangeLog NEWS README
-%attr(755,root,root) %{_bindir}/*
+%attr(755,root,root) %{_bindir}/refentry2man
+%attr(755,root,root) %{_bindir}/xmlif
+%attr(755,root,root) %{_bindir}/xmlto
%{_datadir}/%{name}
-%{_mandir}/man1/*
+%{_mandir}/man1/xmlif.1*
+%{_mandir}/man1/xmlto.1*
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
%changelog
@@ -86,6 +92,11 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.32 2010/12/01 07:22:07 qboosh
+- updated to 0.0.23
+- removed obsolete no_which patch
+- pass some paths for deterministic build
+
Revision 1.31 2010/09/27 12:20:31 pawelz
- S: fop
- rel 5
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/xmlto/xmlto.spec?r1=1.31&r2=1.32&f=u
More information about the pld-cvs-commit
mailing list