- fix for bug #485600: pick libusb-devel for -devel subpackage
- new upstream release
This commit is contained in:
parent
0c5260ed78
commit
8fee773a00
@ -1 +1 @@
|
|||||||
libftdi-0.14.tar.gz
|
libftdi-0.15.tar.gz
|
||||||
|
12
libftdi.spec
12
libftdi.spec
@ -1,6 +1,6 @@
|
|||||||
Name: libftdi
|
Name: libftdi
|
||||||
Version: 0.14
|
Version: 0.15
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Library to program and control the FTDI USB controller
|
Summary: Library to program and control the FTDI USB controller
|
||||||
|
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
@ -16,6 +16,7 @@ Requires: pkgconfig
|
|||||||
Summary: Header files and static libraries for libftdi
|
Summary: Header files and static libraries for libftdi
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
Requires: libftdi = %{version}-%{release}
|
Requires: libftdi = %{version}-%{release}
|
||||||
|
Requires: libusb-devel
|
||||||
|
|
||||||
%description
|
%description
|
||||||
A library (using libusb) to talk to FTDI's FT2232C,
|
A library (using libusb) to talk to FTDI's FT2232C,
|
||||||
@ -50,6 +51,7 @@ rm -f $RPM_BUILD_ROOT/%{_bindir}/bitbang2
|
|||||||
rm -f $RPM_BUILD_ROOT/%{_bindir}/bitbang_ft2232
|
rm -f $RPM_BUILD_ROOT/%{_bindir}/bitbang_ft2232
|
||||||
rm -f $RPM_BUILD_ROOT/%{_bindir}/bitbang_cbus
|
rm -f $RPM_BUILD_ROOT/%{_bindir}/bitbang_cbus
|
||||||
rm -f $RPM_BUILD_ROOT/%{_bindir}/find_all
|
rm -f $RPM_BUILD_ROOT/%{_bindir}/find_all
|
||||||
|
rm -f $RPM_BUILD_ROOT/%{_bindir}/find_all_pp
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
@ -65,8 +67,10 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%doc doc/html
|
%doc doc/html
|
||||||
%{_bindir}/libftdi-config
|
%{_bindir}/libftdi-config
|
||||||
%{_libdir}/libftdi.a
|
%{_libdir}/libftdi.a
|
||||||
|
%{_libdir}/libftdipp.a
|
||||||
%{_libdir}/*.so
|
%{_libdir}/*.so
|
||||||
%{_includedir}/*.h
|
%{_includedir}/*.h
|
||||||
|
%{_includedir}/*.hpp
|
||||||
%{_libdir}/pkgconfig/*.pc
|
%{_libdir}/pkgconfig/*.pc
|
||||||
%{_mandir}/man3/*
|
%{_mandir}/man3/*
|
||||||
|
|
||||||
@ -75,6 +79,10 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%postun -p /sbin/ldconfig
|
%postun -p /sbin/ldconfig
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Feb 15 2009 Lucian Langa <cooly@gnome.eu.org> - 0.15-1
|
||||||
|
- fix for bug #485600: pick libusb-devel for -devel subpackage
|
||||||
|
- new upstream release
|
||||||
|
|
||||||
* Fri Sep 26 2008 Lucian Langa <cooly@gnome.eu.org> - 0.14-2
|
* Fri Sep 26 2008 Lucian Langa <cooly@gnome.eu.org> - 0.14-2
|
||||||
- require pkgconfig for devel
|
- require pkgconfig for devel
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user