summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnas Nashif <anas.nashif@intel.com>2012-11-09 22:34:46 -0800
committerAnas Nashif <anas.nashif@intel.com>2012-11-09 22:34:46 -0800
commit2f767b4d198ca167dc81ca91db184af2f4d6b4db (patch)
tree0e76ad5d0b2f613a433ee3b3ef0bb3f8b8c19454
parenta093df46540ad509a7c649c702aad770f0cc1b52 (diff)
downloadxmlto-2f767b4d198ca167dc81ca91db184af2f4d6b4db.tar.gz
xmlto-2f767b4d198ca167dc81ca91db184af2f4d6b4db.tar.bz2
xmlto-2f767b4d198ca167dc81ca91db184af2f4d6b4db.zip
cleanup
-rw-r--r--packaging/xmlto.spec39
1 files changed, 0 insertions, 39 deletions
diff --git a/packaging/xmlto.spec b/packaging/xmlto.spec
index cadd029..c32fba3 100644
--- a/packaging/xmlto.spec
+++ b/packaging/xmlto.spec
@@ -1,31 +1,3 @@
-#
-# spec file for package xmlto
-#
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
-#
-# All modifications and additions to the file contributed by third parties
-# remain the property of their copyright owners, unless otherwise agreed
-# upon. The license for this file, and modifications and additions to the
-# file, is the same license as for the pristine package itself (unless the
-# license for the pristine package is not an Open Source License, in which
-# case the license is the MIT License). An "Open Source License" is a
-# license that conforms to the Open Source Definition (Version 1.9)
-# published by the Open Source Initiative.
-
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
-#
-
-%if 0%{?suse_version} < 1030
-%define dist_has_fdupes 0
-%else
-%define dist_has_fdupes 1
-%endif
-
-# support SLE 11
-%if !0%{?make_install:1}
-%define make_install %{makeinstall}
-%endif
-
Name: xmlto
Version: 0.0.25
Release: 0
@@ -34,7 +6,6 @@ Summary: Tool for Converting XML Files to Various Formats
Url: https://fedorahosted.org/xmlto/
Group: Productivity/Publishing/XML
Source0: https://fedorahosted.org/releases/x/m/xmlto/%{name}-%{version}.tar.bz2
-Source10: %{name}-README.SuSE
Patch0: xmlto-nonvoid.patch
Patch1: xmlto-overflow.patch
Patch3: xmlto-xsltopts.patch
@@ -45,17 +16,12 @@ BuildRequires: flex
BuildRequires: libxslt
BuildRequires: sgml-skel
BuildRoot: %{_tmppath}/%{name}-%{version}-build
-
-%if %{dist_has_fdupes}
BuildRequires: fdupes
-%endif
# We rely entirely on the DocBook XSL stylesheets!
Requires: docbook-xsl-stylesheets >= 1.56.0
Requires: docbook_4
Requires: xsltproc
-# For full functionality, we need passivetex.
-Recommends: texlive-xmltex >= 2007
%description
This is a package for converting XML files to various formats using XSL
@@ -69,7 +35,6 @@ for print output it makes use of passivetex.
%patch3
%patch4
%patch5
-cp %{SOURCE10} README.SuSE
rm -f xmlif/xmlif.c
%build
@@ -82,15 +47,11 @@ make check
%install
%make_install
! mkdir %{buildroot}%{_datadir}/xmlto/xsl
-%if %{dist_has_fdupes}
%{fdupes '%{buildroot}%{_datadir}/xmlto'}
-%endif
%files
%defattr(-,root,root)
-%doc README.SuSE
%doc COPYING
-%doc AUTHORS README ChangeLog FAQ THANKS NEWS
%{_bindir}/*
%{_mandir}/*/*
%{_datadir}/xmlto