Sophie

Sophie

distrib > Mageia > 3 > i586 > media > core-release-src > by-pkgid > e36d37aadf7a1a582db425a1e34ec513 > files > 3

signing-party-1.1.4-4.mga3.src.rpm

Name:		signing-party
Summary:	Various OpenPGP related tools
Version:	1.1.4
Release:	%mkrel 4
Group:		File tools
URL:		http://pgp-tools.alioth.debian.org/
Source:		http://ftp.debian.org/debian/pool/main/s/signing-party/signing-party_%{version}.orig.tar.gz
# http://anonscm.debian.org/viewvc/pgp-tools/trunk/debian/patches/gpgwrap_makefile.diff?view=co
Patch0:		gpgwrap_makefile.diff
# remove pgpring as it is already provided by mutt
# patch from :
# http://pkgs.fedoraproject.org/gitweb/?p=pgp-tools.git;a=blob_plain;f=pgp-tools-1.1-drop-pgpring.patch;hb=HEAD
Patch1:		pgp-tools-1.1-drop-pgpring.patch
License:	GPLv2+ and GPLv2 and MIT

# required for pgpring
Requires:	mutt
Requires:	sendmail-command
Requires:	gnupg
Requires:	perl
Requires:	perl-GnuPG-Interface
Requires:	perl-MIME-tools
Requires:	perl-MailTools
Requires:	perl-Text-Template
Requires:	qprint

%description
signing-party is a collection for all kinds of PGP/GnuPG related things,
including tools for signing keys, keyring analysis, and party preparation.
 .
  * caff: CA - Fire and Forget signs and mails a key
  * pgp-clean: removes all non-self signatures from key
  * pgp-fixkey: removes broken packets from keys
  * gpg-mailkeys: simply mail out a signed key to its owner
  * gpglist: show who signed which of your UIDs
  * gpgsigs: annotates list of GnuPG keys with already done signatures
  * keyanalyze: minimum signing distance (MSD) analysis on keyrings
  * keylookup: ncurses wrapper around gpg --search
  * sig2dot: converts a list of GnuPG signatures to a .dot file
  * springgraph: creates a graph from a .dot file

%prep
%setup -q
%patch0 -p1
%patch1 -p1

%build
%make

%install
rm -Rf %{buildroot}
%makeinstall_std
install -m 755 caff/caff caff/pgp-clean caff/pgp-fixkey %{buildroot}%{_bindir}
install -m 755 gpg-mailkeys/gpg-mailkeys %{buildroot}%{_bindir}
install -m 755 gpglist/gpglist %{buildroot}%{_bindir}
install -d %{buildroot}%{_mandir}/man1
install -m 644 caff/caff.1 caff/pgp-clean.1 caff/pgp-fixkey.1 %{buildroot}%{_mandir}/man1

%files
%{_bindir}/caff
%{_bindir}/pgp-clean
%{_bindir}/pgp-fixkey
%{_bindir}/gpg-mailkeys
%{_bindir}/gpglist
%{_bindir}/gpgsigs
%{_bindir}/keyanalyze
%{_bindir}/keylookup
%{_bindir}/process_keys
%{_bindir}/sig2dot
%{_bindir}/springgraph
%{_mandir}/man1/caff.1.xz
%{_mandir}/man1/keylookup.1.xz
%{_mandir}/man1/pgp-clean.1.xz
%{_mandir}/man1/pgp-fixkey.1.xz
%{_mandir}/man1/sig2dot.1.xz
%{_mandir}/man1/springgraph.1.xz
%{_datadir}/%{name}/gpgsigs-eps-helper
%doc %{_defaultdocdir}/%{name}/NEWS.keylookup
%doc %{_defaultdocdir}/%{name}/README.sig2dot
%doc %{_defaultdocdir}/%{name}/README.springgraph
%doc %{_defaultdocdir}/%{name}/examples/gpgsigs/gpgsigs-lt2k5-annotated.txt
%doc %{_defaultdocdir}/%{name}/examples/gpgsigs/gpgsigs-lt2k5.txt


%changelog

* Mon Jan 14 2013 umeabot <umeabot> 1.1.4-4.mga3
+ Revision: 382016
- Mass Rebuild - https://wiki.mageia.org/en/Feature:Mageia3MassRebuild

* Mon Aug 27 2012 remmy <remmy> 1.1.4-3.mga3
+ Revision: 284626
- Added tools caff, pgp-clean, pgp-fixkey, gpg-mailkeys and gpglist to package
- Added missing requires to .spec file
- Remove unpackaged files from description

* Thu May 31 2012 boklm <boklm> 1.1.4-2.mga3
+ Revision: 252379
- drop pgpring to use the copy provided by mutt

* Thu May 31 2012 boklm <boklm> 1.1.4-1.mga3
+ Revision: 252346
- imported package signing-party