-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathcoldsync.spec
37 lines (31 loc) · 903 Bytes
/
coldsync.spec
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
28
29
30
31
32
33
34
35
36
37
Summary: synchronize Palm OS devices with Unix workstations
Name: coldsync
Version: 3.0
Release: 1
License: Artistic
Group: Applications/Communications
URL: http://www.coldsync.org/
Packager: root@localhost
BuildRoot: buildroot
Requires: perl
%description
ColdSync is a tool for synchronizing Palm OS devices (PalmPilot, Palm V,
Qualcomm PDQ, etc.) with Unix workstations. This is an open source
project, and is free for both commercial and non-commercial use, under the
terms of the Artistic license.
%prep
rm -rf $RPM_BUILD_DIR/coldsync-3.0
tar -xzvf $RPM_SOURCE_DIR/coldsync-3.0.tar.gz
%build
cd $RPM_BUILD_DIR/coldsync-3.0
autoconf
./configure --prefix=/usr
make
%install
cd $RPM_BUILD_DIR/coldsync-3.0
make DESTDIR=$RPM_BUILD_ROOT install
cd $RPM_BUILD_ROOT
find . -type f |sed s/^\.//g > $RPM_BUILD_DIR/coldsync-3.0/buildfiles
%clean
rm -rf $RPM_BUILD_ROOT
%files -f coldsync-3.0/buildfiles