]> git.pld-linux.org Git - packages/agsync.git/blob - agsync.spec
- found original source
[packages/agsync.git] / agsync.spec
1 %define         _rc     pre
2 %define         _rel    0.1
3 Summary:        Synchronization mediator for AvantGo and Pocket PC
4 Name:           agsync
5 Version:        0.2
6 Release:        0.%{_rc}.%{_rel}
7 License:        MPL v1.1
8 Group:          Applications
9 URL:            http://duskwood.lownewulf.com/avantgo.html
10 Source0:        http://duskwood.lownewulf.com/%{name}-%{version}-%{_rc}.tgz
11 # Source0-md5:  74de1b1452a718c85364fab5ce3c0c2a
12 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
13
14 %description
15 This package contains the AvantGo - Pocket PC synchronization mediator
16 command line application.
17
18 %prep
19 %setup -q -n %{name}-%{version}-%{_rc}
20
21 %build
22 %{__make}
23
24 %install
25 rm -rf $RPM_BUILD_ROOT
26 install -d $RPM_BUILD_ROOT%{_bindir}
27 install agsync $RPM_BUILD_ROOT%{_bindir}
28
29 %clean
30 rm -rf $RPM_BUILD_ROOT
31
32 %files
33 %defattr(644,root,root,755)
34 %doc README
35 %attr(755,root,root) %{_bindir}/*
This page took 0.095748 seconds and 4 git commands to generate.