SPECS: libsyncml.spec (NEW) - PLD initial release

luzik luzik at pld-linux.org
Sun Sep 24 20:59:53 CEST 2006


Author: luzik                        Date: Sun Sep 24 18:59:53 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- PLD initial release

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

---- Diffs:

================================================================
Index: SPECS/libsyncml.spec
diff -u /dev/null SPECS/libsyncml.spec:1.1
--- /dev/null	Sun Sep 24 20:59:53 2006
+++ SPECS/libsyncml.spec	Sun Sep 24 20:59:48 2006
@@ -0,0 +1,56 @@
+# $Revision$, $Date$
+#TODO	- split devel package
+
+Summary:	Libsyncml is a implementation of the SyncML protocol
+Summary(pl):	Libsyncml jest implementacja protokołu SyncML
+Name:		libsyncml
+Version:	0.4.0
+Release:	0.1
+License:	LGPL
+Group:		Libraries
+Source0:	http://libsyncml.opensync.org/attachment/wiki/download/%{name}-%{version}.tar.gz?format=raw
+# Source0-md5:	a6b5becd4b61e246ed2ee95db9f6e746
+URL:		http://libsyncml.opensync.org/
+BuildRequires:	wbxml2-devel
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Libsyncml is a implementation of the SyncML protocol
+
+%description -l pl
+Libsyncml jest implementacja protokołu SyncML
+
+%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 NEWS README
+%attr(755,root,root) %{_bindir}/syncml*
+%attr(755,root,root) %{_libdir}/libsyncml.so*
+%{_pkgconfigdir}/libsyncml-1.0.pc
+%{_libdir}//libsyncml.la
+%{_includedir}/libsyncml-1.0
+
+%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/09/24 18:59:48  luzik
+- PLD initial release
+
================================================================


More information about the pld-cvs-commit mailing list