Blob Blame History Raw
Name:           libopensync-plugin-synce
Version:        0.22
Release:        4%{?dist}
Summary:        Synce plugin for libopensync

Group:          System Environment/Libraries
License:        GPL
URL:            http://www.opensync.org
# see http://www.opensync.org/wiki/download
Source0:        %{name}-%{version}.tar.bz2
Patch0:         libopensync-plugin-synce-autotools.patch
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  libopensync-devel
BuildRequires:  librra-devel librapi-devel
BuildRequires:  libmimedir-devel
BuildRequires:  automake autoconf libtool

# see 244917
Obsoletes: syncekonnector


%description
%{summary}

%prep
%setup -q
%patch0
autoreconf -f

%build
%configure
make %{?_smp_mflags}


%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT
find $RPM_BUILD_ROOT -type f -name *.la -exec rm -f {} \;

%clean
rm -rf $RPM_BUILD_ROOT

%post -p /sbin/ldconfig

%postun -p /sbin/ldconfig

%files
%defattr(-,root,root,-)
%doc AUTHORS COPYING ChangeLog README
%{_libdir}/opensync/plugins/synce_plugin.so
%{_datadir}/opensync/defaults/synce-plugin


%changelog
* Tue Aug 28 2007 Fedora Release Engineering <rel-eng at fedoraproject dot org> - 0.22-4
- Rebuild for selinux ppc32 issue.

* Thu Jul 26 2007 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
- 0.22-3
- add dist

* Fri Jul 20 2007 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
- 0.22-2
- add build patch
- add obsoletes as discussed in #244917

* Wed Jun 20 2007 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
- 0.22-1
- version upgrade
- fix BR

* Fri Nov 25 2005 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
0.18-0.770svn
- initial version