rpms/syncevolution/F-13 syncevolution-1.0.1-libnotify-link.patch, NONE, 1.1 .cvsignore, 1.9, 1.10 sources, 1.9, 1.10 syncevolution.spec, 1.22, 1.23

Peter Robinson pbrobinson at fedoraproject.org
Sat Jul 24 09:20:14 UTC 2010


Author: pbrobinson

Update of /cvs/pkgs/rpms/syncevolution/F-13
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv15609

Modified Files:
	.cvsignore sources syncevolution.spec 
Added Files:
	syncevolution-1.0.1-libnotify-link.patch 
Log Message:
- Update to new 1.0.1 stable release

syncevolution-1.0.1-libnotify-link.patch:
 configure.in |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE syncevolution-1.0.1-libnotify-link.patch ---
--- syncevolution-1.0.1/configure.in	2010-07-16 21:05:51.000000000 +0100
+++ syncevolution-1.0.1.new/configure.in	2010-07-23 16:00:28.000000000 +0100
@@ -384,7 +384,7 @@ if test $enable_dbus_service == "yes"; t
                  AC_DEFINE(NEED_DBUS_WATCH_GET_UNIX_FD, 1,
                  [Define to 1 if you need the dbus_watch_get_unix_fd() function.]))
     need_glib=yes
