1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
|
Name : multisync-irmc-bluetooth
Version : 0.82
Release : 1
Group : Applications/Productivity
Summary : Bluetooth support for the IrMC plugin for MultiSync.
Copyright : GPL
Requires: multisync = 0.82 multisync-irmc = 0.82
BuildRoot: %{_tmppath}/%{name}-%{PACKAGE_VERSION}-root
%description
This package adds Bluetooth support to the IrMC (mobile device) plugin for multisync.
%define _unpackaged_files_terminate_build 0
%define _missing_doc_files_terminate_build 0
%files
/usr/lib/multisync/libirmc_bluetooth.so.0.0.0
/usr/lib/multisync/libirmc_bluetooth.so.0
/usr/lib/multisync/libirmc_bluetooth.so
%install
rm -rf %{buildroot}
mkdir -p $RPM_BUILD_ROOT//usr/lib/multisync/
cp -a /usr/lib/multisync/libirmc_bluetooth.so.0.0.0 $RPM_BUILD_ROOT//usr/lib/multisync/
cp -a /usr/lib/multisync/libirmc_bluetooth.so.0 $RPM_BUILD_ROOT//usr/lib/multisync/
cp -a /usr/lib/multisync/libirmc_bluetooth.so $RPM_BUILD_ROOT//usr/lib/multisync/
strip $RPM_BUILD_ROOT//usr/lib/multisync/libirmc_bluetooth.so.0.0.0
|