source: projects/specs/branches/6/g/gnubiff/gnubiff-vl.spec @ 2173

Revision 2173, 4.4 KB checked in by munepi, 13 years ago (diff)

update gnubiff-vl.spec

Line 
1Summary:     A mail notification program
2Summary(ja): Gnome 対応のメールチェッカー
3Name:        gnubiff
4Version:     2.2.13
5Release:     1%{?_dist_release}
6Source0:     http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
7Patch0:      gnubiff-2.2.13-dsofix.patch
8License:     GPLv3+
9Group:       Applications/Internet
10URL:         http://gnubiff.sourceforge.net/
11
12Requires:    gamin
13Requires:    gtk2
14Requires:    libglade2
15Requires:    gnome-desktop
16Requires:    gnome-desktop-libs
17Requires:    expat
18Requires:    libexpat
19Requires:    perl-XML-Parser
20Requires:    popt
21Requires:    openssl
22BuildRequires: gamin-devel
23BuildRequires: gtk2-devel
24BuildRequires: libglade2-devel
25BuildRequires: gnome-desktop-devel
26BuildRequires: expat-devel
27BuildRequires: perl-XML-Parser
28BuildRequires: popt-devel
29BuildRequires: openssl-devel
30BuildRequires: libSM-devel
31BuildRequires: libgnomeui-devel
32BuildRequires: gnome-panel-devel
33BuildRequires: intltool
34BuildRequires: desktop-file-utils
35
36Requires(post): info
37Requires(preun): info
38
39BuildRoot:   %{_tmppath}/%{name}-%{version}-root
40
41%description
42Gnubiff is a mail notification program that checks for mail,
43displays headers when new mail has arrived and allow to read
44first lines of new messages. Supported protocols are POP3, APOP,
45IMAP4, MH, Qmail, and Mail File.
46
47%description -l ja
48Gnubiff はメールサーバーに問い合わせをして、
49新着メールがあったときにヘッダーを表示したり、
50新着メッセージの最初の数行を読めるメール通知プログラムです。
51対応プロトコルは、POP3, APOP, IMAP4, MH, Qmail と
52メールファイル・フォルダです。
53
54
55%prep
56%setup -q
57%patch0 -p1 -b .dsofix
58
59
60%build
61./configure \
62        --prefix=%{_prefix} \
63        --libdir=%{_libdir} \
64    --enable-fam \
65        --enable-gnome \
66    --with-password \
67        --with-password-string
68%__make %{?_smp_mflags}
69
70%install
71%__rm -rf ${RPM_BUILD_ROOT}
72%__make DESTDIR=${RPM_BUILD_ROOT} install
73
74%__rm -rf %{buildroot}%{_infodir}/dir
75
76desktop-file-install                                    \
77    --dir=%{buildroot}%{_datadir}/applications          \
78    %{buildroot}%{_datadir}/applications/%{name}.desktop
79
80%find_lang %{name}
81
82%post
83/sbin/install-info %{_infodir}/%{name}.info %{_infodir}/dir || :
84
85
86%preun
87if [ $1 = 0 ]; then
88  /sbin/install-info --delete %{_infodir}/%{name}.info \
89  %{_infodir}/dir >/dev/null 2>&1 || :
90fi
91
92
93%clean
94%__rm -rf ${RPM_BUILD_ROOT}
95
96
97%files -f %{name}.lang
98%defattr(-,root,root,-)
99%doc AUTHORS COPYING LICENSE NEWS README THANKS TODO
100%{_infodir}/%{name}.info*
101%{_mandir}/man*/%{name}*.*
102%{_bindir}/%{name}
103%{_datadir}/%{name}/
104%{_datadir}/applications/%{name}.desktop
105%{_datadir}/pixmaps/%{name}.png
106%{_datadir}/gnome-2.0/ui/GNOME_gnubiffApplet.xml
107%{_libdir}/bonobo/servers/GNOME_gnubiffApplet.server
108
109
110%changelog
111* Wed Nov 03 2010 Munehiro Yamamoto <munepi@vinelinux.org> 2.2.13-1
112- new upstream release
113- applied gnubiff-2.2.13-dsofix.patch from Fedra Rawhide
114  - Add patch to fix DSO linking. (rhbz#564648)
115- added BuildRequires:
116  - libSM-devel
117  - libgnomeui-devel
118  - gnome-panel-devel
119  - intltool
120  - desktop-file-utils
121
122* Sat May 23 2009 Munehiro Yamamoto <munepi@cg8.so-net.ne.jp> 2.2.11-1
123- new upstream release
124- added gnubiff-2.2.10-extradeps.patch from Fedora
125- added %%post, %%preun for gnubiff.info
126
127* Sat Dec 13 2008 Munehiro Yamamoto <munepi@cg8.so-net.ne.jp> 2.2.10-2
128- fixed typo in spec
129
130* Sun Sep 7 2008 Munehiro Yamamoto <munepi@cg8.so-net.ne.jp> 2.2.10-1
131- apply new versioning policy
132- spec in utf-8
133- source update
134- rename BuildRequires: popt-devel
135
136* Fri Feb 15 2008 Munehiro Yamamoto <munepi@cg8.so-net.ne.jp> 2.2.9-0vl1
137- source update
138
139* Sun Jan 06 2008 Shu KONNO <owa@bg.wakwak.com> 2.2.8-0vl3
140- added libdir to configure
141
142* Mon Sep 17 2007 Munehiro Yamamoto <myamamoto@g.math.s.chiba-u.ac.jp> 2.2.8-0vl1
143- source update
144
145* Thu Jul 26 2007 Munehiro Yamamoto <myamamoto@g.math.s.chiba-u.ac.jp> 2.2.7-0vl2
146- rebuild for VineSeed
147
148* Thu Jul 26 2007 Munehiro Yamamoto <myamamoto@g.math.s.chiba-u.ac.jp> 2.2.7-0vl1
149- source update
150
151* Sun Jun 3 2007 Munehiro Yamamoto <myamamoto@g.math.s.chiba-u.ac.jp> 2.2.6-0vl2
152- rebuild for VineSeed
153
154* Fri Apr 27 2007 Munehiro Yamamoto <myamamoto@g.math.s.chiba-u.ac.jp> 2.2.6-0vl1
155- source update
156
157* Wed Mar 14 2007 Munehiro Yamamoto <myamamoto@g.math.s.chiba-u.ac.jp> 2.2.5-0vl1
158- initial build for Vine Linux 4.1
159
160#* Sun Feb 25 2007 Munehiro Yamamoto <myamamoto@g.math.s.chiba-u.ac.jp> 2.2.5-0vlmp1
161#- initial build for Vine Linux 4.0
162
163
164# end of file
Note: See TracBrowser for help on using the repository browser.