]> git.pld-linux.org Git - packages/agsync.git/blob - agsync.spec
- new, based on http://old.linux.kiev.ua/~mike/RPM/SPECS/synce/ARCHIVE/agsync.spec
[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://ftp.debian.org/debian/pool/main/a/agsync/%{name}_%{version}-%{_rc}.orig.tar.gz
11 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
12
13 %description
14 This package contains the AvantGo - Pocket PC synchronization mediator
15 command line application.
16
17 %prep
18 %setup -q -n %{name}-%{version}-%{_rc}.orig
19
20 %build
21 %{__make}
22
23 %install
24 rm -rf $RPM_BUILD_ROOT
25 install -d $RPM_BUILD_ROOT%{_bindir}
26 install agsync $RPM_BUILD_ROOT%{_bindir}
27
28 %clean
29 rm -rf $RPM_BUILD_ROOT
30
31 %files
32 %defattr(644,root,root,755)
33 %doc README
34 %attr(755,root,root) %{_bindir}/*
This page took 0.052438 seconds and 4 git commands to generate.