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


RevLine 
[2173]1Summary:     A mail notification program
[9039]2Summary(ja): メールチェッカー
[521]3Name:        gnubiff
[9039]4Version:     2.2.15
[521]5Release:     1%{?_dist_release}
[2173]6Source0:     http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
[9039]7Patch0:      gnubiff-2.2.15-dsofix.patch
8
[2173]9License:     GPLv3+
[521]10Group:       Applications/Internet
11URL:         http://gnubiff.sourceforge.net/
12
[9039]13BuildRoot:   %{_tmppath}/%{name}-%{version}-root
[2173]14BuildRequires: gamin-devel
[9039]15BuildRequires: glib2-devel
16BuildRequires: gtk3-devel
17#BuildRequires: libglade2-devel
18#BuildRequires: gnome-desktop-devel
[2173]19BuildRequires: expat-devel
20BuildRequires: perl-XML-Parser
21BuildRequires: popt-devel
[9039]22BuildRequires: openssl-devel > 1.0.0
23BuildRequires: libX11-devel
24#BuildRequires: libgnomeui-devel
25#BuildRequires: gnome-panel-devel
[2173]26BuildRequires: intltool
27BuildRequires: desktop-file-utils
[521]28
[9039]29Requires(post): install-info
30Requires(preun): install-info
[521]31
[9039]32Vendor:       Project Vine
33Distribution: Vine Linux
[521]34
[9039]35
[521]36%description
[2173]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.
[521]41
42%description -l ja
[2173]43Gnubiff はメールサーバーに問い合わせをして、
44新着メールがあったときにヘッダーを表示したり、
45新着メッセージの最初の数行を読めるメール通知プログラムです。
46対応プロトコルは、POP3, APOP, IMAP4, MH, Qmail と
47メールファイル・フォルダです。
[521]48
[2173]49
[521]50%prep
51%setup -q
[2173]52%patch0 -p1 -b .dsofix
[521]53
[2173]54
[521]55%build
[9039]56%configure \
[521]57    --enable-fam \
[9039]58    --disable-gnome \
[521]59    --with-password \
[9039]60    --with-password-string
[521]61
[9039]62make %{?_smp_mflags}
63
[521]64%install
[9039]65rm -rf $RPM_BUILD_ROOT
66make DESTDIR=$RPM_BUILD_ROOT install
[521]67
[9039]68rm -rf $RPM_BUILD_ROOT%{_infodir}/dir
[521]69
[2173]70desktop-file-install                                    \
[9039]71    --dir=$RPM_BUILD_ROOT%{_datadir}/applications          \
72    $RPM_BUILD_ROOT%{_datadir}/applications/%{name}.desktop
[2173]73
[521]74%find_lang %{name}
75
76%post
77/sbin/install-info %{_infodir}/%{name}.info %{_infodir}/dir || :
[9039]78update-desktop-database %{_datadir}/applications >& /dev/null ||:
[521]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
[9039]87%postun
88update-desktop-database %{_datadir}/applications >& /dev/null ||:
[521]89
[9039]90
[521]91%clean
[9039]92rm -rf $RPM_BUILD_ROOT
[521]93
94
95%files -f %{name}.lang
[2173]96%defattr(-,root,root,-)
[521]97%doc AUTHORS COPYING LICENSE NEWS README THANKS TODO
[2173]98%{_infodir}/%{name}.info*
99%{_mandir}/man*/%{name}*.*
100%{_bindir}/%{name}
101%{_datadir}/%{name}/
102%{_datadir}/applications/%{name}.desktop
103%{_datadir}/pixmaps/%{name}.png
[9039]104#{_datadir}/gnome-2.0/ui/GNOME_gnubiffApplet.xml
105#{_libdir}/bonobo/servers/GNOME_gnubiffApplet.server
[521]106
107
108%changelog
[9039]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
[2173]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
[521]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.