-    PKG_CHECK_MODULES(LIBNOTIFY, [libnotify], HAVE_LIBNOTIFY=yes, HAVE_LIBNOTIFY=no)
+    PKG_CHECK_MODULES(LIBNOTIFY, [libnotify gtk+-2.0], HAVE_LIBNOTIFY=yes, HAVE_LIBNOTIFY=no)
     AC_ARG_ENABLE(notify,
                   AS_HELP_STRING([--enable-notify],
                                  [send notifications for automatic sync events]),


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/syncevolution/F-13/.cvsignore,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -p -r1.9 -r1.10
--- .cvsignore	19 Jun 2010 08:39:14 -0000	1.9
+++ .cvsignore	24 Jul 2010 09:20:14 -0000	1.10
@@ -1 +1 @@
-syncevolution-1.0.tar.gz
+syncevolution-1.0.1.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/syncevolution/F-13/sources,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -p -r1.9 -r1.10
--- sources	19 Jun 2010 08:39:14 -0000	1.9
+++ sources	24 Jul 2010 09:20:14 -0000	1.10
@@ -1 +1 @@
-7de626f5839046c47a32336d5dee70d2  syncevolution-1.0.tar.gz
+e8cc1293ea3b9beea501333fdba8cb7a  syncevolution-1.0.1.tar.gz


Index: syncevolution.spec
===================================================================
RCS file: /cvs/pkgs/rpms/syncevolution/F-13/syncevolution.spec,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -p -r1.22 -r1.23
--- syncevolution.spec	28 Jun 2010 20:10:47 -0000	1.22
+++ syncevolution.spec	24 Jul 2010 09:20:14 -0000	1.23
@@ -1,12 +1,13 @@
 Summary:       SyncML client for evolution
 Name:          syncevolution
-Version:       1.0
-Release:       3%{?dist}
+Version:       1.0.1
+Release:       1%{?dist}
 Epoch:         1	
 License:       LGPLv2+
 Group:         Applications/Productivity
 URL:           http://syncevolution.org/
 Source:        http://downloads.syncevolution.org/syncevolution/sources/%{name}-%{version}.tar.gz
+Patch0:        syncevolution-1.0.1-libnotify-link.patch
 BuildRoot:     %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires: boost-devel
@@ -76,6 +77,7 @@ Perl utils for use with %{name}.
 
 %prep
 %setup -q
+%patch0 -p1 -b .libnotify-link
 # use the ac macros in Makefile.am
 sed -i '/^ACLOCAL_AMFLAGS/{ /m4-repo/!s/$/ -I m4-repo/ }' Makefile*.am
 touch -r Makefile-gen.am Makefile.am
@@ -84,9 +86,8 @@ touch -r Makefile-gen.am Makefile.am
 intltoolize --automake --copy --force
 autoreconf -fiv
 (cd src/synthesis && mkdir m4 && autoreconf -fi)
-%configure --enable-unit-tests --enable-libsoup  \
-    --enable-dbus-service --enable-shared --with-expat=system \
-    --disable-static --enable-gui=all
+%configure --enable-libsoup --enable-dbus-service --enable-shared \
+    --with-expat=system --disable-static --enable-gui=all
 sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g
 	s|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
 make %{?_smp_mflags} V=1
@@ -111,9 +112,8 @@ rm -rf $RPM_BUILD_ROOT
 
 %files -f %{name}.lang
 %defattr(-,root,root,-)
-%doc AUTHORS NEWS README COPYING HACKING LICENSE.LGPL-21 LICENSE.txt
+%doc AUTHORS NEWS README HACKING
 %{_sysconfdir}/xdg/autostart/syncevo-dbus-server.desktop
-%{_bindir}/client-test
 %{_bindir}/syncevolution
 %{_bindir}/syncevo-http-server
 %{_bindir}/syncevo-phone-config
@@ -130,8 +130,8 @@ rm -rf $RPM_BUILD_ROOT
 
 %files libs
 %defattr(-,root,root,-)
+%doc COPYING LICENSE.LGPL-21 LICENSE.txt
 %{_libdir}/*so.0*
-%{_libdir}/syncevolution/*so.0*
 %{_libdir}/syncevolution/backends
 
 %files devel
@@ -142,7 +142,6 @@ rm -rf $RPM_BUILD_ROOT
 %{_includedir}/synthesis
 %{_libdir}/pkgconfig/s*.pc
 %{_libdir}/*so
-%{_libdir}/syncevolution/*so
 
 %files gtk
 %defattr(-,root,root,-)
@@ -161,34 +160,37 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/syncevolution/xml/*.pl
 
 %changelog
-* Mon Jun 28 2010 Matthew Barnes <mbarnes at redhat.com> - 1:1.0-2
-- Rebuild against newer libedataserver.
+* Fri Jul 23 2010 Peter Robinson <pbrobinson at gmail.com> - 1:1.0.1-1
+- Update to new 1.0.1 stable release
 
-* Sun Jun 20 2010 Peter Robinson <pbrobinson at redhat.com> - 1:1.0-1
+* Mon Jul 12 2010 Peter Robinson <pbrobinson at gmail.com> - 1:1.0-2
+- Move license to libs
+
+* Sun Jun 20 2010 Peter Robinson <pbrobinson at gmail.com> - 1:1.0-1
 - Add epoch to fix upgrades
 
-* Sat Jun 19 2010 Peter Robinson <pbrobinson at redhat.com> - 1.0-1
+* Sat Jun 19 2010 Peter Robinson <pbrobinson at gmail.com> - 1.0-1
 - Update to new 1.0.0 stable release, split out libs
 
 * Wed May 26 2010 Peter Robinson <pbrobinson at gmail.com> - 1.0beta3-2
 - Bump build for new evolution
 
-* Tue May  4 2010 Peter Robinson <pbrobinson at redhat.com> - 1.0beta3-2
+* Tue May  4 2010 Peter Robinson <pbrobinson at gmail.com> - 1.0beta3-2
 - Fix file moves and additions
 
-* Wed Apr 21 2010 Peter Robinson <pbrobinson at redhat.com> - 1.0beta3-1
+* Wed Apr 21 2010 Peter Robinson <pbrobinson at gmail.com> - 1.0beta3-1
 - Update to 1.0.0 beta 3
 
-* Wed Jan 27 2010 Peter Robinson <pbrobinson at redhat.com> - 1.0beta1-1
+* Wed Jan 27 2010 Peter Robinson <pbrobinson at gmail.com> - 1.0beta1-1
 - Update to 1.0.0 beta 1
 
-* Thu Dec  3 2009 Peter Robinson <pbrobinson at redhat.com> - 0.9.2+1.0alpha1-1
+* Thu Dec  3 2009 Peter Robinson <pbrobinson at gmail.com> - 0.9.2+1.0alpha1-1
 - Update to 1.0.0 alpha 1
 
-* Tue Nov 17 2009 Peter Robinson <pbrobinson at redhat.com> - 0.9-3
+* Tue Nov 17 2009 Peter Robinson <pbrobinson at gmail.com> - 0.9-3
 - Spec updates, split perl utils into sub-package
 
-* Fri Oct 16 2009 Peter Robinson <pbrobinson at redhat.com> - 0.9-2
+* Fri Oct 16 2009 Peter Robinson <pbrobinson at gmail.com> - 0.9-2
 - Enable the gtk and moblin guis
 
 * Fri Sep 25 2009 Matěj Cepl <mcepl at redhat.com> - 0.9-1



More information about the scm-commits mailing list