https://bugzilla.redhat.com/show_bug.cgi?id=1295144

gil cattaneo <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]



--- Comment #1 from gil cattaneo <[email protected]> ---
hi
Release:    1.%{checkout}%{?dist}
must be
Release:    0.1.%{checkout}%{?dist}
https://fedoraproject.org/wiki/Packaging:NamingGuidelines#Pre-Release_packages

If the source package includes the text of the license, then that file,
containing the text of the license for the package is included in %license.

If the source package does not include license text, the packager SHOULD query
upstream to include it.
https://fedoraproject.org/wiki/Packaging:LicensingGuidelines?rd=Packaging/LicensingGuidelines#License_Text

you must use rpm macros (rpm --showrc)

%files

/usr/bin/xss-lock
/usr/share/bash-completion/completions/xss-lock
%doc /usr/share/doc/xss-lock/NEWS
%doc /usr/share/doc/xss-lock/dim-screen.sh
%doc /usr/share/doc/xss-lock/transfer-sleep-lock-generic-delay.sh
%doc /usr/share/doc/xss-lock/transfer-sleep-lock-i3lock.sh
%doc /usr/share/doc/xss-lock/xdg-screensaver.patch
%doc /usr/share/man/man1/xss-lock.1.gz
/usr/share/zsh/site-functions/_xss-lock

%changelog

become

%files
%{_bindir}/xss-lock
%{_datadir}/bash-completion/completions/xss-lock
%{_datadir}/zsh/site-functions/_xss-lock
%{_mandir}/man1/xss-lock.1.gz
%doc NEWS

%doc dim-screen.sh transfer-sleep-lock-generic-delay.sh
transfer-sleep-lock-i3lock.sh xdg-screensaver.patch

%changelog
* Sat Jan 02 2016 Martin Ueding <[email protected]>
0.3.0-0.1.20140302git
- initial rpm

-- 
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
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/package-review

Reply via email to