SPECS: multisync-msynctool.spec (NEW) - init PLD - based on multis...

czarny czarny at pld-linux.org
Mon Oct 23 17:56:25 CEST 2006


Author: czarny                       Date: Mon Oct 23 15:56:25 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- init PLD
- based on multisync-gui
- compiles and works

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

---- Diffs:

================================================================
Index: SPECS/multisync-msynctool.spec
diff -u /dev/null SPECS/multisync-msynctool.spec:1.1
--- /dev/null	Mon Oct 23 17:56:25 2006
+++ SPECS/multisync-msynctool.spec	Mon Oct 23 17:56:20 2006
@@ -0,0 +1,67 @@
+# $Revision$, $Date$
+%define		_realname	msynctool
+Summary:	OpenSync data synchronization command line programs
+Summary(pl):	Programy lini poleceń do synchronizacji danych OpenSync
+Name:		multisync-msynctool
+Version:	0.19
+Release:	0.1
+License:	GPL
+Group:		Applications
+Source0:	%{_realname}-%{version}.tar.gz
+# Source0-md5:	5c7728254f2d634051af603e7d467832
+#Source0:	http://www.opensync.org/attachment/wiki/download/%{_realname}-%{version}.tar.gz?format=raw
+URL:		http://opensync.org/
+BuildRequires:	libopensync-devel
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+OpenSync is a synchronization framework that is platform and distribution
+independent.
+
+It consists of several plugins that can be used to connect to devices,
+a powerful sync-engine and the framework itself.
+
+This package contains command line program to use OpenSync framework.
+
+%description -l pl
+OpenSync to niezależny od platformy i dystrybucji szkielet do
+synchronizacji danych.
+
+Składa się z różnych wtyczek, których można używać do łączenia z
+urządzeniami, potężnego silnika synchronizacji oraz samego szkieletu.
+
+Ten pakiet zawiera program linii komend do korzystania
+ze szkieletu OpenSync.
+
+%prep
+%setup -q -n %{_realname}-%{version}
+
+%build
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS ChangeLog NEWS README
+%attr(755,root,root) %{_bindir}/*
+%{_mandir}/man1/*.1*
+
+%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  2006/10/23 15:56:20  czarny
+- init PLD
+- based on multisync-gui
+- compiles and works
+
================================================================


More information about the pld-cvs-commit mailing list