aboutsummaryrefslogtreecommitdiff
path: root/sylpheed.spec.in
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-06-08 06:59:30 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-06-08 06:59:30 +0000
commit34aaba6028b814cb6e0902e03382c3afcb209251 (patch)
tree7c701a482f0f1dfb36db95bbbfdccfdcd2df1a4e /sylpheed.spec.in
parent80dfa4c49c297c37e6c5ae44aa99325d724d943a (diff)
modified sylpheed.spec.in.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@320 ee746299-78ed-0310-b773-934348b2243d
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