rpms/wvdial/devel wvdial.spec,1.39,1.40

Ondrej Vasik ovasik at fedoraproject.org
Mon Nov 30 09:45:11 UTC 2009


Author: ovasik

Update of /cvs/extras/rpms/wvdial/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv2180

Modified Files:
	wvdial.spec 
Log Message:
fix source0 link (#226546)


Index: wvdial.spec
===================================================================
RCS file: /cvs/extras/rpms/wvdial/devel/wvdial.spec,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -p -r1.39 -r1.40
--- wvdial.spec	27 Nov 2009 16:40:19 -0000	1.39
+++ wvdial.spec	30 Nov 2009 09:45:11 -0000	1.40
@@ -1,11 +1,12 @@
 Summary: A heuristic autodialer for PPP connections
 Name: wvdial
 Version: 1.61
-Release: 2%{?dist}
+Release: 3%{?dist}
 License: LGPLv2+
 URL: http://alumnit.ca/wiki/?WvDial
 Group: System Environment/Daemons
-Source0: http://alumnit.ca/download/wvdial-%{version}.tar.gz
+#Old location for <1.61 was http://alumnit.ca/download/wvdial-%{version}.tar.gz
+Source0: http://wvstreams.googlecode.com/files/wvdial-%{version}.tar.gz
 
 #allow specifying the remotename at startup-time
 Patch1: wvdial-1.60-remotename.patch
@@ -46,7 +47,7 @@ make \
 	PPPDIR=%{_sysconfdir}/ppp/peers $@
 
 %install
-[ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT
+rm -rf $RPM_BUILD_ROOT
 make install \
 	PREFIX=${RPM_BUILD_ROOT}%{_prefix} \
 	BINDIR=${RPM_BUILD_ROOT}%{_bindir} \
@@ -70,6 +71,9 @@ rm -rf $RPM_BUILD_ROOT
 %verify(not md5 size mtime) %config(noreplace) %{_sysconfdir}/wvdial.conf
 
 %changelog
+* Mon Nov 30 2009 Ondrej Vasik <ovasik at redhat.com> - 1.61-3
+- fix source0 link (#226546)
+
 * Fri Nov 27 2009 Ondrej Vasik <ovasik at redhat.com> - 1.61-2
 - Merge review cleanup (#226546), comment patches, license
   to LGPLv2+, specify names in files section...




More information about the fedora-extras-commits mailing list