fix license handling

This commit is contained in:
Tom Callaway 2014-07-30 12:54:08 -04:00
parent 5aa074e3c3
commit ce9c6ed39c

View File

@ -1,7 +1,7 @@
Name: pinentry Name: pinentry
Version: 0.8.3 Version: 0.8.3
Release: 4%{?dist} Release: 5%{?dist}
Summary: Collection of simple PIN or passphrase entry dialogs Summary: Collection of simple PIN or passphrase entry dialogs
# qt & qt4 subpackage have different license, see subpackage definitions # qt & qt4 subpackage have different license, see subpackage definitions
@ -109,7 +109,9 @@ if [ $1 -eq 0 -a -f %{_infodir}/pinentry.info* ] ; then
fi fi
%files %files
%doc AUTHORS ChangeLog COPYING NEWS README THANKS TODO %{!?_licensedir:%global license %%doc}
%license COPYING
%doc AUTHORS ChangeLog NEWS README THANKS TODO
%{_bindir}/pinentry-curses %{_bindir}/pinentry-curses
%{_bindir}/pinentry %{_bindir}/pinentry
%{_infodir}/pinentry.info* %{_infodir}/pinentry.info*
@ -124,6 +126,9 @@ fi
%changelog %changelog
* Wed Jul 30 2014 Tom Callaway <spot@fedoraproject.org> - 0.8.3-5
- fix license handling
* Sat Jul 19 2014 Rex Dieter <rdieter@fedoraproject.org> 0.8.3-4 * Sat Jul 19 2014 Rex Dieter <rdieter@fedoraproject.org> 0.8.3-4
- /usr/bin/pinentry should not check if stderr is opened (#787775) - /usr/bin/pinentry should not check if stderr is opened (#787775)