rpms/pgp-tools/devel .cvsignore, 1.8, 1.9 pgp-tools.spec, 1.8, 1.9 sources, 1.8, 1.9

Matt Domsch (mdomsch) fedora-extras-commits at redhat.com
Tue May 20 16:24:04 UTC 2008


Author: mdomsch

Update of /cvs/extras/rpms/pgp-tools/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25639

Modified Files:
	.cvsignore pgp-tools.spec sources 
Log Message:
update to upstream 1.0-2


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/pgp-tools/devel/.cvsignore,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- .cvsignore	20 Sep 2007 04:36:29 -0000	1.8
+++ .cvsignore	20 May 2008 16:23:10 -0000	1.9
@@ -1 +1 @@
-signing-party_0.4.12.orig.tar.gz
+signing-party_1.0-2.orig.tar.gz


Index: pgp-tools.spec
===================================================================
RCS file: /cvs/extras/rpms/pgp-tools/devel/pgp-tools.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- pgp-tools.spec	6 Feb 2008 02:42:21 -0000	1.8
+++ pgp-tools.spec	20 May 2008 16:23:10 -0000	1.9
@@ -1,7 +1,8 @@
 %define tarballname signing-party
+%define debian_version 1.0-2
 Name:           pgp-tools
-Version:        0.4.12
-Release:        2%{?dist}
+Version:        1.0
+Release:        1%{?dist}
 Summary:        Collection of several utilities related to OpenPGP
 Group:          Applications/System
 License:        BSD and GPLv2+
@@ -14,7 +15,9 @@
 # tar cvzf signing-party_%{version}.orig.tar.gz --exclude=.svn --exclude=debian signing-party-%{version}/
 # For some releases you may also find source tarballs posted at
 # http://alioth.debian.org/project/showfiles.php?group_id=30435
-Source0:	http://alioth.debian.org/download.php/1688/%{tarballname}_%{version}.orig.tar.gz
+# 
+# svn co svn://svn.debian.org/pgp-tools/tags/debian-version-1.0-2 signing-party-%{version}
+Source0:	%{tarballname}_%{debian_version}.orig.tar.gz
 # from svn debian/copyright, not included in tarballs.
 Source1:	copyright
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -34,10 +37,13 @@
 * gpglist: show who signed which of your UIDs
 * gpgsigs: annotates list of GnuPG keys with already done signatures
 * keylookup: ncurses wrapper around gpg --search
+* gpgparticipants: create list of party participants for the organiser
+* sig2dot: converts a list of GnuPG signatures to a .dot file
+* springgraph: creates a graph from a .dot file
 
 
 %prep
-%setup -q -n %{tarballname}-%{version}
+%setup -q -n debian-version-%{debian_version}
 cp %SOURCE1 .
 
 %build
@@ -48,7 +54,7 @@
 mkdir -p $RPM_BUILD_ROOT%{_bindir}
 mkdir -p $RPM_BUILD_ROOT%{_mandir}/man1
 
-DIRS="caff gpg-key2ps gpglist gpg-mailkeys gpgsigs keylookup"
+DIRS="$(find . -maxdepth 1 -type d | sed -e 's:^.$::' -e 's:^./::')"
 
 for file in `find $DIRS -type f -perm +0111 -print`
 do
@@ -62,7 +68,7 @@
 
 rm -rf __fedora_docs
 mkdir __fedora_docs
-cp -a caff gpg-key2ps gpg-mailkeys gpgsigs keylookup __fedora_docs/
+cp -a $DIRS __fedora_docs/
 
 #  cleanup to leave docs only...
 find __fedora_docs/ -type f \( -perm +0111 -o -name Makefile -o -name "*.[1-9]" \) -print | xargs rm -f
@@ -74,13 +80,21 @@
 
 %files
 %defattr(-,root,root,-)
-%doc README TODO COPYING copyright
+%doc README COPYING copyright
 %doc __fedora_docs/*
 %{_bindir}/*
 %{_mandir}/*/*
 
 
 %changelog
+* Tue May 20 2008 Matt Domsch <Matt_Domsch at dell.com> 1.0-1
+- upgrade to 1.0-1
+  - gpgsigs: Implement support for LaTeX output and photo ids.
+    (Closes: debian #412433, #430607)
+  - gpg-key2ps: Mention http://www.debian.org/events/materials/business-cards/
+    as an alternative. (Closes: debian #439510)
+  - add sig2dot and springgraph
+
 * Tue Feb  5 2008 Tom "spot" Callaway <tcallawa at redhat.com> 0.4.12-2
 - rebuild for new perl (and fix license tag)
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/pgp-tools/devel/sources,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- sources	20 Sep 2007 04:36:29 -0000	1.8
+++ sources	20 May 2008 16:23:10 -0000	1.9
@@ -1 +1 @@
-88d44fb63c3d941acb6e8d4a450717cd  signing-party_0.4.12.orig.tar.gz
+614eaa73dea801f208e6e180caa69ac6  signing-party_1.0-2.orig.tar.gz




More information about the fedora-extras-commits mailing list