rpms/pgp-tools/devel copyright, NONE, 1.1 .cvsignore, 1.4, 1.5 pgp-tools.spec, 1.3, 1.4 sources, 1.4, 1.5

Matt Domsch (mdomsch) fedora-extras-commits at redhat.com
Mon Jul 10 17:31:21 UTC 2006


Author: mdomsch

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

Modified Files:
	.cvsignore pgp-tools.spec sources 
Added Files:
	copyright 
Log Message:
upgrade to upstream 0.4.7


--- NEW FILE copyright ---
This package was debianized by Christoph Berg <cb at df7cb.de> on
Mon, 16 May 2005 17:16:30 +0200.

Availability:
  Homepage:
    http://pgp-tools.alioth.debian.org/
  The package source is hosted in a subversion repository:
    svn://svn.debian.org/pgp-tools/trunk/

Authors and Copyright:
  (c) 2000, 2002, 2004, 2005  Peter Palfrader <peter at palfrader.org>
  (c) 2004  Uli Martens <uli at youam.net>
  (c) 2004, 2005, 2006  Christoph Berg <cb at df7cb.de>
  (c) 2001-2005  Simon Richter <sjr at debian.org>
  (c) 2005, 2006  Thijs Kinkhorst <thijs at debian.org>
  (c) 2000, 2002  Christian Kurz <shorty at debian.org>
  Other contributors:
  Enrico Zini
  Benjamin Hill

License for caff and gpgsigs:
  All rights reserved.

  Redistribution and use in source and binary forms, with or without
  modification, are permitted provided that the following conditions
  are met:
  1. Redistributions of source code must retain the above copyright
     notice, this list of conditions and the following disclaimer.
  2. Redistributions in binary form must reproduce the above copyright
     notice, this list of conditions and the following disclaimer in the
     documentation and/or other materials provided with the distribution.
  3. The name of the author may not be used to endorse or promote products
     derived from this software without specific prior written permission.

  THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
  IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
  OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
  IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
  INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
  NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
  DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
  THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
  THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Licence for gpg-key2ps, gpg-mailkeys, and keylookup:
  This program is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published by
  the Free Software Foundation; either version 2 of the License, or
  (at your option) any later version.

  This program is distributed in the hope that it will be useful,
  but WITHOUT ANY WARRANTY; without even the implied warranty of
  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  GNU General Public License for more details.

  You should have received a copy of the GNU General Public License with
  the Debian GNU/Linux distribution in file /usr/share/common-licenses/GPL;
  if not, write to the Free Software Foundation, Inc., 51 Franklin Street,
  Fifth Floor, Boston, MA  02110-1301, USA


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/pgp-tools/devel/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- .cvsignore	25 May 2006 22:09:13 -0000	1.4
+++ .cvsignore	10 Jul 2006 17:31:21 -0000	1.5
@@ -1 +1 @@
-pgp-tools-0.4.6-20060525svn.tar.bz2
+signing-party_0.4.7.orig.tar.gz


Index: pgp-tools.spec
===================================================================
RCS file: /cvs/extras/rpms/pgp-tools/devel/pgp-tools.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- pgp-tools.spec	25 May 2006 22:09:13 -0000	1.3
+++ pgp-tools.spec	10 Jul 2006 17:31:21 -0000	1.4
@@ -1,14 +1,18 @@
-%define alphatag 20060525svn
+%define tarballname signing-party
 Name:           pgp-tools
-Version:        0.4.6
-Release:        1.%{alphatag}%{?dist}
+Version:        0.4.7
+Release:        1%{?dist}
 Summary:        Collection of several utilities related to OpenPGP
 Group:          Applications/System
 License:        BSD, GPL
 URL:            http://pgp-tools.alioth.debian.org/
 # To check out the source tree from subversion, use this:
 # svn co svn://svn.debian.org/pgp-tools/trunk/ pgp-tools
-Source0:        pgp-tools-%{version}-%{alphatag}.tar.bz2
+# You can 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
+# from svn debian/copyright, not included in tarballs.
+Source1:	copyright
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 Requires:	gpg, perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
@@ -29,7 +33,8 @@
 
 
 %prep
-%setup -q -n %{name}-%{version}-%{alphatag}
+%setup -q -n %{tarballname}-%{version}
+cp %SOURCE1 .
 
 %build
 make %{?_smp_mflags}
@@ -61,13 +66,19 @@
 
 %files
 %defattr(-,root,root,-)
-%doc README TODO COPYING debian/copyright
+%doc README TODO COPYING copyright
 %doc caff gpg-key2ps gpg-mailkeys gpgsigs keylookup
 %{_bindir}/*
 %{_mandir}/*/*
 
 
 %changelog
+* Mon Jul 10 2006 Matt Domsch <Matt_Domsch at dell.com> 0.4.7-1
+- upgrade to latest upstream
+  - gpg-mailkeys: use right content-type for attached key,
+    thanks Wesley Landaker (Closes: debian #370566).
+  - upstream releasing tarballs now, so use those
+
 * Thu May 25 2006 Matt Domsch <Matt_Domsch at dell.com> 0.4.6-1.20060525svn
 - upgrade to lastest upstream
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/pgp-tools/devel/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources	25 May 2006 22:09:13 -0000	1.4
+++ sources	10 Jul 2006 17:31:21 -0000	1.5
@@ -1 +1 @@
-4d3630eeb382c04476631841f874516d  pgp-tools-0.4.6-20060525svn.tar.bz2
+b277efb28ae0b794d6e53a84f753682a  signing-party_0.4.7.orig.tar.gz




More information about the fedora-extras-commits mailing list