代码拉取完成,页面将自动刷新
Name: libcanbus
Version: @PACKAGE_VERSION@
Release: 1%{?dist}
Summary: A canbus library
Group: Applications/System
License: LGPLv2+
URL: http://blog.csdn.net/fulinus
Source0: https://git.oschina.net/fulinux
BuildRequires: autoconf, automake, libtool, doxygen, xmlto, asciidoc
%description
libcanbus is a C library designed to provide a fast and robust implementation of
the canbus protocol. It runs on Linux, Mac OS X, FreeBSD, QNX and Windows.
This package contains the libcanbus shared library.
%package devel
Summary: Development files for libcanbus
Group: Development/Libraries
Requires: %{name}%{?_isa} = %{version}-%{release}
%description devel
libcanbus is a C library designed to provide a fast and robust implementation of
the canbus protocol. It runs on Linux, Mac OS X, FreeBSD, QNX and Windows.
This package contains libraries, header files and developer documentation needed
for developing software which uses the libcanbus library.
%prep
%setup -q
autoreconf
%build
%configure
make %{?_smp_mflags}
%install
make install DESTDIR=%{buildroot}
rm -f %{buildroot}/%{_libdir}/*.la
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%files
%defattr(-,root,root)
%doc AUTHORS MIGRATION NEWS COPYING.LESSER README.md
%{_libdir}/libcanbus.so.*
%files devel
%defattr(-,root,root)
%{_includedir}/canbus/
%{_libdir}/pkgconfig/libcanbus.pc
%{_libdir}/libcanbus.so
%{_mandir}/man7/*.7.*
%{_mandir}/man3/*.3.*
%changelog
* Mon Sep 8 2014 fulinux <fulinux@sina.com> - 1.0.0-2
- fulinux
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。