Statistics
| Revision:

root / sylpheed.spec.in @ 754

History | View | Annotate | Download (3.6 kB)

1
%define ver @VERSION@
2
%define rel %(if [ "${SYLPHEED_REL_DIST}" == "" ] ; then echo "1"; else echo "${SYLPHEED_REL_DIST}"; fi)
3
%define prefix /usr
4
5
Summary: a GTK+ based, lightweight, and fast e-mail client
6
Name: sylpheed
7
Version: %{ver}
8
Release: %{rel}
9
Source: http://sylpheed.good-day.net/sylpheed/%{name}-%{ver}.tar.gz
10
License: GPL
11
URL: http://sylpheed.good-day.net/
12
Requires: gtk+ >= 2.4.0
13
Group: Applications/Internet
14
Packager: Hiroyuki Yamamoto <hiro-y@kcn.ne.jp>
15
Buildroot: %{_tmppath}/%{name}-root
16
17
%changelog
18
* Tue Jun 7 2005 Paul Dickson <paul@permanentmail.com>
19
- replaced "Copyright:" with "License:"
20
- if environmental variable SYLPHEED_REL_DIST is set, assign that to rel (1.FC4,2.FC4, etc)
21
22
* Thu Feb 3 2005 Hiroyuki Yamamoto <hiro-y@kcn.ne.jp>
23
- modified for the latest version
24
25
* Fri Aug 1 2003 Hiroyuki Yamamoto <hiro-y@kcn.ne.jp>
26
- omitted %changelog
27
- modified %description
28
29
* Thu Jul 31 2003 Andre Costa <acosta@ar.microlink.com.br>
30
- used more extensively RPM's builtin vars
31
32
* Tue Feb 4 2003 Andre Costa <acosta@ar.microlink.com.br>
33
- implemented SYLPHEED_CONFIGURE_FLAGS in %build phase
34
- BuildRoot: is now more portable
35
- included sylpheed's pixmaps into the package
36
37
* Tue Jan 9 2001 Yoichi Imai <yoichi@silver-forest.com>
38
- edited for spec.in
39
40
* Fri Dec 1 2000 Hiroyuki Yamamoto <hiro-y@kcn.ne.jp>
41
- updated to 0.4.7, and updated %description
42
43
* Thu Sep 28 2000 Hiroyuki Yamamoto <hiro-y@kcn.ne.jp>
44
- updated to 0.4.1, and modified %files
45
46
* Wed Sep 27 2000 Hiroyuki Yamamoto <hiro-y@kcn.ne.jp>
47
- updated to 0.4.0, and modified %description
48
49
* Tue Sep 26 2000 Hiroyuki Yamamoto <hiro-y@kcn.ne.jp>
50
- updated to 0.3.99, and modified %files
51
52
* Sat Aug 19 2000 Hiroyuki Yamamoto <hiro-y@kcn.ne.jp>
53
- updated to 0.3.26, and modified URL
54
55
* Sun Jul 4 2000 Hiroyuki Yamamoto <hiro-y@kcn.ne.jp>
56
- updated to 0.3.21, and modified Summary
57
58
* Sun Jun 11 2000 Hiroyuki Yamamoto <hiro-y@kcn.ne.jp>
59
- updated to 0.3.15 and modified description and doc
60
61
* Sun Jun 4 2000 Yoichi Imai <yoichi@silver-forest.com>
62
- some change
63
64
* Sat Apr 29 2000 Yoichi Imai <yoichi@silver-forest.com>
65
- gnome-menu and requires header change
66
67
* Wed Feb 5 2000 Yoichi Imai <yoichi@silver-forest.com>
68
- append "TODO.jp"
69
70
* Sat Jan 1 2000 Yoichi Imai <yoichi@silver-forest.com>
71
- first release for version 0.1.0
72
73
%description
74
Sylpheed is an e-mail client (and news reader) based on GTK+, running on
75
X Window System, and aiming for
76
 * Quick response
77
 * Simple, graceful, and well-polished interface
78
 * Easy configuration
79
 * Intuitive operation
80
 * Abundant features
81
The appearance and interface are similar to some popular e-mail clients for
82
Windows, such as Outlook Express, Becky!, and Datula. The interface is also
83
designed to emulate the mailers on Emacsen, and almost all commands are
84
accessible with the keyboard.
85
86
The messages are managed by MH format, and you'll be able to use it together
87
with another mailer based on MH format (like Mew). You can also utilize
88
fetchmail or/and procmail, and external programs on receiving (like inc or
89
imget).
90
91
%prep
92
rm -rf $RPM_BUILD_ROOT
93
94
%setup
95
%build
96
CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=%{prefix} ${SYLPHEED_CONFIGURE_FLAGS}
97
make
98
99
%install
100
make prefix=${RPM_BUILD_ROOT}%{prefix} install
101
mkdir -p ${RPM_BUILD_ROOT}%{_datadir}/pixmaps
102
install -m 644 *.png ${RPM_BUILD_ROOT}%{_datadir}/pixmaps
103
104
%clean
105
rm -rf ${RPM_BUILD_ROOT}
106
107
%files
108
%defattr(-,root,root)
109
%doc AUTHORS COPYING COPYING.LIB ChangeLog ChangeLog.ja ChangeLog-1.0 ChangeLog-1.0.ja README README.ja INSTALL INSTALL.ja NEWS NEWS-1.0 LICENSE TODO TODO.ja
110
%{_bindir}/%{name}
111
%{_datadir}/locale/*/LC_MESSAGES/%{name}.mo
112
%{_datadir}/%{name}/faq/*/*
113
%{_datadir}/%{name}/manual/*/*
114
%{_datadir}/pixmaps/*.png