Statistics
| Revision:

root / sylpheed.spec.in @ 1

History | View | Annotate | Download (3.2 kB)

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