source: projects/specs/trunk/w/wvdial/wvdial-vl.spec @ 10775

Revision 10775, 7.0 KB checked in by ara_t, 8 years ago (diff)

rebuild with gcc-5.4.0

Line 
1Summary: A heuristic autodialer for PPP connections
2Name: wvdial
3Version: 1.61
4Release: 2%{?_dist_release}
5License: LGPLv2
6URL: http://alumnit.ca/wiki/index.php?page=WvDial
7Group: System Environment/Daemons
8Source0: http://alumnit.ca/download/wvdial-%{version}.tar.gz
9Patch1: wvdial-1.60-remotename.patch
10BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
11BuildRequires: libwvstreams-devel >= 0:4.4, openssl-devel
12BuildRequires: pkgconfig
13Requires: ppp >= 2.3.7
14
15%description
16WvDial automatically locates and configures modems and can log into
17almost any ISP's server without special configuration. You need to
18input the username, password, and phone number, and then WvDial will
19negotiate the PPP connection using any mechanism needed.
20#'
21
22%prep
23%setup -q
24%patch1 -p1 -b .remotename
25
26%build
27%configure
28make \
29        XX_LIBS="-lcrypt" \
30        PREFIX=%{_prefix} \
31        BINDIR=%{_bindir} \
32        MANDIR=%{_mandir} \
33        PPPDIR=%{_sysconfdir}/ppp/peers $@
34
35%install
36[ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT
37make install \
38        PREFIX=${RPM_BUILD_ROOT}%{_prefix} \
39        BINDIR=${RPM_BUILD_ROOT}%{_bindir} \
40        MANDIR=${RPM_BUILD_ROOT}%{_mandir} \
41        PPPDIR=${RPM_BUILD_ROOT}%{_sysconfdir}/ppp/peers
42rm $RPM_BUILD_ROOT/%{_sysconfdir}/ppp/peers/wvdial-pipe
43touch $RPM_BUILD_ROOT/%{_sysconfdir}/wvdial.conf
44
45%clean
46[ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT
47
48%files
49%defattr(-,root,root)
50%doc CHANGES* COPYING* README* TODO FAQ
51%attr(0755,root,root)   %{_bindir}/*
52%attr(0644,root,root)   %{_mandir}/man1/*
53%attr(0644,root,root)   %{_mandir}/man5/*
54%attr(0600,root,daemon) %config %{_sysconfdir}/ppp/peers/wvdial
55%verify(not md5 size mtime) %config(noreplace) %{_sysconfdir}/wvdial.conf
56
57%changelog
58* Sat Sep 03 2016 Toshiaki Ara <ara_t@384.jp> 1.61-2
59- rebuild with gcc-5.4.0
60
61* Sat Jun 11 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.61-1
62- update to 1.61
63- remove Patch2
64
65* Tue Oct 14 2008 Shu KONNO <owa@bg.wakwak.com> 1.60-1vl5
66- applied new versioning policy, spec in utf-8
67
68* Mon Nov 19 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 1.60-0vl1
69- initial build for Vine Linux
70
71* Mon Oct 29 2007 Bill Nottingham <notting@redhat.com> - 1.60-3
72- fix remotename patch (#348831, #344391)
73
74* Wed Oct 10 2007 Ondrej Vasik <ovasik@redhat.com> - 1.60-2
75- added option for dial timeout(#200375)
76
77* Fri Aug 17 2007 Harald Hoyer <harald@rawhide.home> - 1.60-1
78- version 1.60
79- changed license tag to LGPLv2
80
81* Thu Jun 28 2007 Harald Hoyer <harald@redhat.com> - 1.56-1
82- version 1.56
83
84* Wed Apr 18 2007 Harald Hoyer <harald@redhat.com> - 1.54.0-6
85- specfile review
86
87* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 1.54.0-5.2.2.1
88- rebuild
89
90* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 1.54.0-5.2.2
91- bump again for double-long bug on ppc(64)
92
93* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 1.54.0-5.2.1
94- rebuilt for new gcc4.1 snapshot and glibc changes
95
96* Mon Dec 19 2005 Harald Hoyer <harald@redhat.com>
97- rebuilt
98
99* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
100- rebuilt
101
102* Thu Mar 03 2005 Harald Hoyer <harald@redhat.com>
103- rebuilt
104
105* Wed Feb 09 2005 Harald Hoyer <harald@redhat.com>
106- rebuilt
107
108* Tue Sep 21 2004 Harald Hoyer <harald@redhat.com> 1.54.0-3
109- added openssl-devel build req (bug 132887)
110
111* Mon Aug 31 2004 Harald Hoyer <harald@redhat.com> 1.54.0-2
112- added empty wvdial.conf file (bug 130622)
113
114* Mon Jun 21 2004 Harald Hoyer <harald@redhat.com> 1.54.0-1
115- version 1.54.0
116
117* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
118- rebuilt
119
120* Tue Jun 01 2004 Karsten Hopp <karsten@redhat.de> 1.53-14
121- remove -O0
122
123* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
124- rebuilt
125
126* Mon Sep  8 2003 Nalin Dahyabhai <nalin@redhat.com> 1.53-12
127- rebuild
128
129* Mon Sep  8 2003 Nalin Dahyabhai <nalin@redhat.com> 1.53-11
130- rebuild
131
132* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
133- rebuilt
134
135* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
136- rebuilt
137
138* Thu Nov 14 2002 Nalin Dahyabhai <nalin@redhat.com> 1.53-8
139- remove unpackaged files after %%install
140
141* Mon Aug 12 2002 Nalin Dahyabhai <nalin@redhat.com> 1.53-7
142- add missing URL
143- document --remotename in the man page
144
145* Sat Aug 10 2002 Elliot Lee <sopwith@redhat.com> 1.53-6
146- rebuilt with gcc-3.2 (we hope)
147
148* Fri Aug  9 2002 Nalin Dahyabhai <nalin@redhat.com> 1.53-5
149- re-allow specifying the remotename at startup-time
150- add man page for the configuration file
151
152* Tue Jul 23 2002 Tim Powers <timp@redhat.com> 1.53-4
153- build using gcc-3.2-0.1
154
155* Fri Jun 21 2002 Tim Powers <timp@redhat.com> 1.53-3
156- automated rebuild
157
158* Sun May 26 2002 Tim Powers <timp@redhat.com> 1.53-2
159- automated rebuild
160
161* Wed Apr 10 2002 Nalin Dahyabhai <nalin@redhat.com> 1.53-1
162- update to 1.53
163
164* Thu Apr  4 2002 Nalin Dahyabhai <nalin@redhat.com> 1.52-1
165- update to 1.52
166
167* Wed Mar 27 2002 Nalin Dahyabhai <nalin@redhat.com> 1.51-1
168- update to 1.51
169
170* Fri Feb 22 2002 Nalin Dahyabhai <nalin@redhat.com> 1.50-1
171- update to 1.50
172- use lockdev for locking
173
174* Thu Jan 24 2002 Than Ngo <than@redhat.com> 1.41-18
175- fix to build against g++ 3
176
177* Wed Sep 12 2001 Tim Powers <timp@redhat.com>
178- rebuild with new gcc and binutils
179
180* Mon Jul 23 2001 Nalin Dahyabhai <nalin@redhat.com>
181- bump the release and rebuild
182
183* Wed Jul 11 2001 Nalin Dahyabhai <nalin@redhat.com>
184- bump the release and rebuild
185
186* Tue Jul  3 2001 Nalin Dahyabhai <nalin@redhat.com>
187- change Copyright: tag to License:
188
189* Mon Apr  2 2001 Nalin Dahyabhai <nalin@redhat.com>
190- include the actual TODO file in docs, not a dangling symlink to it (#34385)
191
192* Mon Feb 12 2001 Nalin Dahyabhai <nalin@redhat.com>
193- Merge in latest -libs patch from rp3.
194
195* Mon Aug 21 2000 Nalin Dahyabhai <nalin@redhat.com>
196- Merge in latest -libs patch from rp3.
197
198* Thu Jul 13 2000 Prospector <bugzilla@redhat.com>
199- automatic rebuild
200
201* Tue Jul  2 2000 Jakub Jelinek <jakub@redhat.com>
202- Rebuild with new C++
203
204* Sat Jun 17 2000 Bill Nottingham <notting@redhat.com>
205- add %%defattr
206
207* Fri Jun 16 2000 Nalin Dahyabhai <nalin@redhat.com>
208- Merge in latest -libs patch from rp3.
209
210* Sun Jun  4 2000 Nalin Dahyabhai <nalin@redhat.com>
211- FHS fixes.
212
213* Fri May  5 2000 Bill Nottingham <notting@redhat.com>
214- fix build with more strict c++ compiler
215
216* Tue Mar  7 2000 Jeff Johnson <jbj@redhat.com>
217- rebuild for sparc baud rates > 38400.
218
219* Fri Jan 28 2000 Nalin Dahyabhai <nalin@redhat.com>
220- sync up to copy in rp3's CVS repository for consistency, except for
221  changes to Makefiles
222
223* Thu Jan 13 2000 Nalin Dahyabhai <nalin@redhat.com>
224- update to 1.41, backing out patches that are now in mainline source
225
226* Sat Sep 18 1999 Michael K. Johnson <johnsonm@redhat.com>
227- improved the speed up dialing patch
228- improved the inheritance patch
229
230* Fri Sep 17 1999 Michael K. Johnson <johnsonm@redhat.com>
231- added explicit inheritance to wvdial.conf
232- speed up dialing
233
234* Mon Sep 13 1999 Michael K. Johnson <johnsonm@redhat.com>
235- improved the chat mode fix to allow specifying the remotename
236  so that multiple wvdial instances can't step on each other.
237
238* Fri Sep 10 1999 Michael K. Johnson <johnsonm@redhat.com>
239- chat mode fix to make CHAP/PAP work with chat mode
240
241* Mon Aug 02 1999 Michael K. Johnson <johnsonm@redhat.com>
242- Packaged 1.40
243
244* Wed Jul 28 1999 Michael K. Johnson <johnsonm@redhat.com>
245- Initial Red Hat package
Note: See TracBrowser for help on using the repository browser.