Re: spec file error (updated)

2021-11-19 Thread Globe Trotter via devel
updated the spec files for both gbuffy and libPropList. However, I wonder how to license it: currently they are under GPL and LGPL. Should these be GPLv2.1 and LGPLv2.1 since these are really old packages (even though I cleaned up gbuffy some). Btw, if I patch up a package that does not seem to

Re: spec file error (updated)

2021-11-11 Thread David Cantrell
Vitaly replied in this thread as well with other spec file changes you need to make to align with current packaging guidelines. For reference: https://docs.fedoraproject.org/en-US/packaging-guidelines/ Other replies below... On Wed, Nov 10, 2021 at 09:48:24PM +, Globe Trotter via

Re: spec file error (updated)

2021-11-10 Thread Globe Trotter via devel
Actually, it turns out that the chmod is still needed. Fixed with the following specfile: %define ver  0.2.8 %define rel 1%{?dist} Summary: multiple mailbox buffy for GTK+ Name: gbuffy Version: %ver Release: %rel License: GPL Group: Applications/Communications Source0:

Re: spec file error (updated)

2021-11-10 Thread Globe Trotter via devel
My apologies, i spoke too soon. I updated Makefile.in to be: install: gbuffy     ./mkinstalldirs $(DESTDIR)$(bindir)     $(INSTALL) gbuffy $(DESTDIR)$(bindir) Here is my updated spec file: %define ver  0.2.8 %define rel 1%{?dist} Summary: multiple mailbox buffy for GTK+ Name: