aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--ChangeLog.ja5
-rw-r--r--sylpheed.spec.in8
3 files changed, 16 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 98a3598c..f3da3607 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2005-06-08
+ * sylpheed.spec.in: modified for the latest RPM (thanks to Paul
+ Dickson).
+
+2005-06-08
+
* src/account.c
src/prefs_filter.c: made some buttons stock button.
diff --git a/ChangeLog.ja b/ChangeLog.ja
index 4a534902..2c1f7c58 100644
--- a/ChangeLog.ja
+++ b/ChangeLog.ja
@@ -1,5 +1,10 @@
2005-06-08
+ * sylpheed.spec.in: 最新の RPM にあわせて修正(Paul Dickson さん
+ thanks)。
+
+2005-06-08
+
* src/account.c
src/prefs_filter.c: いくつかのボタンをストックボタンにした。
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