224ce86
Summary: SyncML client for evolution
224ce86
Name: syncevolution
dec58ab
Version: 0.9
dec58ab
Release: 1%{?dist}
5be354a
License: LGPLv2+
224ce86
Group: Applications/Productivity
5be354a
URL: http://syncevolution.org/
5be354a
Source: http://downloads.syncevolution.org/syncevolution/sources/%{name}-%{version}.tar.gz
5be354a
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
5be354a
5be354a
BuildRequires: boost-devel
224ce86
BuildRequires: cppunit-devel
5be354a
BuildRequires: evolution-data-server-devel
5be354a
BuildRequires: expat-devel
5be354a
BuildRequires: glib2-devel
5be354a
BuildRequires: libsoup-devel
5be354a
BuildRequires: libical-devel
5be354a
BuildRequires: pcre-devel
1b4b782
BuildRequires: libcurl-devel
1b4b782
BuildRequires: gnome-keyring-devel
5be354a
BuildRequires: intltool automake libtool autoconf
224ce86
224ce86
%description
224ce86
syncevolution is designed to provide a SyncML client that can
224ce86
connect to and sync with various SyncML-based servers
224ce86
5be354a
%package devel
5be354a
Summary: Development package for %{name}
5be354a
Group: Development/Libraries
5be354a
Requires: %{name} = %{version}-%{release}
5be354a
Requires: pkgconfig
5be354a
5be354a
%description devel
5be354a
Files for development with %{name}.
5be354a
224ce86
%prep
224ce86
%setup -q
0c364a2
# use the ac macros in Makefile.am
0c364a2
sed -i '/^ACLOCAL_AMFLAGS/{ /m4-repo/!s/$/ -I m4-repo/ }' Makefile*.am
0c364a2
touch -r Makefile-gen.am Makefile.am
224ce86
224ce86
%build
5be354a
intltoolize --automake --copy --force
0c364a2
autoreconf -fiv
0c364a2
(cd src/synthesis && mkdir m4 && autoreconf -fi)
5be354a
%configure --enable-unit-tests --enable-libsoup  \
5be354a
    --enable-dbus-service --enable-shared --with-expat=system \
5be354a
    --disable-static
0c364a2
sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g
0c364a2
	s|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
224ce86
make %{?_smp_mflags}
1e7d77b
find . -type d -perm 02755 -exec chmod 0755 '{}' \;
224ce86
224ce86
%install
224ce86
rm -rf $RPM_BUILD_ROOT
fb6274b
make install DESTDIR=$RPM_BUILD_ROOT docdir=%{_docdir}
5be354a
rm -rf $RPM_BUILD_ROOT%{_datadir}/doc/testcases
5be354a
#rm -rf $RPM_BUILD_ROOT%{_datadir}/doc/%{name}
5be354a
5be354a
#Remove libtool archives and static libs
0c364a2
find %{buildroot} -name '*.la' -o -name '*.a' | xargs rm
224ce86
224ce86
%clean
224ce86
rm -rf $RPM_BUILD_ROOT
224ce86
5be354a
%check
5be354a
#make test
5be354a
224ce86
%files
224ce86
%defattr(-,root,root,-)
5be354a
%doc AUTHORS NEWS README COPYING HACKING LICENSE.LGPL-21 LICENSE.txt
5be354a
%{_sysconfdir}/default/syncevolution
224ce86
%{_bindir}/*
5be354a
%{_libdir}/*so.0*
5be354a
%{_libdir}/syncevolution/*so.0*
5be354a
%{_libexecdir}/syncevo-dbus-server
5be354a
%{_datadir}/dbus-1/services/org.Moblin.SyncEvolution.service
5be354a
5be354a
%files devel
5be354a
%defattr(-,root,root,-)
5be354a
%{_includedir}/syncevo-dbus
5be354a
%{_includedir}/synthesis
5be354a
%{_libdir}/pkgconfig/syncevo-dbus.pc
5be354a
%{_libdir}/pkgconfig/synthesis.pc
5be354a
%{_libdir}/*so
5be354a
%{_libdir}/syncevolution/*so
224ce86
224ce86
%changelog
dec58ab
* Fri Sep 25 2009 Matěj Cepl <mcepl@redhat.com> - 0.9-1
dec58ab
- New upstream release.
dec58ab
1b4b782
* Wed Aug  5 2009 Matěj Cepl <mcepl@redhat.com> - 0.8.1+0.9+beta3+20090723-1.0.3
1b4b782
- missing BuildRequires
1b4b782
0c364a2
* Wed Aug  5 2009 Stepan Kasal <skasal@redhat.com> - 0.8.1+0.9+beta3+20090723-1.0.2
0c364a2
- fixing autoconfigury; now it fails in a later stage of build ;-)
0c364a2
5be354a
* Wed Aug  5 2009 Matěj Cepl <mcepl@redhat.com> - 0.8.1+0.9+beta3+20090723-1.0.1
5be354a
- fixing rpath, currently FTBFS!!!
5be354a
c299361
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.8.1a-2
c299361
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
c299361
1e7d77b
* Mon Mar 23 2009 Matej Cepl <mcepl@redhat.com> 0.8.1a-1
1e7d77b
- New upstream release.
1062a11
- make a fix for one #elif which should be #else
1e7d77b
2f04ca2
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7-5
2f04ca2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
2f04ca2
2a6e5a0
* Mon Oct  6 2008 Alex Lancaster <alexlan[AT] fedoraproject.org> - 0.7-4
2a6e5a0
- Rebuild against new libcppunit to fix broken deps
2a6e5a0
8c3c7e1
* Fri Aug 01 2008 Matěj Cepl <mcepl@redhat.com> 0.7-3
8c3c7e1
- Bump the release to fix broken update path for Rawhide
8c3c7e1
5729c92
* Fri Feb 15 2008 Matěj Cepl <mcepl@redhat.com> 0.7-2
5729c92
- Add #include <memory> to syncevolution.cpp according
5729c92
  to https://sourceforge.net/tracker/\
5729c92
  ?func=detail&atid=764733&aid=1893582&group_id=146288
f2c4af4
fb6274b
* Wed Feb 13 2008 Matěj Cepl <mcepl@redhat.com> 0.7-1
fb6274b
- New upstream version.
fb6274b
224ce86
* Mon Oct 15 2007 matej <mcepl@redhat.com> 0.6-2
224ce86
- updated SPEC to make the package approved for the Fedora
224ce86
  review process.
224ce86
224ce86
* Sun Oct 12 2007 Matěj Cepl <mcepl@redhat.com> 0.6-1
224ce86
- Fixing .spec -- use make install and others
224ce86
- Install also configuration templates to %%docs
224ce86
224ce86
* Sun Sep 30 2007 Matěj Cepl <mcepl@redhat.com> 0.6-0
224ce86
- Experimental build from upstream source.
224ce86
224ce86
* Tue Jan 16 2007 Richard Monk <rmonk@redhat.com> 0.5-1
224ce86
- Inital packaging