rpms/synce-trayicon/devel synce-trayicon.spec,1.10,1.11

Andreas Bierfert (awjb) fedora-extras-commits at redhat.com
Wed Dec 5 05:26:51 UTC 2007


Author: awjb

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

Modified Files:
	synce-trayicon.spec 
Log Message:
- fix BR
- fix patch (Dave Jones)
- fix #248369



Index: synce-trayicon.spec
===================================================================
RCS file: /cvs/pkgs/rpms/synce-trayicon/devel/synce-trayicon.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- synce-trayicon.spec	10 Aug 2007 09:01:26 -0000	1.10
+++ synce-trayicon.spec	5 Dec 2007 05:26:19 -0000	1.11
@@ -1,6 +1,6 @@
 Name:           synce-trayicon
 Version:        0.9.0
-Release:        10%{?dist}
+Release:        11%{?dist}
 Summary:        Tray icon for use with gnome and synce
 
 Group:          Applications/Communications
@@ -19,7 +19,8 @@
 BuildRequires:  desktop-file-utils
 BuildRequires:  perl-XML-Parser
 BuildRequires:  gettext
-BuildRequires:  automake autoconf libtool
+BuildRequires:  glib-devel
+BuildRequires:  automake autoconf libtool intltool
 
 %description
 %{summary}
@@ -27,7 +28,11 @@
 %prep
 %setup -q
 %patch0 -p1
-autoreconf -f
+
+touch NEWS
+aclocal
+automake --add-missing
+autoreconf
 
 %build
 %configure --disable-static
@@ -58,6 +63,10 @@
 %{_datadir}/applications/*
 
 %changelog
+* Tue Dec 04 2007 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
+- 0.9.0-11
+- fix BR
+
 * Fri Aug 10 2007 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
 - 0.9.0-10
 - fix patch (Dave Jones)




More information about the fedora-extras-commits mailing list