Relicensed C++ wrapper under GPLv2 + linking exception
[libftdi] / libftdi.spec.in
index 2c4705f..8ce8a37 100644 (file)
@@ -3,14 +3,15 @@ Summary:   Library to program and control the FTDI USB controller
 Name:      libftdi
 Version:   @VERSION@
 Release:   1
-License:   LGPL
+License:   LGPL for libftdi and GPLv2+linking exception for the C++ wrapper
 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
@@ -54,7 +55,7 @@ rm -fr $RPM_BUILD_ROOT
 
 %files
 %defattr(-,root,root)
-%doc COPYING.LIB
+%doc COPYING.LIB COPYING.GPL LICENSE
 %{_libdir}/libftdi*.so*
 
 %files devel