Autobuild autoformatter for 59553

OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libftdi1?expand=0&rev=2
This commit is contained in:
Ruediger Oertel 2011-02-02 01:08:03 +00:00 committed by Git OBS Bridge
parent aaedae02ca
commit eebc806ffe

View File

@ -1,24 +1,43 @@
#
# spec file for package libftdi1
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
%define enable_async_mode 0
Summary: Library to program and control the FTDI USB controller
Name: libftdi1
Version: 0.18
Release: 1
License: LGPL for libftdi and GPLv2+linking exception for the C++ wrapper
Group: Hardware/Other
Vendor: Intra2net AG
URL: http://www.intra2net.com/en/developer/libftdi
Source: libftdi-%{version}.tar.bz2
Source100: %{name}-rpmlintrc
Patch0: buildfixes.diff
Buildroot: /var/tmp/%{name}-%{version}-root
AutoReqProv: libusb
BuildRequires: libusb-devel, pkgconfig, doxygen
Summary: Library to program and control the FTDI USB controller
Name: libftdi1
Version: 0.18
Release: 1
License: LGPL for libftdi and GPLv2+linking exception for the C++ wrapper
Group: Hardware/Other
Url: http://www.intra2net.com/en/developer/libftdi
Source: libftdi-%{version}.tar.bz2
Source100: %{name}-rpmlintrc
Patch0: buildfixes.diff
BuildRoot: %{_tmppath}/%{name}-%{version}-build
AutoReqProv: libusb
BuildRequires: doxygen libusb-devel pkgconfig
%package -n libftdi1-devel
Summary: Header files and static libraries for libftdi
Group: Development/Libraries/C and C++
Requires: libftdi1 = %{version}, libusb-devel
License: LGPL for libftdi and GPLv2+linking exception for the C++ wrapper
Summary: Header files and static libraries for libftdi
Group: Development/Libraries/C and C++
Requires: libftdi1 = %{version}, libusb-devel
%description
Library to program and control the FTDI USB controller.
@ -82,3 +101,4 @@ ldconfig
%{_libdir}/libftdi.so
%{_libdir}/libftdi*.*a
%{_libdir}/pkgconfig/*.pc
%changelog