update the project URL everywhere
authorGerd von Egidy <gerd.von.egidy@intra2net.com>
Fri, 6 Feb 2009 09:15:25 +0000 (10:15 +0100)
committerGerd von Egidy <gerd.von.egidy@intra2net.com>
Fri, 6 Feb 2009 09:15:25 +0000 (10:15 +0100)
Doxygen still to be done

README
libftdi.spec.in
src/ftdi.c

diff --git a/README b/README
index 7290c9c..dd195cb 100644 (file)
--- a/README
+++ b/README
@@ -17,7 +17,7 @@ Changes
 * cmake rules (Marek VavruĊĦa)
 
 You'll find the newest version of libftdi at:
-http://www.intra2net.com/de/produkte/opensource/ftdi/
+http://www.intra2net.com/en/developer/libftdi
 
 -------------------------------------------------------------------
 www.intra2net.com                            2003-2008 Intra2net AG
index 2c4705f..c080355 100644 (file)
@@ -6,11 +6,12 @@ Release:   1
 License:   LGPL
 Group:     System Environment/Libraries
 Vendor:    Intra2net AG
-Source:    %{name}-%{version}.tar.gz
+Source:    http://www.intra2net.com/en/developer/libftdi/download/%{name}-%{version}.tar.gz
 Buildroot: /tmp/%{name}-%{version}-root
 Requires:  libusb
 BuildRequires: libusb, libusb-devel, pkgconfig, doxygen
 Prefix:    /usr
+URL:       http://www.intra2net.com/en/developer/libftdi
 
 %package   devel
 Summary:   Header files and static libraries for libftdi
index b770e72..3feb9b6 100644 (file)
@@ -18,7 +18,7 @@
     \mainpage libftdi API documentation
 
     Library to talk to FTDI chips. You find the latest versions of libftdi at
-    http://www.intra2net.com/de/produkte/opensource/ftdi/
+    http://www.intra2net.com/en/developer/libftdi/
 
     The library is easy to use. Have a look at this short example:
     \include simple.c