Skip to content

Commit

Permalink
Spec file fixes
Browse files Browse the repository at this point in the history
Update changelog, remove unnecessary removal of debian directory.
  • Loading branch information
minfrin committed Jan 4, 2023
1 parent c3125c8 commit 1556cbd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
6 changes: 3 additions & 3 deletions INSTALL
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Installation Instructions
*************************

Copyright (C) 1994-1996, 1999-2002, 2004-2017, 2020-2021 Free
Software Foundation, Inc.
Copyright (C) 1994-1996, 1999-2002, 2004-2016 Free Software
Foundation, Inc.

Copying and distribution of this file, with or without modification,
are permitted in any medium without royalty provided the copyright
Expand Down Expand Up @@ -225,7 +225,7 @@ order to use an ANSI C compiler:

and if that doesn't work, install pre-built binaries of GCC for HP-UX.

HP-UX 'make' updates targets which have the same timestamps as their
HP-UX 'make' updates targets which have the same time stamps as their
prerequisites, which makes it generally unusable when shipped generated
files such as 'configure' are involved. Use GNU 'make' instead.

Expand Down
5 changes: 4 additions & 1 deletion retry.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ is passed to stdout once and once only.

%prep
%setup -q
rm -rf %{_builddir}/%{name}-%{version}/debian

%build
%configure
%make_build
Expand All @@ -45,6 +45,9 @@ rm -rf %{_builddir}/%{name}-%{version}/debian
%license COPYING

%changelog
* Wed Jan 04 2022 Graham Leggett <minfrin@sharp.fm> - 1.0.5-1
- Allow multiple comma separated delay values.
- End getopt parsing on first non-option argument.
* Tue Feb 18 2020 Graham Leggett <minfrin@sharp.fm> - 1.0.4-1
- Fix an issue where the stdout of the retried command
was not correctly captured on the second try.
Expand Down

0 comments on commit 1556cbd

Please sign in to comment.