rpms/synce-trayicon/devel synce-trayicon.spec,1.7,1.8

Andreas Bierfert (awjb) fedora-extras-commits at redhat.com
Fri Jul 20 08:03:35 UTC 2007


Author: awjb

Update of /cvs/pkgs/rpms/synce-trayicon/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29610

Modified Files:
	synce-trayicon.spec 
Log Message:
- fix #248369



Index: synce-trayicon.spec
===================================================================
RCS file: /cvs/pkgs/rpms/synce-trayicon/devel/synce-trayicon.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- synce-trayicon.spec	4 Oct 2006 22:55:00 -0000	1.7
+++ synce-trayicon.spec	20 Jul 2007 08:03:00 -0000	1.8
@@ -1,6 +1,6 @@
 Name:           synce-trayicon
 Version:        0.9.0
-Release:        8%{?dist}
+Release:        9%{?dist}
 Summary:        Tray icon for use with gnome and synce
 
 Group:          Applications/Communications
@@ -8,9 +8,10 @@
 URL:            http://synce.sourceforge.net/
 Source0:        http://dl.sf.net/synce/synce-trayicon-0.9.0.tar.gz
 Source1:        synce-trayicon.desktop
+Patch0:         synce-trayicon-autotools.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-BuildRequires:  synce-devel
+BuildRequires:  librapi-devel
 BuildRequires:  libgnomeui-devel
 BuildRequires:  libgtop2-devel
 BuildRequires:  libxml2-devel
@@ -18,13 +19,15 @@
 BuildRequires:  desktop-file-utils
 BuildRequires:  perl-XML-Parser
 BuildRequires:  gettext
+BuildRequires:  automake autoconf libtool
 
 %description
 %{summary}
 
 %prep
 %setup -q
-
+%patch0
+autoreconf -f
 
 %build
 %configure --disable-static
@@ -55,6 +58,10 @@
 %{_datadir}/applications/*
 
 %changelog
+* Fri Jul 20 2007 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
+- 0.9.0-9
+- fix #248369
+
 * Thu Oct 05 2006 Christian Iseli <Christian.Iseli at licr.org> 0.9.0-8
  - rebuilt for unwind info generation, broken in gcc-4.1.1-21
 




More information about the scm-commits mailing list