SPECS: agsync.spec (NEW) - new, based on http://old.linux.kiev.ua/...

glen glen at pld-linux.org
Sun Nov 11 23:24:49 CET 2007


Author: glen                         Date: Sun Nov 11 22:24:49 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new, based on http://old.linux.kiev.ua/~mike/RPM/SPECS/synce/ARCHIVE/agsync.spec

---- Files affected:
SPECS:
   agsync.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/agsync.spec
diff -u /dev/null SPECS/agsync.spec:1.1
--- /dev/null	Sun Nov 11 23:24:49 2007
+++ SPECS/agsync.spec	Sun Nov 11 23:24:44 2007
@@ -0,0 +1,47 @@
+# $Revision$, $Date$
+%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}/*
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2007-11-11 22:24:44  glen
+- new, based on http://old.linux.kiev.ua/~mike/RPM/SPECS/synce/ARCHIVE/agsync.spec
+
+
+http://old.linux.kiev.ua/~mike/RPM/SPECS/synce/ARCHIVE/agsync.spec
================================================================


More information about the pld-cvs-commit mailing list