1 В избранное 0 Ответвления 0

OSCHINA-MIRROR/fulinux-libcanbus

Присоединиться к Gitlife
Откройте для себя и примите участие в публичных проектах с открытым исходным кодом с участием более 10 миллионов разработчиков. Приватные репозитории также полностью бесплатны :)
Присоединиться бесплатно
Клонировать/Скачать
libcanbus.spec.in 1.5 КБ
Копировать Редактировать Web IDE Исходные данные Просмотреть построчно История
fulinux Отправлено 09.10.2014 16:23 37ce9a3
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 )

Вы можете оставить комментарий после Вход в систему

1
https://api.gitlife.ru/oschina-mirror/fulinux-libcanbus.git
git@api.gitlife.ru:oschina-mirror/fulinux-libcanbus.git
oschina-mirror
fulinux-libcanbus
fulinux-libcanbus
master