[git] GPA - branch, master, updated. gpa-0.9.3-1-g1d898c4

by Michael Petzold cvs at cvs.gnupg.org
Thu Aug 16 16:36:20 CEST 2012


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "The GNU Privacy Assistant".

The branch, master has been updated
       via  1d898c4c941afb4355416c61a26e81baedf1df17 (commit)
      from  ecd21e4d7b0bfc4fd035e0ebd5c86477a895d3c3 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 1d898c4c941afb4355416c61a26e81baedf1df17
Author: Michael Petzold <michael.petzold at gmx.net>
Date:   Thu Aug 16 15:17:31 2012 +0200

    Update gpa.spec file.
    
    * gpa.spec: Update version, tags, directives, source paths, files, etc.

diff --git a/gpa.spec b/gpa.spec
index 4a1c115..60e210f 100644
--- a/gpa.spec
+++ b/gpa.spec
@@ -1,17 +1,16 @@
 %define name gpa
-%define version 0.7.0
+%define version 0.9.3
 
-Summary: Graphical user interface for the GnuPG.
+Summary: Graphical user interface for the GnuPG
 Name: %{name}
 Version: %{version}
 Release: 1
-Copyright: GPL
-Group: Applications/Cryptography
-Source0: ftp://ftp.gnupg.org/gcrypt/alpha/gpa/gpa-%{version}.tar.gz
-Source1: ftp://ftp.gnupg.org/gcrypt/alpha/gpa/gpa-%{version}.tar.gz.sig
+License: GPLv3+
+Group: Applications/System
+Source0: ftp://ftp.gnupg.org/gcrypt/gpa/gpa-%{version}.tar.bz2
+Source1: ftp://ftp.gnupg.org/gcrypt/gpa/gpa-%{version}.tar.bz2.sig
 URL: http://www.gnupg.org/gpa.html
 BuildRoot: %{_tmppath}/%{name}-root
-Requires: gnupg
 
 %description
 The GNU Privacy Assistant is a graphical user interface for the GNU Privacy
@@ -20,7 +19,7 @@ encrypting emails or other documents and with authentication of received
 files by signature management.
 
 %prep
-%setup
+%setup -q
 
 %build
 %configure
@@ -28,7 +27,7 @@ make
 
 %install
 rm -rf ${RPM_BUILD_ROOT}
-install -Dpm 644 gpa-logo-48x48.png \
+install -Dpm 644 gpa.png \
 	%{buildroot}%{_datadir}/pixmaps/gpa.png
 install -Dpm 644 gpa.desktop \
 	%{buildroot}%{_datadir}/applications/gpa.desktop
@@ -39,20 +38,28 @@ rm -rf ${RPM_BUILD_ROOT}
 
 %files
 %defattr(-,root,root)
-%doc ABOUT-NLS AUTHORS ChangeLog INSTALL NEWS README README-alpha THANKS TODO
+%doc ABOUT-NLS AUTHORS COPYING ChangeLog ChangeLog-2011 NEWS README THANKS TODO
 %{_bindir}/gpa
 %dir %{_datadir}/%{name}
 %{_datadir}/%{name}/*.*
-%config %{_datadir}/%{name}/gtkrc
 %{_datadir}/locale/*/*/gpa.mo
 %{_datadir}/applications/gpa.desktop
 %{_datadir}/pixmaps/gpa.png
+%{_mandir}/man1/gpa.1.gz
 
 %changelog
-* Tue Mar 19 2002 Keith Hudson <kwhudson at netin.com
+* Wed Aug 15 2012 Michael Petzold <michael.petzold at gmx.net> 0.9.3-1
+- fixed source paths
+- 'Copyright: GPL' -> 'License: GPLv3+'
+- removed 'Requires: gnupg' (would have liked to specify 'gnupg OR gnupg2' but
+  that doesn't seem possible)
+- install: updated icon filename
+- files: updated doc line, removed gtkrc, added gpa.1.gz
+
+* Tue Mar 19 2002 Keith Hudson <kwhudson at netin.com>
 - updated for 0.4.3
 - added gnome menu entry
+
 * Fri Aug  3 2001 Peter Hanecak <hanecak at megaloman.sk>
 [0.4.1-1]
 - initial spec
- 

-----------------------------------------------------------------------

Summary of changes:
 gpa.spec |   33 ++++++++++++++++++++-------------
 1 files changed, 20 insertions(+), 13 deletions(-)


hooks/post-receive
-- 
The GNU Privacy Assistant
http://git.gnupg.org




More information about the Gnupg-commits mailing list