From 2ee2598cf5abeddebf2e39d0d973580f47e7222f Mon Sep 17 00:00:00 2001 From: Ryan S. Brown Date: Dec 03 2015 19:34:47 +0000 Subject: Bump to 0.57 upstream --- diff --git a/moreutils.spec b/moreutils.spec index 72f8727..ed65110 100644 --- a/moreutils.spec +++ b/moreutils.spec @@ -1,14 +1,16 @@ Name: moreutils -Version: 0.49 -Release: 5%{?dist} +Version: 0.57 +Release: 1%{?dist} Summary: Additional unix utilities Group: Applications/System License: GPLv2 URL: http://kitenet.net/~joey/code/moreutils/ -Source0: http://ftp.debian.org/debian/pool/main/m/%{name}/%{name}_%{version}.tar.gz +Source0: http://ftp.debian.org/debian/pool/main/m/%{name}/%{name}_%{version}.orig.tar.gz +# fixes docbook XSL path +Patch0001: 0001-Change-docbook-XML-path-for-Fedora.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: docbook2X docbook-dtds libxml2 perl-podlators -Requires: perl-TimeDate perl-Time-Duration +BuildRequires: docbook2X docbook-dtds libxml2 perl-podlators docbook-style-xsl +Requires: perl-TimeDate perl-Time-Duration perl-Time-HiRes # These perl modules add functionality to the ts command, as they are added in eval'd code they are not # picked up automatically by rpm. @@ -47,7 +49,8 @@ Requires: %{name} = %{version}-%{release} %prep -%setup -qn %{name} +%setup -q -n %{name}-%{version} +%patch1 -p1 # the required dtd's are not where this package expects them to be, let's fix that DTDFILE=`xmlcatalog /usr/share/sgml/docbook/xmlcatalog "-//OASIS//DTD DocBook XML V4.4//EN" "-//OASIS//DTD DocBook XML V4.3//EN"|grep -v "No entry"|head -n1` sed -r -i "s|/usr/share/xml/docbook/schema/dtd/4.4/docbookx.dtd|$DTDFILE|" *.docbook @@ -141,6 +144,9 @@ rm -rf %{buildroot} %changelog +* Thu Dec 03 2015 Fedora Release Engineering - 0.57-1 +- Update to 0.57 upstream release + * Wed Jun 17 2015 Fedora Release Engineering - 0.49-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild