From 34aaba6028b814cb6e0902e03382c3afcb209251 Mon Sep 17 00:00:00 2001 From: hiro Date: Wed, 8 Jun 2005 06:59:30 +0000 Subject: modified sylpheed.spec.in. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@320 ee746299-78ed-0310-b773-934348b2243d --- sylpheed.spec.in | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'sylpheed.spec.in') 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 Buildroot: %{_tmppath}/%{name}-root %changelog +* Tue Jun 7 2005 Paul Dickson +- 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 - modified for the latest version -- cgit v1.2.3