https://bugzilla.redhat.com/show_bug.cgi?id=1316526 --- Comment #4 from Robert Führicht <robert.fuehricht@xxxxxx> --- Hey, I hope this is ok to drop here. jo has been bumped to 1.1, I've created a RPM last week for EPEL7. Most significant differences in my spec file are using the release tarball instead of the commitish-named tarball and the reliance on pandoc to (re)build the docs. ----------snip----------- Name: jo Version: 1.1 Release: 2%{?dist} Summary: JSON output from a shell Group: Applications/Text License: GPLv2+ URL: https://github.com/jpmens/jo Source0: https://github.com/jpmens/jo/releases/download/v%{version}/%{name}-%{version}.tar.gz BuildRequires: autoconf BuildRequires: automake BuildRequires: pandoc %description A small utility to create JSON objects %prep %setup -q rm -f %{name}.1 %build autoreconf -i %configure make %{?_smp_mflags} make %{name}.1 make %{name}.md %install make install DESTDIR=%{buildroot} %clean make distclean rm -f %{name}.1 %{name}.md %files %defattr(-,root,root,-) %doc README AUTHORS COPYING %{name}.md %{_bindir}/%{name} %{_mandir}/man1/%{name}.1* %changelog * Wed Aug 16 2017 Robert Führicht <robert.fuehricht@xxxxxx> - 1.1-2 - add rpmlint suggestions - add bit from Kenjiro Nakayama's take on jo 1.0 * Fri Aug 11 2017 Robert Führicht <robert.fuehricht@xxxxxx> - 1.1-1 - initial packaging ----------snip----------- -- You are receiving this mail because: You are on the CC list for the bug. You are always notified about changes to this product and component _______________________________________________ package-review mailing list -- package-review@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to package-review-leave@xxxxxxxxxxxxxxxxxxxxxxx