From b5896701da20f7a6f0b412233f896ea35f584c7f Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Dec 05 2010 22:52:55 +0000 Subject: Update deps and other spec bits --- diff --git a/syncevolution.spec b/syncevolution.spec index 598cc3e..96222bd 100644 --- a/syncevolution.spec +++ b/syncevolution.spec @@ -1,7 +1,7 @@ Summary: SyncML client for evolution Name: syncevolution Version: 1.1 -Release: 2%{?dist} +Release: 3%{?dist} Epoch: 1 License: LGPLv2+ Group: Applications/Productivity @@ -32,6 +32,7 @@ BuildRequires: intltool BuildRequires: gettext BuildRequires: libtool +Requires: libgdbus Requires: python-twisted-web %description @@ -99,10 +100,8 @@ make %{?_smp_mflags} V=1 find . -type d -perm 02755 -exec chmod 0755 '{}' \; %install -rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT docdir=%{_docdir} rm -rf $RPM_BUILD_ROOT%{_datadir}/doc -#rm -rf $RPM_BUILD_ROOT%{_datadir}/doc/%{name} #Remove libtool archives and static libs find %{buildroot} -name '*.la' -o -name '*.a' | xargs rm @@ -117,9 +116,6 @@ sed -i 's/sync-ui/sync-ui-moblin/' %{buildroot}/%{_datadir}/applications/sync-mo desktop-file-validate %{buildroot}/%{_datadir}/applications/sync-gtk.desktop desktop-file-validate %{buildroot}/%{_datadir}/applications/sync-moblin.desktop -%clean -rm -rf $RPM_BUILD_ROOT - %files -f %{name}.lang %defattr(-,root,root,-) %doc AUTHORS NEWS README HACKING @@ -173,6 +169,9 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/syncevolution/xml/*.pl %changelog +* Sun Dec 5 2010 Peter Robinson - 1:1.1-3 +- Update deps and other spec bits + * Wed Nov 24 2010 Adam Williamson - 1:1.1-2 - add libnotify07 patch to build against libnotify 0.7