SPECS: libopensync-plugin-synce.spec (NEW) - new

glen glen at pld-linux.org
Fri Aug 31 22:56:06 CEST 2007


Author: glen                         Date: Fri Aug 31 20:56:06 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new

---- Files affected:
SPECS:
   libopensync-plugin-synce.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/libopensync-plugin-synce.spec
diff -u /dev/null SPECS/libopensync-plugin-synce.spec:1.1
--- /dev/null	Fri Aug 31 22:56:06 2007
+++ SPECS/libopensync-plugin-synce.spec	Fri Aug 31 22:56:01 2007
@@ -0,0 +1,51 @@
+# $Revision$, $Date$
+Summary:	Synce plugin for OpenSync
+Name:		libopensync-plugin-synce
+Version:	0.22
+Release:	1
+License:	LGPL v2.1
+Group:		Libraries
+Source0:	http://www.opensync.org/attachment/wiki/download/%{name}-%{version}.tar.bz2?format=raw
+# Source0-md5:	f325b7dd9f273c46e77fb7b337325880
+URL:		http://www.opensync.org/
+BuildRequires:	libmimedir-devel
+BuildRequires:	libopensync-devel >= %{version}
+BuildRequires:	synce-libsynce-devel
+BuildRequires:	synce-rra-devel
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Synce plugin for OpenSync.
+
+%prep
+%setup -q
+
+%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 README
+%attr(755,root,root) %{_libdir}/opensync/plugins/*.so
+%{_libdir}/opensync/plugins/*.la
+%{_datadir}/opensync/defaults/*
+
+%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/08/31 20:56:01  glen
+- new
+
================================================================


More information about the pld-cvs-commit mailing list