source: projects/specs/branches/6/w/wvdial/wvdial-vl.spec @ 4113

Revision 4113, 7.0 KB checked in by Takemikaduchi, 13 years ago (diff)

new upstream release

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