File: multisync-irmc-bluetooth.spec

package info (click to toggle)
multisync 0.82-5
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 17,240 kB
  • ctags: 5,497
  • sloc: ansic: 36,431; sh: 17,141; yacc: 1,377; makefile: 858
file content (27 lines) | stat: -rw-r--r-- 1,019 bytes parent folder | download | duplicates (4)
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