Statistics
| Revision:

root / sylpheed.spec.in @ 3158

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