Update to latest upstream version (0.8.3)
This commit is contained in:
parent
477bcb7d80
commit
b3fdf4cb69
2
.gitignore
vendored
2
.gitignore
vendored
@ -2,3 +2,5 @@ pinentry-0.8.0.tar.gz
|
||||
pinentry-0.8.0.tar.gz.sig
|
||||
/pinentry-0.8.1.tar.gz
|
||||
/pinentry-0.8.1.tar.gz.sig
|
||||
/pinentry-0.8.3.tar.bz2
|
||||
/pinentry-0.8.3.tar.bz2.sig
|
||||
|
@ -16,16 +16,16 @@
|
||||
%endif
|
||||
|
||||
Name: pinentry
|
||||
Version: 0.8.1
|
||||
Release: 11%{?dist}
|
||||
Version: 0.8.3
|
||||
Release: 1%{?dist}
|
||||
Summary: Collection of simple PIN or passphrase entry dialogs
|
||||
|
||||
Group: Applications/System
|
||||
# qt & qt4 subpackage have different license, see subpackage definitions
|
||||
License: GPLv2+
|
||||
URL: http://www.gnupg.org/aegypten/
|
||||
Source0: ftp://ftp.gnupg.org/gcrypt/pinentry/%{name}-%{version}.tar.gz
|
||||
Source1: ftp://ftp.gnupg.org/gcrypt/pinentry/%{name}-%{version}.tar.gz.sig
|
||||
Source0: ftp://ftp.gnupg.org/gcrypt/pinentry/%{name}-%{version}.tar.bz2
|
||||
Source1: ftp://ftp.gnupg.org/gcrypt/pinentry/%{name}-%{version}.tar.bz2.sig
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
|
||||
# borrowed from opensuse
|
||||
@ -130,8 +130,6 @@ make %{?_smp_mflags}
|
||||
|
||||
|
||||
%install
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
make install DESTDIR=$RPM_BUILD_ROOT
|
||||
|
||||
# Backwards compatibility
|
||||
@ -145,11 +143,6 @@ install -p -m755 -D %{SOURCE10} $RPM_BUILD_ROOT%{_bindir}/pinentry
|
||||
# unpackaged files
|
||||
rm -f $RPM_BUILD_ROOT%{_infodir}/dir
|
||||
|
||||
|
||||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
|
||||
# alternatives dropped at 0.7.6-3 (use %%trigger instead?)
|
||||
%pre
|
||||
%{_sbindir}/update-alternatives --remove pinentry %{_bindir}/pinentry-curses ||:
|
||||
@ -168,19 +161,16 @@ fi
|
||||
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%doc AUTHORS ChangeLog COPYING NEWS README THANKS TODO
|
||||
%{_bindir}/pinentry-curses
|
||||
%{_bindir}/pinentry
|
||||
%{_infodir}/pinentry.info*
|
||||
|
||||
%files gtk
|
||||
%defattr(-,root,root,-)
|
||||
%{_bindir}/pinentry-gtk
|
||||
%{_bindir}/pinentry-gtk-2
|
||||
|
||||
%files qt
|
||||
%defattr(-,root,root,-)
|
||||
%{_bindir}/pinentry-qt
|
||||
%if ! 0%{?_enable_pinentry_qt:1}
|
||||
%{_bindir}/pinentry-qt4
|
||||
@ -188,13 +178,15 @@ fi
|
||||
|
||||
%if 0%{?_enable_pinentry_qt4:1}
|
||||
%files qt4
|
||||
%defattr(-,root,root,-)
|
||||
%{_bindir}/pinentry-qt4
|
||||
%endif
|
||||
%endif
|
||||
|
||||
|
||||
%changelog
|
||||
* Thu Jan 30 2014 Stanislav Ochotnicky <sochotnicky@redhat.com> - 0.8.3-1
|
||||
- Update to latest upstream version (0.8.3)
|
||||
|
||||
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.8.1-11
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user