diff --git a/.gitignore b/.gitignore index 14d8f5f..d28ff33 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ moreutils_0.40.tar.gz /moreutils_0.44.tar.gz /moreutils_0.45.tar.gz /moreutils_0.46.tar.gz +/moreutils_0.47.tar.gz diff --git a/moreutils.spec b/moreutils.spec index a80bb42..3dcbcc7 100644 --- a/moreutils.spec +++ b/moreutils.spec @@ -1,6 +1,6 @@ Name: moreutils -Version: 0.46 -Release: 3%{?dist} +Version: 0.47 +Release: 1%{?dist} Summary: Additional unix utilities Group: Applications/System License: GPLv2 @@ -56,7 +56,8 @@ sed -r -i "s|/usr/share/xml/docbook/schema/dtd/4.4/docbookx.dtd|$DTDFILE|" *.doc sed -r -i "s|docbook2x-man|db2x_docbook2man|" Makefile # a slightly different syntax is required here for the man pages to be built successfully sed -r -i "s| rep=\"repeat\"||" *.docbook - +# add path to pdf2man +sed -r -i "s|pod2man|/usr/bin/pod2man|" Makefile %build make %{?_smp_mflags} CFLAGS="%{optflags} -DSUPPORT_LH7 -DMKSTEMP" @@ -79,6 +80,7 @@ install -m0755 lckdo %{buildroot}%{_bindir} install -m0755 ifne %{buildroot}%{_bindir} install -m0755 parallel %{buildroot}%{_bindir} install -m0755 chronic %{buildroot}%{_bindir} +install -m0755 errno %{buildroot}%{_bindir} mkdir -p %{buildroot}%{_mandir}/man1 install -m644 sponge.1 %{buildroot}%{_mandir}/man1/ install -m644 vidir.1 %{buildroot}%{_mandir}/man1/ @@ -94,6 +96,7 @@ install -m644 lckdo.1 %{buildroot}%{_mandir}/man1/ install -m644 ifne.1 %{buildroot}%{_mandir}/man1/ install -m644 parallel.1 %{buildroot}%{_mandir}/man1/ install -m644 chronic.1 %{buildroot}%{_mandir}/man1/ +install -m644 errno.1 %{buildroot}%{_mandir}/man1/ %clean rm -rf %{buildroot} @@ -104,6 +107,7 @@ rm -rf %{buildroot} %doc README COPYING %{_mandir}/man1/chronic.1.gz %{_mandir}/man1/combine.1.gz +%{_mandir}/man1/errno.1.gz %{_mandir}/man1/ifdata.1.gz %{_mandir}/man1/ifne.1.gz %{_mandir}/man1/isutf8.1.gz @@ -117,6 +121,7 @@ rm -rf %{buildroot} %{_mandir}/man1/zrun.1.gz %{_bindir}/chronic %{_bindir}/combine +%{_bindir}/errno %{_bindir}/ifdata %{_bindir}/ifne %{_bindir}/isutf8 @@ -137,6 +142,10 @@ rm -rf %{buildroot} %changelog +* Sat Feb 16 2013 Sven Lankes - 0.47-1 +- new upstream release +- fix rebuild failure + * Thu Feb 14 2013 Fedora Release Engineering - 0.46-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild diff --git a/sources b/sources index 4ef1f17..549ab53 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -658f9cc6b6dcc0b50dcff714e13b22dc moreutils_0.46.tar.gz +4cd3b41a90d07166632942e173ac5ce2 moreutils_0.47.tar.gz