]> git.pld-linux.org Git - packages/agsync.git/commitdiff
- new, based on http://old.linux.kiev.ua/~mike/RPM/SPECS/synce/ARCHIVE/agsync.spec
authorElan Ruusamäe <glen@pld-linux.org>
Sun, 11 Nov 2007 22:24:44 +0000 (22:24 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    agsync.spec -> 1.1

agsync.spec [new file with mode: 0644]

diff --git a/agsync.spec b/agsync.spec
new file mode 100644 (file)
index 0000000..93ba30c
--- /dev/null
@@ -0,0 +1,34 @@
+%define                _rc     pre
+%define                _rel    0.1
+Summary:       Synchronization mediator for AvantGo and Pocket PC
+Name:          agsync
+Version:       0.2
+Release:       0.%{_rc}.%{_rel}
+License:       MPL v1.1
+Group:         Applications
+URL:           http://duskwood.lownewulf.com/avantgo.html
+Source0:       http://ftp.debian.org/debian/pool/main/a/agsync/%{name}_%{version}-%{_rc}.orig.tar.gz
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+This package contains the AvantGo - Pocket PC synchronization mediator
+command line application.
+
+%prep
+%setup -q -n %{name}-%{version}-%{_rc}.orig
+
+%build
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_bindir}
+install agsync $RPM_BUILD_ROOT%{_bindir}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc README
+%attr(755,root,root) %{_bindir}/*
This page took 0.081019 seconds and 4 git commands to generate.