diff --git a/syncevolution.spec b/syncevolution.spec index 3cebda6..7e15b30 100644 --- a/syncevolution.spec +++ b/syncevolution.spec @@ -1,12 +1,13 @@ Summary: SyncML client for evolution Name: syncevolution Version: 1.0.1 -Release: 1%{?dist} +Release: 2%{?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 @@ -162,7 +163,10 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/syncevolution/xml/*.pl %changelog -* Fri Jul 23 2010 Peter Robinson - 1:1.0.1-1 +* Jul 23 2010 Peter Robinson - 1:1.0.1-2 +- Add patch to fix linking against gtk-2.0 (thanks hadess) + +Jul 23 2010 Peter Robinson - 1:1.0.1-1 - Update to new 1.0.1 stable release * Mon Jul 12 2010 Peter Robinson - 1:1.0-2