Слияние кода завершено, страница обновится автоматически
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
Вы можете оставить комментарий после Вход в систему
Неприемлемый контент может быть отображен здесь и не будет показан на странице. Вы можете проверить и изменить его с помощью соответствующей функции редактирования.
Если вы подтверждаете, что содержание не содержит непристойной лексики/перенаправления на рекламу/насилия/вульгарной порнографии/нарушений/пиратства/ложного/незначительного или незаконного контента, связанного с национальными законами и предписаниями, вы можете нажать «Отправить» для подачи апелляции, и мы обработаем ее как можно скорее.
Опубликовать ( 0 )