ftdi_eeprom requires libftdi 0.16
[ftdi_eeprom] / ftdi_eeprom.spec.in
CommitLineData
50850385
TJ
1Summary: Tool for creating/reading/erasing/flashing FTDI USB chip eeproms
2Name: ftdi_eeprom
5b5468ae 3Version: @VERSION@
f2c67a7e 4Release: 1
5b5468ae 5License: GPL
50850385
TJ
6Group: Development/Tools
7Vendor: Intra2net AG
8Source: %{name}-%{version}.tar.gz
9Buildroot: /tmp/%{name}-%{version}-root
10Requires: libftdi, libconfuse
11BuildRequires: libftdi-devel, libconfuse
12Prefix: /usr
13
14%description
15Tool for creating/reading/erasing/flashing FTDI USB chip eeproms
16
17%prep
18%setup -q
19
20%build
50850385
TJ
21./configure --prefix=%{prefix}
22make
23
24%install
25make DESTDIR=$RPM_BUILD_ROOT install
26
50850385
TJ
27%clean
28rm -fr $RPM_BUILD_ROOT
29
30%files
31%defattr(-,root,root)
3bb2c27e 32%doc src/example.conf COPYING
50850385 33%{prefix}/bin/ftdi_eeprom