Statistics
| Revision:

root / sylpheed.spec.in @ 438

History | View | Annotate | Download (3.6 kB)

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