commit 7a12b019d0853a4abc27e21979a58fc7e19c9817
Author: Jakub Bogusz <[email protected]>
Date:   Sat Jan 31 10:39:08 2015 +0100

    - updated to 0.17

 synce-rra-libmimedir.patch |  9 +++++++
 synce-rra.spec             | 58 +++++++++++++++++++++++++++++-----------------
 2 files changed, 46 insertions(+), 21 deletions(-)
---
diff --git a/synce-rra.spec b/synce-rra.spec
index b4a0065..7fb37c9 100644
--- a/synce-rra.spec
+++ b/synce-rra.spec
@@ -1,29 +1,26 @@
 Summary:       Remote Replication Agent Connection protocol library
 Summary(pl.UTF-8):     RRA - aplikacja SynCE do synchronizacji
 Name:          synce-rra
-Version:       0.14
-Release:       5
+Version:       0.17
+Release:       1
 License:       MIT
 Group:         Libraries
 Source0:       http://downloads.sourceforge.net/synce/librra-%{version}.tar.gz
-# Source0-md5: 3a608174a3a476c96dd4dd4929448fe8
+# Source0-md5: d0c869afbce4d203c85098a2886b6956
 Patch0:                %{name}-libmimedir.patch
 URL:           http://www.synce.org/
-BuildRequires: autoconf >= 2.50
+BuildRequires: autoconf >= 2.53
 BuildRequires: automake >= 1.4
 BuildRequires: libmimedir-vlm-devel
 BuildRequires: libtool
-BuildRequires: python-Pyrex
-BuildRequires: python-devel >= 2.2
+BuildRequires: pkgconfig
+BuildRequires: python-Pyrex >= 0.9.6
+BuildRequires: python-devel >= 1:2.3
 BuildRequires: rpmbuild(macros) >= 1.559
-BuildRequires: synce-librapi2-devel >= %{version}
-BuildRequires: synce-libsynce-devel >= %{version}
-%requires_ge_to        synce-librapi2 synce-librapi2-devel
-%requires_ge_to        synce-libsynce synce-libsynce-devel
+BuildRequires: synce-core-lib-devel >= 0.17
+Requires:      synce-core-lib >= 0.17
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-%define                filterout_ld    -Wl,--as-needed
-
 %description
 SynCE is a project for connecting to devices running Windows CE or
 Pocket PC.
@@ -32,11 +29,12 @@ RRA implements the Remote Replication Agent Connection 
protocol for
 synchronising objects between a Windows CE device and other computer.
 
 %description -l pl.UTF-8
-RRA to aplikacja do synchronizacji będąca częścią projektu SynCE.
+SynCE to projekt mający na celu łączenie z urządzeniami działającymi
+pod kontrolą systemu Windows CE lub Pocket PC.
 
-Celem projektu SynCE jest dostarczenie środków do komunikacji z
-urządzeniami opartymi na Windows CE z komputera z Linuksem, FreeBSD
-lub podobnym systemem operacyjnym.
+RRA to implementacja protokołu Remote Replication Agent Connection do
+synchronizacji obiektów między urządzeniem Windows CE a innym
+komputerem.
 
 %package devel
 Summary:       Header files for RRA library
@@ -44,8 +42,7 @@ Summary(pl.UTF-8):    Pliki nagłówkowe biblioteki RRA
 Group:         Development/Libraries
 Requires:      %{name} = %{version}-%{release}
 Requires:      libmimedir-vlm-devel
-Requires:      synce-librapi2-devel >= %{version}
-Requires:      synce-libsynce-devel >= %{version}
+Requires:      synce-core-lib-devel >= 0.17
 
 %description devel
 Header files for RRA library.
@@ -97,7 +94,7 @@ rm -rf $RPM_BUILD_ROOT
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
-rm $RPM_BUILD_ROOT%{py_sitedir}/pyrra.{la,a}
+%{__rm} $RPM_BUILD_ROOT%{py_sitedir}/pyrra.{la,a}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -107,7 +104,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc README TODO
+%doc ChangeLog LICENSE README TODO
 %attr(755,root,root) %{_bindir}/synce-matchmaker
 %attr(755,root,root) %{_bindir}/rra-appointment-from-vevent
 %attr(755,root,root) %{_bindir}/rra-appointment-to-vevent
@@ -115,6 +112,8 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %{_bindir}/rra-contact-to-vcard
 %attr(755,root,root) %{_bindir}/rra-decode
 %attr(755,root,root) %{_bindir}/rra-delete
+%attr(755,root,root) %{_bindir}/rra-file-pack
+%attr(755,root,root) %{_bindir}/rra-file-unpack
 %attr(755,root,root) %{_bindir}/rra-get-data
 %attr(755,root,root) %{_bindir}/rra-get-ids
 %attr(755,root,root) %{_bindir}/rra-get-recurring-appointments
@@ -126,7 +125,24 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %{_bindir}/rra-timezone
 %attr(755,root,root) %{_libdir}/librra.so.*.*.*
 %attr(755,root,root) %ghost %{_libdir}/librra.so.0
-%{_mandir}/man1/*.1*
+%{_mandir}/man1/rra-appointment-from-vevent.1*
+%{_mandir}/man1/rra-appointment-to-vevent.1*
+%{_mandir}/man1/rra-contact-from-vcard.1*
+%{_mandir}/man1/rra-contact-to-vcard.1*
+%{_mandir}/man1/rra-decode.1*
+%{_mandir}/man1/rra-delete.1*
+%{_mandir}/man1/rra-file-pack.1*
+%{_mandir}/man1/rra-file-unpack.1*
+%{_mandir}/man1/rra-get-data.1*
+%{_mandir}/man1/rra-get-ids.1*
+%{_mandir}/man1/rra-get-recurring-appointments.1*
+%{_mandir}/man1/rra-get-types.1*
+%{_mandir}/man1/rra-put-data.1*
+%{_mandir}/man1/rra-subscribe.1*
+%{_mandir}/man1/rra-task-from-vtodo.1*
+%{_mandir}/man1/rra-task-to-vtodo.1*
+%{_mandir}/man1/rra-timezone.1*
+%{_mandir}/man1/synce-matchmaker.1*
 
 %files devel
 %defattr(644,root,root,755)
diff --git a/synce-rra-libmimedir.patch b/synce-rra-libmimedir.patch
index 34eaec6..4a4baa3 100644
--- a/synce-rra-libmimedir.patch
+++ b/synce-rra-libmimedir.patch
@@ -9,3 +9,12 @@
                AC_MSG_ERROR([Can't find libmimedir 
(http://sourceforge.net/projects/libmimedir/)])
                ])
        AC_CHECK_HEADERS(libmimedir.h,,[
+--- librra-0.17/librra.pc.in.orig      2012-05-27 17:34:59.000000000 +0200
++++ librra-0.17/librra.pc.in   2015-01-31 10:08:43.884441666 +0100
+@@ -7,5 +7,5 @@
+ Description: Library to deal with synchronization of WinCE devices
+ Version: @VERSION@
+ Requires: libsynce
+-Libs: -L${libdir} -lrra -lmimedir
++Libs: -L${libdir} -lrra -lmimedir-vlm
+ Cflags: -I${includedir}
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/synce-rra.git/commitdiff/7a12b019d0853a4abc27e21979a58fc7e19c9817

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to