source: projects/specs/trunk/g/gnubiff/gnubiff-vl.spec @ 9039

Revision 9039, 4.7 KB checked in by inagaki, 10 years ago (diff)

2014-10-29 Ryoichi INAGAKI <ryo1@…>

  • cln, gnubiff, gsoap: updated


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