aboutsummaryrefslogtreecommitdiff
path: root/sylpheed.spec.in
diff options
context:
space:
mode:
Diffstat (limited to 'sylpheed.spec.in')
-rw-r--r--sylpheed.spec.in8
1 files changed, 6 insertions, 2 deletions
diff --git a/sylpheed.spec.in b/sylpheed.spec.in
index c08e9ba0..2a827612 100644
--- a/sylpheed.spec.in
+++ b/sylpheed.spec.in
@@ -1,5 +1,5 @@
%define ver @VERSION@
-%define rel 1
+%define rel %(if [ "${SYLPHEED_REL_DIST}" == "" ] ; then echo "1"; else echo "${SYLPHEED_REL_DIST}"; fi)
%define prefix /usr
Summary: a GTK+ based, lightweight, and fast e-mail client
@@ -7,7 +7,7 @@ Name: sylpheed
Version: %{ver}
Release: %{rel}
Source: http://sylpheed.good-day.net/sylpheed/%{name}-%{ver}.tar.gz
-Copyright: GPL
+License: GPL
URL: http://sylpheed.good-day.net/
Requires: gtk+ >= 2.4.0
Group: Applications/Internet
@@ -15,6 +15,10 @@ Packager: Hiroyuki Yamamoto <hiro-y@kcn.ne.jp>
Buildroot: %{_tmppath}/%{name}-root
%changelog
+* Tue Jun 7 2005 Paul Dickson <paul@permanentmail.com>
+- replaced "Copyright:" with "License:"
+- if environmental variable SYLPHEED_REL_DIST is set, assign that to rel (1.FC4,2.FC4, etc)
+
* Thu Feb 3 2005 Hiroyuki Yamamoto <hiro-y@kcn.ne.jp>
- modified for the latest version